Skip to content

Commit 3cbda55

Browse files
authored
Release 0.18.5. (#322)
New * `ca::idexchange::Error` now impls `std::error::Error`. ([#297]) * Re-export `bcder` as `dep::bcder` if it is enabled. ([#299]) * Added `PublisherRequest::set_publisher_handle`. ([#300]) * Added `uri::{Rsync,Https}::path_into_dir` ([#302]) * Added `Ipv4Block` and `Ipv6Block` and `FromIterator` impls for `Ipv4Blocks` and `Ipv6Blocks`. ([#298]) * Made `AddressRange` public and added methods to convert ranges into a set of prefixes. ([#306]) * Updated the ASPA RTR PDU to conform with version -14 of draft-ietf-sidrops-8210bis. ([#309]) * Enable ASPA version 2 in the RTR server. ([#318]) * The ASPA `ProviderAsSet` now keeps track of its length and exposes it via the new `len` method. ([#315]) * The ASPA Provider AS Set is now limited to 16380 entries when parsing from ASPA objects and creating RTR PDUs. ([#316]) * Exposed `ca::idcert::TbsIdCert::validity`. ([#310]); * Protect against maliciously large XML input to the RRDP parser. This will allow re-enabling GZIP support in RRDP clients. ([#319]) Bug fixes * Do not allow backslashes in idexchange handles. ([#304]) * Check the content of file names in a manifest during parsing. This fixes a crash when later code assumes that the file names only contain ASCII characters and otherwise panics. ([#320]) Other changes * The minimum supported Rust version is now 1.73. ([#319])
1 parent 8de9901 commit 3cbda55

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-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.4"
3+
version = "0.18.5"
44
edition = "2021"
55
rust-version = "1.73"
66
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

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

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

5-
Breaking changes
5+
Released 2025-01-22.
66

77
New
88

@@ -19,8 +19,8 @@ New
1919
* Enable ASPA version 2 in the RTR server. ([#318])
2020
* The ASPA `ProviderAsSet` now keeps track of its length and exposes it
2121
via the new `len` method. ([#315])
22-
* The ASPA Provider AS Set is now length is limited to 16380 entries when
23-
parsing from ASPA objects and creating RTR PDUs. ([#316])
22+
* The ASPA Provider AS Set is now limited to 16380 entries when parsing from
23+
ASPA objects and creating RTR PDUs. ([#316])
2424
* Exposed `ca::idcert::TbsIdCert::validity`. ([#310]);
2525
* Protect against maliciously large XML input to the RRDP parser. This
2626
will allow re-enabling GZIP support in RRDP clients. ([#319])
@@ -34,14 +34,13 @@ Bug fixes
3434

3535
Other changes
3636

37-
* The minimum supported Rust version is now 1.70. ([#303])
37+
* The minimum supported Rust version is now 1.73. ([#319])
3838

3939
[#297]: https://github.com/NLnetLabs/rpki-rs/pull/297
4040
[#298]: https://github.com/NLnetLabs/rpki-rs/pull/298
4141
[#299]: https://github.com/NLnetLabs/rpki-rs/pull/299
4242
[#300]: https://github.com/NLnetLabs/rpki-rs/pull/300
4343
[#302]: https://github.com/NLnetLabs/rpki-rs/pull/302
44-
[#303]: https://github.com/NLnetLabs/rpki-rs/pull/303
4544
[#304]: https://github.com/NLnetLabs/rpki-rs/pull/304
4645
[#306]: https://github.com/NLnetLabs/rpki-rs/pull/306
4746
[#309]: https://github.com/NLnetLabs/rpki-rs/pull/309

0 commit comments

Comments
 (0)