Skip to content

Commit

Permalink
New quic release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Dec 23, 2024
1 parent 0e24e3f commit b7f1729
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions news/2024-12-23-quic-0-0-70-Final.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: news-item
title: 'Netty/Incubator/Codec/Quic 0.0.70.Final released'
author: normanmaurer
---

We are happy to announce the release of netty-incubator-codec-quic 0.0.70.Final. While containing bug-fixes it also comes with two new features that might come in handy for more advanced use cases.

The most important changes are:

* Ensure native library is loaded before making calls in the static block ([#760](https://github.com/netty/netty-incubator-codec-quic/pull/760))
* Allow the QuicConnectionIdGenerator also take the source connection id into account ([#766](https://github.com/netty/netty-incubator-codec-quic/pull/766))
* New BoringSSL context option - SSL_CTX_set1_sigalgs ([#765](https://github.com/netty/netty-incubator-codec-quic/pull/765))

For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-quic/milestone/68?closed=1).

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.

* [@jaymansfield](https://github.com/jaymansfield)
* [@normanmaurer](https://github.com/normanmaurer)
* [@varokas](https://github.com/varokas)

0 comments on commit b7f1729

Please sign in to comment.