Skip to content

Commit

Permalink
Release 0.18.1. (#283)
Browse files Browse the repository at this point in the history
Bug fixes

* The RTR server now returns the expected protocol version in the version
  negotiation error message rather than the requested version. ([#280])
* The RTR server does not accept protocol version 2 for now to avoid
  sending illegal ASPA PDUs. This is a workaround until the final format
  of the PDU is specified. ([#281])
* Fixed protocol version negotiation in the RTR client. It will now error
  out if the server responds with a version greater than the requested one
  rather just accepting it. ([#282])
  • Loading branch information
partim authored Jan 17, 2024
1 parent 801373f commit 37a8d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpki"
version = "0.18.1-dev"
version = "0.18.1"
edition = "2021"
rust-version = "1.63"
authors = ["NLnet Labs <[email protected]>"]
Expand Down
8 changes: 2 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Changelog

## Unreleased next version
## 0.18.1

Breaking changes

New
Released 2024-01-17.

Bug fixes

Expand All @@ -17,8 +15,6 @@ Bug fixes
out if the server responds with a version greater than the requested one
rather just accepting it. ([#282])

Other changes

[#280]: https://github.com/NLnetLabs/rpki-rs/pull/280
[#281]: https://github.com/NLnetLabs/rpki-rs/pull/281
[#282]: https://github.com/NLnetLabs/rpki-rs/pull/282
Expand Down

0 comments on commit 37a8d36

Please sign in to comment.