v1.0.39
Reactor Netty
1.0.39
is part of 2020.0.38
Release Train.
This is a recommended update for all Reactor Netty 1.0.x
users.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.4.34
by @pderop in ea31f0b, see release notes - Depend on
Netty
v4.1.101.Final
by @violetagg in #2968 - Depend on
Netty QUIC Codec
v0.0.52.Final
by @violetagg in #2965 - Add root cause exception when throwing
PrematureCloseException
by @pderop in #2937
🐞 Bug fixes
- Ensure metrics are unregistered when inactive connection pool is disposed by @violetagg in #2932
- Ensure
HttpServer
metricsconnections.total/active
are correct when multiple local addresses by @violetagg in #2953 - Ensure the real connection local address without any proxy information is used for
HttpServer
connections.active
metrics by @violetagg in #2954 - Ensure
HttpServer
connections.total
metric is correct when connection close happens before connection open by @violetagg in #2958
📖 Documentation, Tests and Build
Checkstyle
: enableModifierOrder
, javadoc checksNonEmptyAtclauseDescription
,AtclauseOrder
andJavadocStyle
by @violetagg in #2951, #2966, #2970
🆙 Build/Test Dependency Upgrades
- Bump
jackson-databind
to version2.15.3
by @dependabot in #2933 - Bump
tomcat-embed-core
to version9.0.82
by @dependabot in #2934 - Bump
junitVersion
to version5.10.1
by @dependabot in #2961 - Bump
junit-platform-launcher
to version1.10.1
by @dependabot in #2962 - Bump
brotli4j
to version1.13.0
by @dependabot in #2963
Full Changelog: v1.0.38...v1.0.39