Bump io.projectreactor.netty:reactor-netty from 0.8.20.RELEASE to 1.1.20
Bumps io.projectreactor.netty:reactor-netty from 0.8.20.RELEASE to 1.1.20.
Release notes
Sourced from io.projectreactor.netty:reactor-netty's releases.
v1.1.20
Reactor Netty
1.1.20
is part of2022.0.20
and2023.0.7
Release Train.What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.5.18
by@violetagg
in 9670a025c60d4ff009e52dc90fc7e235b91526b2, see release notes- Depend on
Netty
v4.1.110.Final
by@violetagg
in #3259- Depend on
Netty QUIC Codec
v0.0.63.Final
by@violetagg
in #3264- Immediately mark outbound as complete when sending
Mono
orObject
by@violetagg
in #3250- Add possibility to delay the last flush operation by
@violetagg
in #3271, #3280 and #3282- Make
MonoSend.MAX_SIZE
configurable by system property by@VadimKirilchuk
in #3276:lady_beetle: Bug fixes
- When
HttpOperations#afterMarkSentHeaders
throws an error inHttpOperations#sendObject
, ensure theByteBuf
is released just once by@violetagg
in #3246- Fix
HTTP/2
poolrecordPendingSuccess/FailureAndLatency
not recorded without timeout by@violetagg
in #3252- Ensure
HttpClient#reactorNettyVersion()
does not throwNullPointException
when loaded through-javaagent
underJDK 1.8
by@KyoUK4n
in #3266
📖 Documentation
- Extend the documentation for the shared (default)
ConnectionProvider
andEvent Loop Group
by@violetagg
in #3281New Contributors
@KyoUK4n
made their first contribution in #3266@VadimKirilchuk
made their first contribution in #3276Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.19...v1.1.20
v1.1.19
Reactor Netty
1.1.19
is part of2022.0.19
and2023.0.6
Release Train.What's Changed
⚠ Update considerations and deprecations
- Always add
proxy.address
tag for the client metrics by@violetagg
in reactor/reactor-netty#3230
✨ New features and improvements
- Depend on
Reactor Core
v3.5.17
by@pderop
in 20dbf3fd5f57a1dc4ce4eb01e91891a3e7dc81cc, see release notes- Depend on
Netty
v4.1.109.Final
by@violetagg
in #3159- Cache the request info when collecting metrics by
@violetagg
in #3211 and #3231- Make pending responses log messages consistent by
@violetagg
in #3239:lady_beetle: Bug fixes
- Always use remote socket address for the metrics by
@violetagg
in #3210- Ensure
HttpServerMetricsRecorder#recordServerConnectionInactive/Close
is invoked for websockets by@violetagg
in #3229- Ensure
ConnectionProvider
metrics are disposed unconditionally when graceful shutdown by@violetagg
in #3235- Ensure
ByteBuf#release
is invoked for already sentHTTP/2
response by@violetagg
in #3236Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.18...v1.1.19
... (truncated)
Commits
-
9670a02
[release] Prepare and release 1.1.20 -
7108673
Merge-ignore release 1.0.46 into 1.1.20 -
a482017
[release] Back to snapshots, next is 1.0.47-SNAPSHOT -
0343273
[release] Prepare and release 1.0.46 -
3083c45
Make MonoSend.MAX_SIZE configurable by system property (#3276) -
50c5366
Merge #3288 into 1.1.20 -
8ae6a07
Bump org.jfrog.buildinfo:build-info-extractor-gradle (#3288) -
d670eec
Adapt metrics to the delayed last flush operation (#3282) -
bebda72
Extend the documentation for the shared (default) ConnectionProvider and Even... -
7fab480
Adapt access log to the delayed last flush operation (#3280) - Additional commits viewable in compare view