Reactor Netty
1.2.1
is part of 2024.0.1
Release Train.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.7.1
by @violetagg in 667f8c9, see release notes - Depend on
Netty
v4.1.115.Final
by @violetagg in #3511 - Use
SslHandler#isEncrypted(ByteBuf, boolean)
instead of the deprecatedSslHandler#isEncrypted(ByteBuf)
by @violetagg in #3523 - Avoid using static exceptions for better debugging experience by @violetagg in #3529
- Handle the incoming
LastHttpContent
with no content as if it isEMPTY_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 changeNettyOutbound
by @violetagg in #3526 HTTP/3
: EnsureHttpClient
sends full request when the send function does not changeNettyOutbound
by @violetagg in #3536
Full Changelog: v1.2.0...v1.2.1