Skip to content

v1.0.39

Compare
Choose a tag to compare
@violetagg violetagg released this 14 Nov 18:28
· 147 commits to 1.0.x since this release

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

🐞 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

  • Checkstyle: enable ModifierOrder, javadoc checks NonEmptyAtclauseDescription, AtclauseOrder and JavadocStyle by @violetagg in #2951, #2966, #2970

🆙 Build/Test Dependency Upgrades

Full Changelog: v1.0.38...v1.0.39