Multiple incubator libraries released
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.23.Final
- netty-incubator-codec-http3 0.0.21.Final
- netty-incubator-codec-quic 0.0.51.Final
Important changes:
For more details please check the specific issue tracker for the libraries as listed above.
netty-incubator-transport-io_uring 0.0.23.Final
- Update to latest netty version (#219)
- Use '-Xcheck:jni' during testsuite run to detect JNI bugs (#218)
netty-incubator-codec-http3 0.0.21.Final
- Change API of Http3RequestStreamInboundHandler to better handle FIN (#240)
- Upgrade to latest netty release (#244)
- Upgrade to netty-incubator-codec-quic 0.0.51.Final (#246)
netty-incubator-codec-quic 0.0.51.Final
- Update to latest boringssl chromium-stable commit (#570)
- Fixed Android connection not working (#577)
- Fix bug related to memoryAddress access when unsafe is not accessible and Datagram extension is used (#579)
- Ensure we always delete the local reference used to access the weak reference (#587)
- Do not try to delete a global handle with the local handles APIs (#588)
- Use '-Xcheck:jni' during testsuite run to detect JNI bugs (#589)
- Upgrade to netty 4.1.99.Final (#590)