Reactor Netty
1.2.3
is part of 2024.0.3
Release Train.
What's Changed
⚠️ Update considerations and deprecations
- Make
ChannelOperations.DisposedChannel#close
non operational by @violetagg in #3592 - Ensure
HttpClient
does not addContent-Length
header when the send function does not changeNettyOutbound
or returnsMono#empty
by @violetagg in #3605
✨ New features and improvements
- Depend on
Reactor Core
v3.7.3
by @violetagg in 4e2176e, see release notes - Depend on
Netty
v4.1.118.Final
by @violetagg in #3623 - Use
DnsNameResolverBuilder#datagramChannelFactory
instead of the deprecatedDnsNameResolverBuilder#channelFactory
by @violetagg in #3598 - Support for dynamic proxy configuration at the
HTTP
protocol level by @raccoonback in #3593 - Supports configurable compression level by @raccoonback in #3567
- Add API for specifying datagram channel strategies per
DnsNameResolver
by @violetagg in #3607
🐞 Bug fixes
- When
Mono#empty
is provided as a deferred configuration, continue with the actual configuration by @violetagg in #3596 - When null is provided as a deferred configuration, continue with the current configuration by @violetagg in #3602
- Http2Pool: Ensure the permit is returned when the
Borrower
is cancelled by @violetagg in #3609
Full Changelog: v1.2.2...v1.2.3