Releases: bgpkit/bgpkit-parser-py
Releases · bgpkit/bgpkit-parser-py
v0.6.2
v0.6.0
Highlights
- Update
bgpkit-parser
to v0.11.0, which includes several bug fixes and performance improvements. - Add support for Python 3.13.
Breaking changes
- The
Elem
class's fields can only be access by their getter methods now. Direct access to fields is no longer allowed. This change improves encapsulation and ensures that the internal state ofElem
is managed correctly.
V0.5.2
v0.5.0
Highlights
- update
bgpkit-parser
version to0.10.0
- add support for Python 3.12
Breaking changes
- stop supporting Python 3.7
Full Changelog: v0.4.3...v0.5.0
V0.4.3 bgpkit-parser 0.9.4
V0.1.0 -- Elem to Dict
What's Changed
New Contributors
Full Changelog: https://github.com/bgpkit/bgpkit-parser-py/commits/v0.1.0