Skip to content

v1.2.2

Compare
Choose a tag to compare
@violetagg violetagg released this 14 Jan 16:31
· 125 commits to main since this release
3db1d87

Reactor Netty 1.2.2 is part of 2024.0.2 Release Train.

What's Changed

⚠️ Update considerations and deprecations

  • Do not add Transfer-Encoding for DELETE with no body by @violetagg in #3549
  • Ensure DisposedChannelConfig#setAutoRead does not change auto-read configuration by @violetagg in #3581

✨ New features and improvements

🐞 Bug fixes

  • Fix ClassCastException in HttpOperations#initShortId() by @joschi in #3542
  • Ensure the request counter is updated once when the request is received by @violetagg in #3543
  • HttpServerRequest#receiveContent() never emits any value nor completes when HTTP/1.1 TLS Upgrade (RFC-2817) kicks in by @reta in #3540
  • Generate log message in advance by @raccoonback in #3571

📖 Documentation

  • Add Reactor Netty version of CORS HTTP server example by @jchenga in #3554
  • Add HTTP2/HTTP3 configuration to the HTTP examples by @violetagg in #3578

New Contributors

Full Changelog: v1.2.1...v1.2.2