From 24fc8d6b638e3ae8ef55d4d035e7c00d8fc4c612 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 24 May 2024 16:20:34 +0200 Subject: [PATCH] new quic release --- news/2024-05-24-quic-0-0-63-Final.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 news/2024-05-24-quic-0-0-63-Final.md diff --git a/news/2024-05-24-quic-0-0-63-Final.md b/news/2024-05-24-quic-0-0-63-Final.md new file mode 100644 index 0000000000..cfdc96b11d --- /dev/null +++ b/news/2024-05-24-quic-0-0-63-Final.md @@ -0,0 +1,33 @@ +--- +layout: news-item +title: 'Netty/Incubator/Codec/Quic 0.0.63.Final released' +author: normanmaurer +--- + +We are happy to announce the release of netty-incubator-codec-quic 0.0.63.Final. This release fixes a few issues but also introduce a possible breaking change (shouldn't affect most people). + +The most important changes are: + +* Update to netty 4.1.110.Final ([#718](https://github.com/netty/netty-incubator-codec-quic/pull/718)) +* Remove usage of QuicheError in public API as its an implementation detail of Quiche ([#711](https://github.com/netty/netty-incubator-codec-quic/pull/711)) +* Update to latest quiche commit sha. ([#716](https://github.com/netty/netty-incubator-codec-quic/pull/716)) + +For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-quic/issues?q=milestone%3A0.0.63.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). + +# Breaking change + +This release removes `QuicheError` from public API and replace it by `QuicTransportError`. For more details see ([#711](https://github.com/netty/netty-incubator-codec-quic/pull/711)) + + +# 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) +* [@simonatan](https://github.com/simonatan) +* [@thomdev](https://github.com/thomdev) +* [@yxwang1](https://github.com/yxwang1)