Skip to content

v1.0.17

Compare
Choose a tag to compare
@violetagg violetagg released this 15 Mar 13:24
· 617 commits to 1.0.x since this release

Reactor Netty 1.0.17 is part of 2020.0.17 Release Train.

This is a recommended update for all Reactor Netty 1.0.x users.

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

  • Ensure the provided event loop is not null by @violetagg in #2047
  • Ensure server connections metrics are not reported for the client by @violetagg in #2063
  • When request decoding fails on HttpContent different than HttpRequest, obtain the request from the channel attributes by @violetagg in #2077
  • Wrong metric value for TLS handshake time by @pderop in #2078
  • Prevent NPE when adding IdleTimeoutHandler by @raycoarana in #2084
  • Ensure all cases, when Http2FrameCodec is not available, are handled properly by @violetagg in #2093

📖 Documentation, Tests and Build

  • Documentation:
    • Add javadoc for the method param isDomainSocket in TransportConnector#bind(...) by @violetagg in #2050
    • Provide more clarity of maxConnections usage by @PyAntony in #2059
    • Extend the example for disabling the connection pool by @violetagg in #2082
  • Tests:
  • Build:

🆙 Dependency Upgrades

Full Changelog: v1.0.16...v1.0.17