Skip to content

Commit 5031c02

Browse files
committed
New quic release
1 parent 56cfeae commit 5031c02

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

news/2024-03-26-quic-0-0-61-Final.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: news-item
3+
title: 'Netty/Incubator/Codec/Quic 0.0.61.Final released'
4+
author: normanmaurer
5+
---
6+
7+
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!
8+
9+
The most important changes are:
10+
11+
* 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))
12+
* Add ability to get path stats ([#680](https://github.com/netty/netty-incubator-codec-quic/pull/680))
13+
14+
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).
15+
16+
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).
17+
18+
# Thank You
19+
20+
Every idea and bug-report counts, and so we thought it is worth mentioning those who helped in this area.
21+
22+
Please report an unintended omission.
23+
24+
* [@dries-c](https://github.com/dries-c)
25+
* [@normanmaurer](https://github.com/normanmaurer)
26+
* [@thomdev](https://github.com/thomdev)
27+

0 commit comments

Comments
 (0)