Skip to content

v1.1.25

Compare
Choose a tag to compare
@violetagg violetagg released this 10 Dec 11:44
· 479 commits to main since this release

Reactor Netty 1.1.25 is part of 2023.0.13 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Netty v4.1.115.Final by @violetagg in #3511
  • Use SslHandler#isEncrypted(ByteBuf, boolean) instead of the deprecated SslHandler#isEncrypted(ByteBuf) by @violetagg in #3523
  • Handle the incoming LastHttpContent with no content as if it is EMPTY_LAST_CONTENT by @violetagg in #3530

🐞 Bug fixes

  • Add timeout for DefaultLoopResources#disposeLater by @violetagg in #3514
  • Initialise lazy the ProxyProvider configuration by @violetagg in #3517
  • Ensure all ConnectionProvider built-in metrics are disabled when a custom recorder is provided by @violetagg in #3521
  • Ensure HttpClient sends full request when the send function does not change NettyOutbound by @violetagg in #3526

Full Changelog: v1.1.24...v1.1.25