v1.2.0-M3
Pre-release
Pre-release
Reactor Netty
1.2.0-M3
is part of 2024.0.0-M3
Release Train.
Reactor Netty
1.2.0-M3
inherits all changes from the 1.0.x
and 1.1.x
branches at the point this release was cut.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.7.0-M3
by @violetagg in 80d7cad, see release notes - Depend on
Netty
v4.1.110.Final
by @violetagg in #3259 - Depend on
Netty QUIC Codec
v0.0.63.Final
by @violetagg in #3264 - Allow using
SocketAddress
proxies instead of justInetSocketAddress
by @AlexProgrammerDE in #3243 - Immediately mark outbound as complete when sending
Mono
orObject
by @violetagg in #3250 - Add possibility to delay the last flush operation by @violetagg in #3271, #3280 and #3282
- Make
MonoSend.MAX_SIZE
configurable by system property by @VadimKirilchuk in #3276
🐞 Bug fixes
- When
HttpOperations#afterMarkSentHeaders
throws an error inHttpOperations#sendObject
, ensure theByteBuf
is released just once by @violetagg in #3246 - Ensure
HttpClient#reactorNettyVersion()
does not throwNullPointException
when loaded through-javaagent
underJDK 1.8
by @KyoUK4n in #3266 - Fix
HTTP/2
poolrecordPendingSuccess/FailureAndLatency
not recorded without timeout by @violetagg in #3252
📖 Documentation
- Extend the documentation for the shared (default)
ConnectionProvider
andEvent Loop Group
by @violetagg in #3281
New Contributors
- @AlexProgrammerDE made their first contribution in #3243
- @KyoUK4n made their first contribution in #3266
- @VadimKirilchuk made their first contribution in #3276
Full Changelog: v1.2.0-M2...v1.2.0-M3