Skip to content

v0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 02:07
· 29 commits to main since this release
0e255f0

Highlights

  • added new ip_version filter type with values of ipv4 or ipv6
    • library users can use this filter to filter BGP messages by IP version
    • CLI users can specify -4 or -6 to filter BGP messages by IP version
  • add new dependency security checkups using cargo audit
    • all new releases will need to pass cargo audit checks before being published
    • weekly cargo audit checks added to the CI pipeline