v1.1.9
Reactor Netty
1.1.9
is part of 2022.0.9
Release Train.
This is a recommended update for all Reactor Netty 1.1.x
users.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.5.8
by @pderop in 5e5a0b4, see release notes - Depend on
Netty
v4.1.94.Final
by @violetagg in #2837 - Depend on
Netty QUIC Codec
v0.0.48.Final
by @violetagg in #2847 HttpServer
: Add API for read related timeouts by @violetagg in #2836
🐞 Bug fixes
- Ensure
DefaultHttp2GoAwayFrame
is released when handlinguserEventTriggered
by @yuzawa-san in #2835 - Ensure handshake timeout is applied in case of SNI by @violetagg in #2840
- Fix memory leak of HTTP server on bind failure by @SgtSilvio in #2844
📖 Documentation, Tests and Build
- Add
HttpServer
TLS Timeout Configuration
section to reference documentation by @violetagg in #2832 - Add
HttpServer
Connection Timeout Configuration
section to reference documentation by @violetagg in #2833 - Enhance context propagation reference documentation by @violetagg in #2841
🆙 Build/Test Dependency Upgrades
- Bump
build-info-extractor-gradle
to version4.33.1
by @dependabot in #2845 - Bump
tomcat-embed-core
to version9.0.78
by @dependabot in #2855
New Contributors
- @SgtSilvio made their first contribution in #2844
Full Changelog: v1.1.8...v1.1.9