Skip to content

Commit

Permalink
Release 0.17.0. (#268)
Browse files Browse the repository at this point in the history
Breaking changes

* Dropped dependency on _routecore_ again and moved all used types into
  _rpki-rs_. The new module `resources` contains the AS and IP address
  resources. The BGPsec key identifier is now an actual type in
  `crypto::keys`. ([#261])
* Changed the implementation of ASPA objects to conform with version 15
  of the profile draft. ([#264], [#265])
* Changed the ASPA RTR PDU to not use the AFI flags any more and always
  set it to 0. ([#264])

New

* Made `rtr::server::NotifyReceiver` public. ([#259])
* Added an exclusion check to SLURM’s router key filters and provided
  type-specific check methods for the other types. ([#260])
* Added a new module `util::base64` that provides Base 64 encoding of data
  for various scenarios. ([#263])
  • Loading branch information
partim authored Jul 5, 2023
1 parent 2a12475 commit 0ce0b64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.16.2-dev"
version = "0.17.0"
edition = "2021"
rust-version = "1.63"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
Expand Down
8 changes: 3 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased next version
## 0.17.0

Released 2023-07-05.

Breaking changes

Expand All @@ -21,10 +23,6 @@ New
* Added a new module `util::base64` that provides Base 64 encoding of data
for various scenarios. ([#263])

Bug fixes

Other changes

[#259]: https://github.com/NLnetLabs/rpki-rs/pull/259
[#260]: https://github.com/NLnetLabs/rpki-rs/pull/260
[#261]: https://github.com/NLnetLabs/rpki-rs/pull/261
Expand Down

0 comments on commit 0ce0b64

Please sign in to comment.