v1.1.8
Reactor Netty
1.1.8
is part of 2022.0.8
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.7
by @OlegDokuka in f81eef1, see release notes - Depend on
Netty
v4.1.93.Final
by @violetagg in #2812 - Depend on
Netty QUIC Codec
v0.0.45.Final
by @violetagg in #2819 HttpServer
: Add API for specifying max streams per connection. The connection is marked for closing once the number of all-time streams reaches max streams configuration by @violetagg in #2817
🐞 Bug fixes
- Ensure any custom
CL
/TE
header is removed when304
response code by @violetagg in #2820
📖 Documentation, Tests and Build
- Add
Brotli
compression test by @sullis in #2815 - Add test for
IllegalReferenceCountException
/sendObject
by @pderop in #2821
🆙 Build/Test Dependency Upgrades
- Bump
netty-tcnative-boringssl-static
to versionv2.0.61.Final
by @violetagg in #2799 - Bump
braveVersion
to version5.16.0
by @dependabot in #2801 - Bump
build-info-extractor-gradle
to version4.32.0
by @dependabot in #2807 - Bump
org.gradle.test-retry
to version1.5.3
by @dependabot in #2810 - Bump
jackson-databind
to version2.15.2
by @dependabot in #2816 - Bump
tomcat-embed-core
to version9.0.76
by @dependabot in #2830
New Contributors
Full Changelog: v1.1.7...v1.1.8