Skip to content

v1.2.3

Latest
Compare
Choose a tag to compare
@violetagg violetagg released this 11 Feb 10:20
· 57 commits to main since this release
4e2176e

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 add Content-Length header when the send function does not change NettyOutbound or returns Mono#empty by @violetagg in #3605

✨ New features and improvements

🐞 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