-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f928b9
commit 3305c76
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |