Skip to content

V0.10.0 Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@digizeph digizeph released this 06 Aug 18:36
· 291 commits to main since this release
79fafd1

What's Changed

  • store raw bytes for unknown and deprecated attrs by @digizeph in #112
    • this allows downstream applications to display and handle raw bytes for such attributes, useful during BGP debug sessions.
  • clean up features and dependencies by @digizeph in #113
    • revise features into three major groups:
      • models: only exporting BGP structs
      • parser: the main feature
      • build-binary: building bgpkit-parser cli tool

Full Changelog: v0.9.4...v0.10.0-alpha.1