Releases: CAIDA/pybgpstream
Releases · CAIDA/pybgpstream
V2.0.4
V2.0.2
V2.0
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
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
This is the second beta release of PyBGPStream v2.0.
It fixes a bug that prevented use with Python 3.
V2.0 Beta 1
This is the first beta release of PyBGPStream v2.0