Skip to content

Commit

Permalink
New quic release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Mar 5, 2024
1 parent 05ebc73 commit 072a8a9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions news/2024-03-05-quic-0-0-58-Final.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: news-item
title: 'Netty/Incubator/Codec/Quic 0.0.58.Final released'
author: normanmaurer
---

We are happy to announce the release of netty-incubator-codec-quic 0.0.58.Final.

The most important changes are:

* Correctly implement equals / hashCode method for our SSLSession implementation ([#666](https://github.com/netty/netty-incubator-codec-quic/pull/666))
* Add ReferenceCountUtil.touch(...) calls before we store messages into a queue to make debugging leaks easier ([#668](https://github.com/netty/netty-incubator-codec-quic/pull/668))
* Upgrade to netty 4.1.107.Final ([#669](https://github.com/netty/netty-incubator-codec-quic/pull/669))
* Update to latest boringssl chromium-stable commit ([#675](https://github.com/netty/netty-incubator-codec-quic/pull/675))
* Allow to obtain the "current" local / remote socket address of a QuicChannel ([#677](https://github.com/netty/netty-incubator-codec-quic/pull/677))
* Fail writes with ChannelOutputShutdownException when STREAM_STOPPED is received ([#683](https://github.com/netty/netty-incubator-codec-quic/pull/683))

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

* [@heixiaoma](https://github.com/heixiaoma)
* [@normanmaurer](https://github.com/normanmaurer)
* [@simonatan](https://github.com/simonatan)

0 comments on commit 072a8a9

Please sign in to comment.