Skip to content

Commit

Permalink
Fix blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Oct 2, 2023
1 parent 6a62f12 commit d6db7df
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions news/2023-10-02-multiple_releases_incubator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,38 @@ title: 'Multiple incubator libraries released'
author: normanmaurer
---

I am happy to announce the release of a new version of all our incubator libraries.
I am happy to announce the release of a new version of all our incubator libraries. This includes releases for io_uring support, http3 and quic. Please consider upgrading if you use any of these.


The releases include:

* [netty-incubator-transport-io_uring 0.0.21.Final](https://github.com/netty/netty-incubator-transport-io_uring/milestone/21?closed=1)
* [netty-incubator-codec-quic 0.0.40.Final](https://github.com/netty/netty-incubator-codec-quic/milestone/38?closed=1)
* [netty-incubator-codec-http3 0.0.18.Final](https://github.com/netty/netty-incubator-codec-http3/milestone/16?closed=1)
* [netty-incubator-transport-io_uring 0.0.23.Final](https://github.com/netty/netty-incubator-transport-io_uring/milestone/23?closed=1)
* [netty-incubator-codec-http3 0.0.21.Final](https://github.com/netty/netty-incubator-codec-http3/milestone/19?closed=1)
* [netty-incubator-codec-quic 0.0.51.Final](https://github.com/netty/netty-incubator-codec-quic/milestone/49?closed=1)

# Important changes:

For more details please check the specific issue tracker for the libraries as listed above.

## netty-incubator-transport-io_uring 0.0.17.Final
## netty-incubator-transport-io_uring 0.0.23.Final

* Upgrade netty and netty-tcnative to latest releases ([#203](https://github.com/netty/netty-incubator-transport-io_uring/pull/203))
* Update to latest netty version ([#219](https://github.com/netty/netty-incubator-transport-io_uring/pull/219))
* Use '-Xcheck:jni' during testsuite run to detect JNI bugs ([#218](https://github.com/netty/netty-incubator-transport-io_uring/pull/218))

## netty-incubator-codec-http3 0.0.21.Final

## netty-incubator-codec-http3 0.0.18.Final
* Change API of Http3RequestStreamInboundHandler to better handle FIN ([#240](https://github.com/netty/netty-incubator-codec-http3/pull/240))
* Upgrade to latest netty release ([#244](https://github.com/netty/netty-incubator-codec-http3/pull/244))
* Upgrade to netty-incubator-codec-quic 0.0.51.Final ([#246](https://github.com/netty/netty-incubator-codec-http3/pull/246))

* Ensure FIN will only sent after all data was written ([#222](https://github.com/netty/netty-incubator-codec-http3/pull/222))
* Don't set a default MAX_HEADER_LIST_SIZE ([#221](https://github.com/netty/netty-incubator-codec-http3/pull/221))
* Disable dynamic qpack table by default ([#223](https://github.com/netty/netty-incubator-codec-http3/pull/223))

## netty-incubator-codec-quic 0.0.51.Final

## netty-incubator-codec-quic 0.0.36.Final

* Upgrade to latest quiche sha ([#502](https://github.com/netty/netty-incubator-codec-quic/pull/502))
* Upgrade to netty 4.1.92.Final ([#501](https://github.com/netty/netty-incubator-codec-quic/pull/501))

* Update to latest boringssl chromium-stable commit ([#570](https://github.com/netty/netty-incubator-codec-quic/pull/570))
* Fixed Android connection not working ([#577](https://github.com/netty/netty-incubator-codec-quic/pull/577))
* Fix bug related to memoryAddress access when unsafe is not accessible and Datagram extension is used ([#579](https://github.com/netty/netty-incubator-codec-quic/pull/579))
* Ensure we always delete the local reference used to access the weak reference ([#587](https://github.com/netty/netty-incubator-codec-quic/pull/587))
* Do not try to delete a global handle with the local handles APIs ([#588](https://github.com/netty/netty-incubator-codec-quic/pull/588))
* Use '-Xcheck:jni' during testsuite run to detect JNI bugs ([#589](https://github.com/netty/netty-incubator-codec-quic/pull/589))
* Upgrade to netty 4.1.99.Final ([#590](https://github.com/netty/netty-incubator-codec-quic/pull/590))

0 comments on commit d6db7df

Please sign in to comment.