Releases: bgpkit/bgpkit-parser
Releases · bgpkit/bgpkit-parser
V0.5.0-RC.2
What's Changed Compared to 0.4.x
What's Changed Compared to RC.1
- Revamped BMP example with new choice of Kafka library for better stability
- Extract
to_elem
function for BGP message structs, allow BMP messages to print out - Overall documentation improvements
Full Changelog: v0.5.0-rc.1...v0.5.0-rc.2
V0.5.0-rc.1
In this release candidate, we added support for parsing two real-time BGP data stream messages support:
- RIPE RIS Live JSON message stream
- BMP/OpenBMP BGP data stream
This release enables users to work with real-time data streams in addition to the historical MRT archives.
What's Changed
Full Changelog: v0.4.3...v0.5.0-rc.1
V0.4.3
V0.4.2
V0.4.1
V0.4.0
Features
- includes IO libraries to simplify the parsing API
reqwest
,bzip2
, andflate2
(for gzip files) are included as dependency
- the
BgpkitParser::new(path: &str)
now takes a path to a data file (can be an URL or a local path), and it automatically handles file reading and ready for iteration afterwards - fleshed out the documentation for the library, but still need to work on individual modules.