v0.6.0
New Features
- update io to stream processing by @digizeph in #16
- parser now starts parsing immediately as the bytes streams in
- support display extended and large communities by @digizeph in #17 and #24
- Add command-line helper tool for parsing individual MRT files by @digizeph in #19
- add benchmark framework by @digizeph in #13
Improvements
- Better error handling by @digizeph in #7 and #8
- use
BgpElem
from bgp_models crate by @digizeph in #15 - update parsing of collector and peer bgp id to ipv4addr by @digizeph in #25
- Reduce minimum supported Rust version to 1.48.0 by @digizeph in #32
Fixes
- Fix truncated msg parsing by @digizeph in #28
- Resolves the issue where nlri fields having invalid bit_len by @digizeph in #33
Full Changelog: v0.5.0...v0.6.0