v1.1.19
Reactor Netty
1.1.19
is part of 2022.0.19
and 2023.0.6
Release Train.
What's Changed
⚠️ Update considerations and deprecations
- Always add
proxy.address
tag for the client metrics by @violetagg in #3230
✨ New features and improvements
- Depend on
Reactor Core
v3.5.17
by @pderop in 20dbf3f, see release notes - Depend on
Netty
v4.1.109.Final
by @violetagg in #3159 - Cache the request info when collecting metrics by @violetagg in #3211 and #3231
- Make pending responses log messages consistent by @violetagg in #3239
🐞 Bug fixes
- Always use remote socket address for the metrics by @violetagg in #3210
- Ensure
HttpServerMetricsRecorder#recordServerConnectionInactive/Close
is invoked for websockets by @violetagg in #3229 - Ensure
ConnectionProvider
metrics are disposed unconditionally when graceful shutdown by @violetagg in #3235 - Ensure
ByteBuf#release
is invoked for already sentHTTP/2
response by @violetagg in #3236
Full Changelog: v1.1.18...v1.1.19