v1.2.0-M1
Pre-release
Pre-release
Reactor Netty
1.2.0-M1
is part of 2024.0.0-M1
Release Train.
This milestone migrates the reference documentation to Antora
.
Reactor Netty
1.2.0-M1
inherits all changes from the 1.0.x
and 1.1.x
branches at the point this release was cut.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.7.0-M1
by @chemicL in 9a20945, see release notes - Depend on
Netty
v4.1.108.Final
by @violetagg in #3111 - Depend on
Netty QUIC Codec
v0.0.62.Final
by @violetagg in #3121 - Always check
idleTimeout
configuration before pipeline checks by @violetagg in #3117 - Always check
readTimeout
configuration before pipeline checks by @violetagg in #3118
🐞 Bug fixes
- Do not add
IdleTimeoutHandler
while processing pipelined requests by @violetagg in #3124
📖 Documentation, Tests
- Clarify maximum websocket frame length configuration by @violetagg in #3116
- Validate zstd compression by @sullis in #3126
- Migrate reference documentation to
Antora
by @pderop in #3120, #3134 and by @violetagg in #3128, #3129, #3130, #3131, #3133, #3135, #3141
Full Changelog: v1.1.17...v1.2.0-M1