This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
Releases: NLnetLabs/rpki-rtr
Releases · NLnetLabs/rpki-rtr
0.2.0
Breaking Changes
pdu::Error
has been changed to contain an allocated octets buffer instead of being generic in a very fragile way. Consequently,
pdu::BoxedError
has been dropped. (#6)- The client traits
VrpTarget
andVrpUpdate
have been modified to allow returning errors when processing data. (#7) - The minimum supported Rust version is now 1.42. (#6)
New
- Implemented
Default
forstate::Serial
[(#4]) - The client now provides a method
Client::update
that can be used to fetch a single update instead of just letting it run forever. (#7)
Bug Fixes
- The server now correctly responds to received error PDUs by returning an error from
server::Connection::run
. (#6)