Skip to content

Commit

Permalink
new quic codec release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Feb 6, 2024
1 parent 3526619 commit 9f928b9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions news/2024-02-06-quic-0-0-57-Final.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: news-item
title: 'Netty/Incubator/Codec/Quic 0.0.57.Final released'
author: normanmaurer
---

We are happy to announce the release of netty-incubator-codec-quic 0.0.57.Final.
This release is a bug fix release which fixes an issue which could lead to high memory usage due missing cleanup of closed connections in some cases.

The most important changes are:

* Update to quiche 0.3.0 ([#651](https://github.com/netty/netty-incubator-codec-quic/pull/651))
* Reduce memory usage of QuicheQuicChannel ([#653](https://github.com/netty/netty-incubator-codec-quic/pull/653))
* Correctly fail connect future if failure in parent pipeline accours ([#657](https://github.com/netty/netty-incubator-codec-quic/pull/657))
* Ensure QuicheQuicChannel is always removed from the QuicheQuicChannel ([#660](https://github.com/netty/netty-incubator-codec-quic/pull/660))
* Reduce native memory usage of QuicheQuicConnection ([#661](https://github.com/netty/netty-incubator-codec-quic/pull/661))
* Ensure we correctly detect closure if ssl tasks are offloaded. ([#663](https://github.com/netty/netty-incubator-codec-quic/pull/663))
* Don't cache local and remote address as these might change during the lifetime ([#664](https://github.com/netty/netty-incubator-codec-quic/pull/664))
* Correctly handle lifetimes and channel state ([#665](https://github.com/netty/netty-incubator-codec-quic/pull/665))

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

0 comments on commit 9f928b9

Please sign in to comment.