Multiple incubator libraries released
I am happy to announce the release of a new version of all our incubator libraries.
The releases include:
- netty-incubator-transport-io_uring 0.0.17.Final
- netty-incubator-codec-quic 0.0.36.Final
- netty-incubator-codec-http3 0.0.16.Final
- netty-incubator-bom 0.0.6.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.17.Final
- Replace stdlib write/read with send/recv (#188)
- Correctly handle nextHdr() so we not return null to early (#184)
- Correctly handle unresolvable InetSocketAddress when using IOUringDatagramChannel (#185)
- Add support for client / server side TCP_FAST_OPEN (#183)
- Upgrade to latest netty and netty-tcnative versions (#182)
netty-incubator-codec-http3 0.0.16.Final
- Upgrade netty and netty quic (#210)
- Complete write promise in Http3FrameToHttpObjectCodec (#211)
- Fix Host->:authority translation when URI is in origin-form (#213)
netty-incubator-codec-quic 0.0.36.Final
- Ensure we produce and send window update frames all the times when data is read by stream (#471)
- Upgrade to netty 4.1.87.Final (#466)
netty-incubator-bom-0.0.6.Final
- Update to latest incubator releases (#3)