Skip to content

Releases: CAIDA/pybgpstream

V2.0.4

20 Feb 23:07
bcadd5d
Compare
Choose a tag to compare

Changes:

  • Expose elem's orig_time_* fields.
  • Allow specifying floats as timestamps.
  • Release GIL for calls to bgpstream_get_next_record.
  • Add support for not-peer-asn filter.

V2.0.2

29 May 22:28
f116cd0
Compare
Choose a tag to compare

Changes Since 2.0

  • allow user to specify no time interval and use live-stream mode
  • only defaults to real-time if using broker data interface and no time interval is provided

V2.0

13 Nov 18:04
658a1fe
Compare
Choose a tag to compare

This is the PyBGPStream v2.0 release. This release include the following major changes

  • New high-level PyBGPStream API
    • There is now a high-level "Pythonic" API for accessing BGP data using BGPStream.
    • Previously the only Python interface was _pybgpstream, a low-level, almost exact bindings to the libBGPStream C API.
    • See the API docs for more information.
  • It now works with libbgpstream v2 and above.
    • NOTE: It no longer works with libbgpstream v1.x
  • BGPElem fields attribute is now cached so that subsequent field accesses do not needlessly rebuild the entire fields diectionary.
  • Communities in PyBGPStream are now returned as a set of "asn:value" strings

The package is also available on PyPI at https://pypi.org/project/pybgpstream/. You can install it by pip install pybgpstream.

V2.0 Beta 3

03 May 14:59
a743050
Compare
Choose a tag to compare
V2.0 Beta 3 Pre-release
Pre-release

This is the third beta release of PyBGPStream v2.0.

  • better handling of very long AS-path with dynamic memory allocation
  • Fix memory leak in get_communities_pyset()

V2.0 Beta 2

15 Oct 17:28
bc7535f
Compare
Choose a tag to compare
V2.0 Beta 2 Pre-release
Pre-release

This is the second beta release of PyBGPStream v2.0.
It fixes a bug that prevented use with Python 3.

V2.0 Beta 1

15 Oct 17:25
Compare
Choose a tag to compare
V2.0 Beta 1 Pre-release
Pre-release

This is the first beta release of PyBGPStream v2.0