Skip to content

v1.0.24

Compare
Choose a tag to compare
@violetagg violetagg released this 11 Oct 18:19
· 406 commits to 1.0.x since this release
b820698

Reactor Netty 1.0.24 is part of 2020.0.24 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 HttpClientConfig#connectionProvider returns the original provider used to create HttpClient by @violetagg in #2483
  • Get SslHandler by name for ALPN in HttpClientChannelInitializer by @j-bahr in #2488
  • Close connection when a TLS close_notify is received and acknowledged by @pderop in #2518
  • Check for log level by @violetagg in #2528
  • Ensure logs are prefixed with channel information when possible by @violetagg in #2529

📖 Documentation, Tests and Build

  • Documentation:
  • Tests:
    • Ensure HTTP/2 tests comply with RFC requirements for HTTP/2 headers by @violetagg in #2501
  • Build:
    • Improve JapiCmp: avoid misses, improve reporting and exclusions by @simonbasle in #2497

🆙 Dependency Upgrades

Full Changelog: v1.0.23...v1.0.24