v1.1.12
Reactor Netty
1.1.12
is part of 2022.0.12
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.11
by @OlegDokuka in d68cea1, see release notes - Depend on
Netty
v4.1.100.Final
by @OlegDokuka in 6823583 - Depend on
netty-incubator-transport-native-io_uring
v0.0.23.Final
by @dependabot in #2915 - Depend on
Netty QUIC Codec
v0.0.51.Final
by @violetagg in #2921
🐞 Bug fixes
- Request for read interest when channel is unwritable while
HttpClient.send(Mono)
is used by @pderop in #2864, #2902, #2903 - Ensure
HttpClient#mapConnect() / #doOnRequestError()
are called whenHttpClient#headersWhen()
is used by @violetagg in #2912 - Ensure
Expect
header is handled correctly withHTTP/2
by @violetagg in #2916 - Ensure connection closed when non
200
status for request withExpect
header and incoming data not completed by @violetagg in #2919
📖 Documentation, Tests and Build
- Add
GraalVM
smoke tests by @violetagg in #2899 - Add nightly build with
Reactor Core
3.6 SNAPSHOTs
by @violetagg in #2911 - Add smoke tests for
Reactor Core
featureHooks.enableAutomaticContextPropagation()
by @violetagg in #2922, #2925, #2926
🆙 Build/Test Dependency Upgrades
- Bump
hoverfly-java-junit5
to version0.15.0
by @dependabot in #2898 - Bump
org.gradle.test-retry
to version1.5.6
by @dependabot in #2918 - Bump
build-info-extractor-gradle
to version4.33.6
by @dependabot in #2923 - Bump
Gradle
to version7.6.3
by @violetagg in #2924 - Bump
netty-tcnative-boringssl-static
to versionv2.0.62.Final
by @violetagg in #2929
Full Changelog: v1.1.11...v1.1.12