v1.1.13
Reactor Netty
1.1.13
is part of 2022.0.13
Release Train and 2023.0.0
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.12
by @pderop in ee3c1ef, 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
- Update TLS configuration defaults in javadoc by @simonatan in #2939
Checkstyle
: enableModifierOrder
, javadoc checksNonEmptyAtclauseDescription
,AtclauseOrder
andJavadocStyle
by @violetagg in #2951, #2966, #2970- Update reference documentation for event loop group by @violetagg in #2952
- Add
Windows OS
to the matrix forGraalVM
CI tests by @violetagg in #2955
🆙 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
GraalVM
forJDK 17 Community
to version17.0.9
by @violetagg in #2947 - 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
New Contributors
- @simonatan made their first contribution in #2939
Full Changelog: v1.1.12...v1.1.13