Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jun 27, 2024
1 parent ec5cb5b commit 12c99b7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,22 @@ Bug fixes

Unstable features

* `unstable-client-transport`: Fixed an issue with slow responses in the
`multi_stream` transport by not waiting in the first iteration if an
underlying stream reports its connection being closed. ([#338])
* New unstable feature `unstable-validator` that adds a DNSSEC validator.
([#328])
* `unstable-client-transport`:
* Fixed an issue with slow responses in the
`multi_stream` transport by not waiting in the first iteration if an
underlying stream reports its connection being closed. ([#338])
* `unstable-server-transport`
* The `CookiesMiddlewareProcessor` now allows requests with invalid
cookies to proceed if they are authenticated or not required to
authenticate. ([#336])

Other changes

[#328]: https://github.com/NLnetLabs/domain/pull/328
[#333]: https://github.com/NLnetLabs/domain/pull/333
[#336]: https://github.com/NLnetLabs/domain/pull/336
[#338]: https://github.com/NLnetLabs/domain/pull/338

## 0.10.1
Expand Down

0 comments on commit 12c99b7

Please sign in to comment.