v0.10.2
Highlights
- added new
ip_version
filter type with values ofipv4
oripv6
- 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
- all new releases will need to pass