v1.2.2
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
forDELETE
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
Reactor Core
v3.7.2
by @chemicL in 3db1d87, see release notes - 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 ifBorrower
is cancelled by @violetagg in #3582Http2Pool
: Do not proceed with the resource delivery ifBorrower
is cancelled by @violetagg in #3585- Configuration for setting maximum number of connection pools to be created by @jchenga in #3566
🐞 Bug fixes
- Fix
ClassCastException
inHttpOperations#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 whenHTTP/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 theHTTP
examples by @violetagg in #3578
New Contributors
- @joschi made their first contribution in #3542
- @raccoonback made their first contribution in #3571
Full Changelog: v1.2.1...v1.2.2