Skip to content

Commit

Permalink
New quic release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Jan 29, 2024
1 parent b285604 commit 3526619
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions news/2024-01-29-quic-0-0-56-Final.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: news-item
title: 'Netty/Incubator/Codec/Quic 0.0.56.Final released'
author: normanmaurer
---

We are happy to announce the release of netty-incubator-codec-quic 0.0.56.Final.
This release is a bug fix release.

The most important changes are:

* Update to latest quiche code ([#647](https://github.com/netty/netty-incubator-codec-quic/pull/647))
* Fire SniCompletionEvent as soon as the SNI hostname was selected([#644](https://github.com/netty/netty-incubator-codec-quic/pull/644))
* Ensure we also set the QuicConnectionId when the id has a length of 0. ([#649](https://github.com/netty/netty-incubator-codec-quic/pull/649))
* Copy a missing field in QuicServerCodecBuilder's copy constructor ([#641](https://github.com/netty/netty-incubator-codec-quic/pull/641))

For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-quic/issues?q=milestone%3A0.0.56.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)
* [@simonatan](https://github.com/simonatan)

0 comments on commit 3526619

Please sign in to comment.