From 12c99b76e6f903f88a733ba55853cf89f5f95037 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 27 Jun 2024 11:47:44 +0200 Subject: [PATCH] Update changelog. --- Changelog.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 86273744d..d7d50fb66 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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