From 3305c768253cb10ebc59543a98910674ad5e681b Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 9 Feb 2024 11:58:04 +0100 Subject: [PATCH] New http3 codec release --- news/2024-02-09-http3-0-0-25-Final.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 news/2024-02-09-http3-0-0-25-Final.md diff --git a/news/2024-02-09-http3-0-0-25-Final.md b/news/2024-02-09-http3-0-0-25-Final.md new file mode 100644 index 0000000000..a6c79c804e --- /dev/null +++ b/news/2024-02-09-http3-0-0-25-Final.md @@ -0,0 +1,17 @@ +--- +layout: news-item +title: 'Netty/Incubator/Codec/HTTP3 0.0.25.Final released' +author: normanmaurer +--- + +We are happy to announce the release of netty-incubator-codec-http3 0.0.25.Final. This release is a bug-fix release which also fixes a possible buffer leak, so please consider upgrading ASAP. + + +The most important changes are: + +* Do not require :authority pseudo header ([#212](https://github.com/netty/netty-incubator-codec-http3/pull/212)) +* Update to netty-4.1.106.Final ([#277](https://github.com/netty/netty-incubator-codec-http3/pull/277)) +* Upgrade to latest quic release ([#282](https://github.com/netty/netty-incubator-codec-http3/pull/282)) +* Drain queued writes when Http3FrameCodec is removed ([#280](https://github.com/netty/netty-incubator-codec-http3/pull/280)) + +For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-http3/issues?q=is%3Aclosed+milestone%3A0.0.25.Final).