v1.1.27
Reactor Netty
1.1.27
is part of 2023.0.15
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
Netty
v4.1.118.Final
by @violetagg in #3623 - Use
DnsNameResolverBuilder#datagramChannelFactory
instead of the deprecatedDnsNameResolverBuilder#channelFactory
by @violetagg in #3598
🐞 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.1.26...v1.1.27