Sourced from reactor-netty-http's releases.
v1.1.1
Reactor Netty
1.1.1
is part of2022.0.1
Release Train.This is a recommended update for all
Reactor Netty 1.1.x
users.What's Changed
:sparkles: New features and improvements
- Depend on
Reactor Core
v3.5.1
by@pderop
in de89e707efd85f66185f1fcc29789583107faa8f, see release notes.- Depend on
Netty
v4.1.86.Final
by@violetagg
in #2611- Depend on
Netty QUIC Codec
v0.0.34.Final
by@violetagg
in #2574- Depend on
netty-incubator-transport-native-io_uring
v0.0.16.Final
by@violetagg
in #2575- Allow configurable connection provider eviction predicate by
@samueldlightfoot
in #2557- Support context propagation for
ChannelHandler
by@violetagg
in #2588- Deregister connection pool metrics from
Micrometer
(or alternate registry) when disposing the connection pool by@manolama
in #2608- Add new API
AccessLogArgProvider#connectionInformation()
for retrieving information related to host/remote address/scheme by@pderop
in #2606:lady_beetle: Bug fixes
- Ensure
Http2Pool
can be stopped gracefully by@violetagg
in #2577- Ensure decoding failure is propagated by
@violetagg
in #2578- Ensure
Reactor Context
injected withHttpClient#mapConnect
is available on send request/receive response by@violetagg
in #2595:book: 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- 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:up: Dependency Upgrades
- Bump
mockito-core
to version4.9.0
by@dependabot
in #2580- 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 #2602New Contributors
@manolama
made their first contribution in #2608Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.0...v1.1.1
de89e70
[release] Prepare and release 1.1.1cd86c74
Merge-ignore release 1.0.26 into 1.1.1eda17cf
[release] Back to snapshots, next is 1.0.27-SNAPSHOTd1b4569
[release] Prepare and release 1.0.26a74c684
Merge #2606
into 1.1.176e1fcf
Include forwarded client IP address in access log (#2606)26623fb
Merge #2611
into 1.1.1a348d14
Depend on Netty v4.1.86.Final (#2611)aa8c93d
Merge #2610
into 1.1.163a14fb
Update ConnectionProvider.MeterRegistrar
javadoc (#2610)