v0.10.11-beta.1
Pre-release
Pre-release
github-actions
released this
16 Oct 21:26
·
27 commits
to main
since this release
Highlights
- Improved RIS Live message types and handling
- clean up dependencies
models
feature is removed, and all dependencies are now required dependencies for the cratemodels
module no-longer requires dependencies introduced by parser, likebytes
for encoding
- decouple
oneio
fromparser
featureoneio
is no-longer a required dependency for the parser- users can now use
parser
feature withoutoneio
(with--no-default-features
specified)- to create a new parser, one needs to user
BgpkitParser::from_reader
function instead ofBgpkitParser::new
- to create a new parser, one needs to user
- downstream libraries that only utilize parser code (such as RIS Live parsing) no-longer have to depend on oneio