Skip to content

Commit

Permalink
new quic release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed May 24, 2024
1 parent e0ae4ae commit 24fc8d6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions news/2024-05-24-quic-0-0-63-Final.md
Original file line number Diff line number Diff line change
@@ -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:/netty/netty-incubator-codec-quic/pull/718))
* Remove usage of QuicheError in public API as its an implementation detail of Quiche ([#711](https:/netty/netty-incubator-codec-quic/pull/711))
* Update to latest quiche commit sha. ([#716](https:/netty/netty-incubator-codec-quic/pull/716))

For more details related to this release see our [bug-tracker](https:/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:/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:/normanmaurer)
* [@simonatan](https:/simonatan)
* [@thomdev](https:/thomdev)
* [@yxwang1](https:/yxwang1)

0 comments on commit 24fc8d6

Please sign in to comment.