-
-
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
ebdead7
commit d6b4e75
Showing
1 changed file
with
28 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,28 @@ | ||
--- | ||
layout: news-item | ||
title: 'Netty/Incubator/Codec/Quic 0.0.65.Final released' | ||
author: normanmaurer | ||
--- | ||
|
||
We are happy to announce the release of netty-incubator-codec-quic 0.0.65.Final. This release fixes multiple issues related to handling QUIC packets so you should upgrade as soon as possible. | ||
|
||
The most important changes are: | ||
|
||
* Don't use Quiche to parse QUIC packet ([#724](https://github.com/netty/netty-incubator-codec-quic/pull/724)) | ||
* Upgrade to netty-4.1.111.Final ([#725](https://github.com/netty/netty-incubator-codec-quic/pull/725)) | ||
* initial congestion window configuration ([#726](https://github.com/netty/netty-incubator-codec-quic/pull/726)) | ||
* Update to quiche 0.22.0 ([#730](https://github.com/netty/netty-incubator-codec-quic/pull/730)) | ||
|
||
For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-quic/issues?q=milestone%3A0.0.65.Final+is%3Aclosed). | ||
|
||
For more details about this codec in general please read our [initial announcement](https://netty.io/news/2020/12/09/quic-0-0-1-Final.html). | ||
|
||
|
||
# Thank You | ||
|
||
Every idea and bug-report counts, and so we thought it is worth mentioning those who helped in this area. | ||
|
||
Please report an unintended omission. | ||
|
||
* [@normanmaurer](https://github.com/normanmaurer) | ||
* [@poisonriver](https://github.com/poisonriver) |