Reactor Netty
1.2.6
is part of 2024.0.6
Release Train.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.7.6
by @violetagg in b6e72c4, see release notes - Depend on
Netty
v4.1.121.Final
by @violetagg in #3728 - Depend on
Netty QUIC Codec
v0.0.72.Final
by @violetagg in #3737 - Make
AccessLog
class not final by @dmitrysulman in #3726 - Add request and response header iterators to
AccessLogArgProvider
by @dmitrysulman in #3735 - Support error log handler for Http server by @raccoonback in #3700 and by @violetagg in 4ed2380 and #3750
- Remove unused method parameter by @violetagg in #3751
🐞 Bug fixes
- Ensure
reactor.netty.http.server.connections.active
is updated when there is noHttpServerOperations
by @violetagg in #3725 - Ensure the default compression configuration is taken from Netty by @violetagg in #3743
- Ensure the exception is propagated in case of delayed address resolution by @violetagg in #3744
- Release the partial
HttpData
only if it is not released by Netty by @violetagg in #3749 - Connection pools with/without
resolvedAddressesSelector
are different pools by @violetagg in #3753 - Remove extra write invocation when
Expect: 100-continue
by @violetagg in #3755
New Contributors
- @dmitrysulman made their first contribution in #3726
Full Changelog: v1.2.5...v1.2.6