v1.1.20
Reactor Netty
1.1.20
is part of 2022.0.20
and 2023.0.7
Release Train.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.5.18
by @violetagg in 9670a02, 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 - 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 - Fix
HTTP/2
poolrecordPendingSuccess/FailureAndLatency
not recorded without timeout by @violetagg in #3252 - Ensure
HttpClient#reactorNettyVersion()
does not throwNullPointException
when loaded through-javaagent
underJDK 1.8
by @KyoUK4n in #3266
📖 Documentation
- Extend the documentation for the shared (default)
ConnectionProvider
andEvent Loop Group
by @violetagg in #3281
New Contributors
- @KyoUK4n made their first contribution in #3266
- @VadimKirilchuk made their first contribution in #3276
Full Changelog: v1.1.19...v1.1.20