fix(deps): update dependency io.projectreactor.netty:reactor-netty to v1.2.0 #839
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.23
->1.2.0
Release Notes
reactor/reactor-netty (io.projectreactor.netty:reactor-netty)
v1.2.0
Reactor Netty
1.2.0
is part of2024.0.0
Release Train.New and Noteworthy
HTTP/3
experimental supportUnix Domain Sockets
support forNIO
transport (requires Java 17)Multi-release
jar supportAntora
What's Changed
SslProvider$DefaultConfigurationSpec
andSslProvider$DefaultConfigurationType
by @violetagg in #3147SslContextSpec#sslContext(reactor.netty.tcp.SslProvider.ProtocolSslContextSpec)
by @violetagg in #3160proxy.address
tag for the client metrics by @violetagg in #3230✨ New features and improvements
Reactor Core
v3.7.0
by @chemicL in9a5a672
, see release notesNetty
v4.1.114.Final
by @violetagg in #3451Netty QUIC Codec
v0.0.68.Final
by @violetagg in #3442Micrometer
v1.14.0
by @violetagg in #3508Micrometer Tracing
v1.14.0
by @violetagg in #3508Micrometer Doc Generator
v1.0.4
by @violetagg ind4ec32e
Context Propagation
v1.1.0
by @violetagg in #3164Brave
v6.0.3
by @dependabot in #3172HTTP/3
server supportProtocolSslContextSpec
generic by @violetagg in #3150HTTP/3
initial settings by @violetagg in #3152HttpProtocol#HTTP3
by @violetagg in #3161HTTP/3
server support by @violetagg in #3176HTTP/3
server support as incubating by @violetagg in #3183wiretap
forHTTP/3
frames by @violetagg in #3186accesslog
forHTTP/3
server support by @violetagg in #3191compression
forHTTP/3
server support by @violetagg in #3192metrics
forHTTP/3
server support by @violetagg in #3193Netty HTTP3 Codec
for aggregated javadoc by @violetagg in #3197SNI support
by @violetagg in #3496HTTP/3
client supportHTTP/3
client initial settings by @violetagg in #3311HttpProtocol#HTTP3
by @violetagg in #3312DefaultPooledConnectionProvider
by @violetagg in #3314Http3Pool
by @violetagg in #3317HTTP/3
client support by @violetagg in #3319SNI support
by @violetagg in #3496idleTimeout
configuration before pipeline checks by @violetagg in #3117readTimeout
configuration before pipeline checks by @violetagg in #3118Mono
orObject
by @violetagg in #3250Content-Length
when it is about to send theFullHttpResponse
by @violetagg in #3355doFinally
in order to handlecancel
anderror
signals by @violetagg in #3356ChannelOperations#shortId
on demand by @violetagg in #3357HttpServerOperations#onInboundNext
by @violetagg in #3375HttpTrafficHandler#write
by @violetagg in #3376EMPTY_LAST_CONTENT
by @violetagg in #3385Http2StreamBridgeServerHandler#write
by @violetagg in #3391Unix Domain Sockets
support onNIO
transport by @violetagg in #3494SocketAddress
proxies instead of justInetSocketAddress
by @AlexProgrammerDE in #3243MonoSend.MAX_SIZE
configurable by system property by @VadimKirilchuk in #3276Brotli
support forHttpClient
by @violetagg in #3331HttpDecoderSpec#validateHeaders()
specifies whether request/response headers are validated by @violetagg in #3370X-Forwarded-Prefix
request header by @chemicL in #3436allowPartialChunks
in theHttpDecoderSpec
by @reta in #3453multi-release
jar support by @violetagg in #3494🐞 Bug fixes
IdleTimeoutHandler
while processing pipelined requests by @violetagg in #3124HttpServerMetricsRecorder#recordServerConnectionInactive/Close
is invoked for websockets by @violetagg in #3229ConnectionProvider
metrics are disposed unconditionally when graceful shutdown by @violetagg in #3235ByteBuf#release
is invoked for already sentHTTP/2
response by @violetagg in #3236HttpOperations#afterMarkSentHeaders
throws an error inHttpOperations#sendObject
, ensure theByteBuf
is released just once by @violetagg in #3246HttpClient#reactorNettyVersion()
does not throwNullPointException
when loaded through-javaagent
underJDK 1.8
by @KyoUK4n in #3266HTTP/2
poolrecordPendingSuccess/FailureAndLatency
not recorded without timeout by @violetagg in #3252Http2Pool
: when applyingacquireTimeout
, check for current pendingBorrowers
by @violetagg in #3300EventLoopGroup
is configured ensure only one connection pool is created by @violetagg in #3321Expect: 100-continue
by @violetagg in #3362decode
in an event loop by @violetagg in #3369DELETE
andTransfer-Encoding
by @violetagg in #3481SNI
is configured by @violetagg in #3484HttpInfos#version
returns the correct protocol by @violetagg in #3487📖 Documentation, Tests
Antora
by @pderop in #3120, #3134, #3214, #3215, #3216 and by @violetagg in #3128, #3129, #3130, #3131, #3133, #3135, #3141ConnectionProvider
andEvent Loop Group
by @violetagg in #3281HttpClient#compress
by @izeye in #3349allowPartialChunks
setting by @andrross in #3471Full Changelog: reactor/reactor-netty@v1.1.17...v1.2.0
v1.1.24
Reactor Netty
1.1.24
is part of2023.0.12
Release Train.What's Changed
🐞 Bug fixes
DELETE
andTransfer-Encoding
by @violetagg in #3481SNI
is configured by @violetagg in #3484HttpInfos#version
returns the correct protocol by @violetagg in #3487📖 Documentation
allowPartialChunks
setting by @andrross in #3471New Contributors
Full Changelog: reactor/reactor-netty@v1.1.23...v1.1.24
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.