v1.1.16
Reactor Netty
1.1.16
is part of 2022.0.16
Release Train and 2023.0.3
Release Train.
This is a recommended update for all Reactor Netty 1.1.x
users.
What's Changed
⚠️ Update considerations and deprecations
- Ensure cookies can be added by
BiConsumer
provided withHttpClient#followRedirect
by @violetagg in #3039
✨ New features and improvements
- Depend on
Netty
v4.1.106.Final
by @violetagg in #3034 - Depend on
Netty QUIC Codec
v0.0.57.Final
by @violetagg in #3055 - Obtain
Http2FrameCodec
context only when needed by @violetagg in #3032
🐞 Bug fixes
- Ensure
ChannelHandlerContext.isRemoved
is called only when in event loop by @violetagg in #3031 - Ensure
websocket
compression
is enabled whenserver
is configured withHttpProtocol.H2C
andHttpProtocol.HTTP1.1
by @violetagg in #3037
📖 Documentation, Tests and Build
- Update
CodeQL
with the latest configurations by @violetagg in #3046 - Pin
GitHub Actions
versions by @violetagg in #3048
🆙 Build/Test Dependency Upgrades
- Bump
tomcat-embed-core
to version9.0.85
by @dependabot in #3025 - Bump
hoverfly-java-junit5
to version0.16.1
by @dependabot in #3028 - Bump
metadata repository
to version0.3.6
by @violetagg in #3038 - Bump
build-info-extractor-gradle
to version4.33.12
by @dependabot in #3042 - Bump
brotli4j
to version1.16.0
by @dependabot in #3045 - Bump
assertj-core
to version3.25.3
by @dependabot in #3051 - Bump
junitVersion
to version5.10.2
by @dependabot in #3052 - Bump
junit-platform-launcher
to version1.10.2
by @dependabot in #3053 - Bump
Gradle
to version7.6.4
by @violetagg in #3054 - Bump
gradle/wrapper-validation-action
to version2.1.1
by @dependabot in #3058
Full Changelog: v1.1.15...v1.1.16