Skip to content

Releases: bgpkit/bgpkit-parser-py

v0.6.2

12 Jun 17:25
cb1e8f3
Compare
Choose a tag to compare

Fix regressions

  • Fix a regression in the Elem class that the default string representation was missing
  • Fix a regression that the Parser class requires filters and cache_dir to be passed in the constructor,
    which should be and was optional priority to v0.6.0.

v0.6.0

04 Jun 16:37
81bbfae
Compare
Choose a tag to compare

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 of Elem is managed correctly.

V0.5.2

12 Jul 05:01
854631b
Compare
Choose a tag to compare

Highlights

  • update Rust bgpkit-parser version to 0.10.9

Full Changelog: v0.5.1...v0.5.2

v0.5.0

14 Feb 20:54
643df50
Compare
Choose a tag to compare

Highlights

  • update bgpkit-parser version to 0.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

21 Nov 15:29
31baeb2
Compare
Choose a tag to compare

What's new

Update Rust version dependency to 0.9.4

Full Changelog: v0.1.0...v0.4.3

V0.1.0 -- Elem to Dict

05 Apr 23:07
cd5b2f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/bgpkit/bgpkit-parser-py/commits/v0.1.0