Skip to content

Commit 37a8d36

Browse files
authored
Release 0.18.1. (#283)
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])
1 parent 801373f commit 37a8d36

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpki"
3-
version = "0.18.1-dev"
3+
version = "0.18.1"
44
edition = "2021"
55
rust-version = "1.63"
66
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Changelog
22

3-
## Unreleased next version
3+
## 0.18.1
44

5-
Breaking changes
6-
7-
New
5+
Released 2024-01-17.
86

97
Bug fixes
108

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

20-
Other changes
21-
2218
[#280]: https://github.com/NLnetLabs/rpki-rs/pull/280
2319
[#281]: https://github.com/NLnetLabs/rpki-rs/pull/281
2420
[#282]: https://github.com/NLnetLabs/rpki-rs/pull/282

0 commit comments

Comments
 (0)