From d6b4e7548ecf7790385f116f83d98e67cb4b216e Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 27 Jun 2024 12:25:23 +0200 Subject: [PATCH] New quic release --- news/2024-06-27-quic-0-0-65-Final.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 news/2024-06-27-quic-0-0-65-Final.md diff --git a/news/2024-06-27-quic-0-0-65-Final.md b/news/2024-06-27-quic-0-0-65-Final.md new file mode 100644 index 0000000000..d5d583adb7 --- /dev/null +++ b/news/2024-06-27-quic-0-0-65-Final.md @@ -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)