Reactor Netty
1.2.5
is part of 2024.0.5
Release Train.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.7.5
by @violetagg in 2a833f9, see release notes - Depend on
Netty HTTP/3 Codec
v0.0.29.Final
by @dependabot in #3697 - Depend on
Netty QUIC Codec
v0.0.71.Final
by @violetagg in #3703 - Move log statement to the correct place by @violetagg in #3674
- Add API for determining the resolved addresses to which this client should connect by @violetagg in #3687
- Support websocket over
HTTP/2
by @violetagg in #3691 and #3715
🐞 Bug fixes
- Ensure the HTTP/2 stream is closed when an error happens before send operation by @violetagg in #3675
- Ensure the HTTP/3 stream is closed when an error happens before send operation by @violetagg in #3677
- Ensure the connection is invalidated when an error happens before h2c upgrade operation by @violetagg in #3678
- Ensure
HttpInfos#version
returns the correct protocol whenUnix Domain Sockets
by @violetagg in #3693
Full Changelog: v1.2.4...v1.2.5