Skip to content

Commit 3fc6bb4

Browse files
committed
Update changelog.
1 parent 35a98c2 commit 3fc6bb4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Changelog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,32 @@ New
88

99
* Add ASPA support to JSON input and output. ([#132] by [@devsnek])
1010
* ASPA JSON compatibility with krill & routinator ([#134] by [@ember-ana])
11+
* The `json` can now use the native TLS implementations of Windows and
12+
macOS. This needs to be enabled during compile time through the
13+
`native-tls` feature and then for a unit through the new `native-tls`
14+
option. When enabled, this uses TLS via OpenSSL rather than Rustls on
15+
other systems. ([#137])
16+
* The `json` unit can now be forced to stick to TLS 1.2 or less via the
17+
new `tls-12` option. ([#137])
1118

1219
Bug fixes
1320

14-
* Fix rtr-tls target having certificate and key options reversed. ([#133] by [@ember-ana])
21+
* Fix rtr-tls target having certificate and key options reversed. ([#133]
22+
by [@ember-ana])
23+
* Fixes to RTR handling via [rpki-rs 0.18.6].
1524

1625
Other changes
1726

27+
* The minimum supported Rust version is now 1.81. ([#138])
28+
1829
[#132]: https://github.com/NLnetLabs/rtrtr/pull/132
1930
[#133]: https://github.com/NLnetLabs/rtrtr/pull/133
2031
[#134]: https://github.com/NLnetLabs/rtrtr/pull/134
32+
[#137]: https://github.com/NLnetLabs/rtrtr/pull/137
33+
[#138]: https://github.com/NLnetLabs/rtrtr/pull/138
2134
[@devsnek]: https://github.com/devsnek
2235
[@ember-ana]: https://github.com/ember-ana
36+
[rpki-rs 0.18.6]: https://github.com/NLnetLabs/rpki-rs/releases/tag/v0.18.6
2337

2438

2539
## 0.3.1 ‘Some Checks Haven’t Completed Yet’

0 commit comments

Comments
 (0)