v1.1.17
Reactor Netty
1.1.17
is part of 2022.0.17
Release Train and 2023.0.4
Release Train.
This is a recommended update for all Reactor Netty 1.1.x
users.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.5.15
by @violetagg in 84dff5c, see release notes - Depend on
Netty
v4.1.107.Final
by @violetagg in #3062 - Depend on
netty-incubator-transport-native-io_uring
v0.0.25.Final
by @dependabot in #3066 - Depend on
Netty QUIC Codec
v0.0.59.Final
by @violetagg in #3097 - Enable
DNS
retryOnTimeout
withTCP
by @violetagg in #3063 - Add proxy address information to the metrics by @violetagg in #3081
- Provide better exception message for invalid
PORT
env variable by @violetagg in #3083
🐞 Bug fixes
- Ensure
remoteAddress
metrics tag is always the real remote address regardless whether there is proxy by @violetagg in #3074 - When metrics are enabled and
responseTimeout
is configured, ensure the correct order forChannelHandlers
by @violetagg in #3090
📖 Documentation
- Update connection close FAQ by @violetagg in #3082
- Fix javadoc by @violetagg in #3084
- Add info for
reactor.netty.connection.provider.pending.connections.time
metric by @violetagg in #3093 - Add info for
HTTP/2
connection pool metrics by @violetagg in #3094 - Add
How To
disposeEvent Loop Group
/Connection Pool
by @violetagg in #3095
Full Changelog: v1.1.16...v1.1.17