v1.0.26
Reactor Netty
1.0.26
is part of 2020.0.26
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.26
by @pderop in d1b4569, see release notes. - Depend on
Netty
v4.1.86.Final
by @violetagg in #2611 - Allow configurable connection provider eviction predicate by @samueldlightfoot in #2557
- Support context propagation for
ChannelHandler
by @violetagg in #2594 - Add new API
AccessLogArgProvider#connectionInformation()
for retrieving information related to host/remote address/scheme by @pderop in #2606 - Deregister connection pool metrics from
Micrometer
(or alternate registry) when disposing the connection pool by @manolama in #2608
🐞 Bug fixes
- Ensure
Reactor Context
injected withHttpClient#mapConnect
is available on send request/receive response by @violetagg in #2595
📖 Documentation, Tests and Build
- Documentation:
- Update
Http2Pool
javadoc by @violetagg in #2589 - Update
HttpClient#metrics(boolean, Function)
andHttpServer#metrics(boolean, Function)
javadoc by @violetagg in #2593 - Update documentation for
ConnectionProvider.Builder#disposeInactivePoolsInBackground
by @violetagg in #2605 - Update
ConnectionProvider.MeterRegistrar
javadoc by @violetagg in #2610
- Update
- Tests:
- Ensure the connection is closed at the end of the test by @violetagg in #2598
- Add test for
ConnectionProvider.Builder#disposeInactivePoolsInBackground
by @violetagg in #2607
- Build:
- PRs with label
type/test
go toDocumentation, Tests and Build
section of the release notes by @violetagg in #2609
- PRs with label
🆙 Dependency Upgrades
- Bump
jackson-databind
to version2.14.1
by @dependabot in #2584 - Bump
com.diffplug.spotless
to version6.12.0
by @dependabot in #2587 - Bump
Gradle
to version7.6
by @violetagg in #2592 - Bump
biz.aQute.bnd.builder
to version6.4.0
by @dependabot in #2596 - Bump
org.gradle.test-retry
to version1.5.0
by @dependabot in #2597 - Bump
build-info-extractor-gradle
to version4.29.4
by @dependabot in #2601 - Bump
tomcat-embed-core
to version9.0.70
by @dependabot in #2602
New Contributors
Full Changelog: v1.0.25...v1.0.26