v1.0.18
Reactor Netty
1.0.18
is part of 2020.0.18
Release Train.
This is a recommended update for all Reactor Netty 1.0.x
users.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.4.17
by @simonbasle in a2ccfd8, see release notes.- Remove the usage of the deprecated
currentContext()
in MonoSink by @violetagg in #2112
- Remove the usage of the deprecated
🐞 Bug fixes
- Avoid
NoSuchElementException
when an acquiring connection is closing by @pderop in #2110 - Ensure channel promises support listeners when
SOCKS
proxy handler is used by @pderop in #2120 - Do not return the connection to the pool in case
SSLEngine
has been closed by @violetagg in #2140 - Ensure
4xx
responses are reported byHttpServer
metrics by @violetagg in #2149
📖 Documentation, Tests and Build
- Documentation
- Javadoc improvement by @violetagg in #2142
- Tests
- Various test improvements by @violetagg and @pderop in #2104, #2119, #2136
- Remove
maxGranularity
in order to see parameterized tests failures by @violetagg in #2127
- Build
- Upgrade to
Gradle
v7.4.2
by @violetagg in #2135
- Upgrade to
🆙 Dependency Upgrades
- Bump
build-info-extractor-gradle
to version4.28.1
by @dependabot in #2122 - Bump
jackson-databind
to version2.13.2.2
by @dependabot in #2125 - Bump
jacoco tool
to version0.8.7
by @violetagg in #2126 - Bump
de.undercouch.download
to version5.0.4
by @dependabot in #2132 - Bump
tomcat-embed-core
to version9.0.62
by @dependabot in #2139 - Bump
braveVersion
to version5.13.8
by @dependabot in #2141 - Bump
com.diffplug.spotless
to version6.4.2
by @dependabot in #2144
Full Changelog: v1.0.17...v1.0.18