Skip to content

v1.1.6

Compare
Choose a tag to compare
@pderop pderop released this 11 Apr 19:54
· 746 commits to main since this release

Reactor Netty 1.1.6 is part of 2022.0.6 Release Train.

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

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • When graceful shutdown, ensure the streams are processed before closing connection by @violetagg in #2736
  • Ensure correct initial capacity is used for the map by @violetagg in #2739
  • Ensure early dispose is delivered to late subscriber by @OlegDokuka in #2756
  • Parse X-Forwarded-Port header even if X-Forwarded-Host is not present by @pderop in #2761
  • When in graceful shutdown, send GO_AWAY to notify the client to stop opening streams by @violetagg in #2758

📖 Documentation, Tests and Build

  • Make it obvious that the test fails with UnsupportedMessageTypeException by @violetagg in #2763
  • Use Http2SslContextSpec to build SslContext when http2 enabled by @ashraf-revo in #2764

🆙 Dependency Upgrades

New Contributors

Full Changelog: v1.1.5...v1.1.6