Skip to content

Commit

Permalink
New http3 codec release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Feb 9, 2024
1 parent 9f928b9 commit 3305c76
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions news/2024-02-09-http3-0-0-25-Final.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 3305c76

Please sign in to comment.