Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Releases: NLnetLabs/rpki-rtr

0.2.0

07 Oct 13:36
8825b23
Compare
Choose a tag to compare

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 and VrpUpdate have been modified to allow returning errors when processing data. (#7)
  • The minimum supported Rust version is now 1.42. (#6)

New

  • Implemented Default for state::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)

0.1.1

29 Apr 08:23
8c1367c
Compare
Choose a tag to compare

Dependencies

  • Downgrades dependencies to the lowest versions actually required: futures-util 0.3, log 0.4.4., and tokio 0.2.11. (#1, #2)

0.1.0

15 Apr 14:16
Compare
Choose a tag to compare

Initial release.