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 26, 2024
1 parent 5031c02 commit 2eeef9b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: news-item
title: 'Netty/Incubator/Codec/Quic 0.0.61.Final released'
title: 'Netty/Incubator/Codec/Quic 0.0.62.Final released'
author: normanmaurer
---

We are happy to announce the release of netty-incubator-codec-quic 0.0.61.Final. This release fixes an issue which can result in re-ordered writes, please upgrade as soon as possible!
We are happy to announce the release of netty-incubator-codec-quic 0.0.62.Final. This release fixes an issue which can result in re-ordered writes, please upgrade as soon as possible!

The most important changes are:

* Ensure writes are done in the correct order even when we already have some writes queued ([#699](https://github.com/netty/netty-incubator-codec-quic/pull/699))
* Add ability to get path stats ([#680](https://github.com/netty/netty-incubator-codec-quic/pull/680))

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

Expand Down

0 comments on commit 2eeef9b

Please sign in to comment.