Skip to content

v1.1.26

Compare
Choose a tag to compare
@violetagg violetagg released this 14 Jan 16:22
· 481 commits to main since this release
72b2c1d

Reactor Netty 1.1.26 is part of 2023.0.14 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

  • Depend on Netty v4.1.116.Final by @violetagg in #3550
  • Depend on netty-incubator-transport-native-io_uring v0.0.26.Final by @dependabot in #3568
  • Depend on Netty QUIC Codec v0.0.70.Final by @violetagg in #3570
  • Http2Pool: Do not proceed with the acquisition if Borrower is cancelled by @violetagg in #3582
  • Http2Pool: Do not proceed with the resource delivery if Borrower is cancelled by @violetagg in #3585

🐞 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

New Contributors

Full Changelog: v1.1.25...v1.1.26