Skip to content

v1.1.13

Compare
Choose a tag to compare
@violetagg violetagg released this 14 Nov 18:40
· 780 commits to main since this release

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

🐞 Bug fixes

  • Ensure metrics are unregistered when inactive connection pool is disposed by @violetagg in #2932
  • Ensure HttpServer metrics connections.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: enable ModifierOrder, javadoc checks NonEmptyAtclauseDescription, AtclauseOrder and JavadocStyle by @violetagg in #2951, #2966, #2970
  • Update reference documentation for event loop group by @violetagg in #2952
  • Add Windows OS to the matrix for GraalVM CI tests by @violetagg in #2955

🆙 Build/Test Dependency Upgrades

New Contributors

Full Changelog: v1.1.12...v1.1.13