chore(deps): update dependency io.projectreactor.netty:reactor-netty-http to v1.2.11 #380
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.0.48
->1.2.11
Release Notes
reactor/reactor-netty (io.projectreactor.netty:reactor-netty-http)
v1.2.11
Reactor Netty
1.2.11
is part of2024.0.11
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.7.12
by @violetagg inf7fc6b7
, see release notesProxy-Authorization
renewal by @violetagg in #3925🐞 Bug fixes
ResponseTimeoutHandler
is added as one of the first handlers in the pipeline by @violetagg in #3916Content-Length:0
by @violetagg in #3936HTTP/2
upgrade stream inherits the proper state from the originalHTTP/1.1
connection when successful upgrade fromHTTP/1.1
toHTTP/2
by @violetagg in #3957HttpClientConfig
copying issue inMonoHttpConnect
by @violetagg in #3964Full Changelog: reactor/reactor-netty@v1.2.10...v1.2.11
v1.2.10
Reactor Netty
1.2.10
is part of2024.0.10
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.7.11
by @chemicL in0d81f66
, see release notesNetty
v4.1.127.Final
by @violetagg in #3905Netty QUIC Codec
v0.0.74.Final
by @violetagg in #3880🐞 Bug fixes
ConnectionProvider#disposeWhen
by @violetagg in #3881100-Continue
is handled when collecting client's metrics by @violetagg in #3895Full Changelog: reactor/reactor-netty@v1.2.9...v1.2.10
v1.2.9
Reactor Netty
1.2.9
is part of2024.0.9
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.7.9
by @violetagg inad6415d
, see release notesNetty
v4.1.123.Final
by @violetagg in #3844🐞 Bug fixes
HTTP/2
, ensure the trailer headers are provided in case full response is received by @violetagg in #3847HttpClientResponse#trailerHeaders
always completes by @violetagg in #3848handlerConfigurator
by @klopfdreh in #3861New Contributors
Full Changelog: reactor/reactor-netty@v1.2.8...v1.2.9
v1.2.8
Reactor Netty
1.2.8
is part of2024.0.8
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.7.8
by @chemicL in79468f6
, see release notesNetty QUIC Codec
v0.0.73.Final
by @violetagg in #3811Netty HTTP/3 Codec
v0.0.30.Final
by @dependabot[bot] in #3812Forwarded
/X-Forwarded-Proto
header parsing by @violetagg in #3823 and #3824🐞 Bug fixes
HTTP/1.1
toHTTP/2
upgrade operation by @violetagg in #3806HTTP/2
apply always the trailer headers by @violetagg in #3808Trailers
must not includepseudo-header
fields by @violetagg in #3810HTTP/2
connection to the channel group for a proper graceful shutdown in case no active streams by @violetagg in #3827maxConcurrentStreams
when successfulHTTP/1.1
toHTTP/2
upgrade by @violetagg in #3832HTTP/2
upgrade stream inherits the proper state from the originalHTTP/1.1
connection when successful upgrade fromHTTP/1.1
toHTTP/2
by @violetagg in #3838New Contributors
Full Changelog: reactor/reactor-netty@v1.2.7...v1.2.8
v1.2.7
Reactor Netty
1.2.7
is part of2024.0.7
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.7.7
by @violetagg in7ad6a24
, see release notesNetty
v4.1.122.Final
by @violetagg in #3791Netty
HTTP/2
settingSETTINGS_ENABLE_CONNECT_PROTOCOL
by @violetagg in #3794📖 Documentation
HTTP/2
initial setting when websocket overHTTP/2
on the server by @violetagg in #3783Full Changelog: reactor/reactor-netty@v1.2.6...v1.2.7
v1.2.6
Reactor Netty
1.2.6
is part of2024.0.6
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.7.6
by @violetagg inb6e72c4
, see release notesNetty
v4.1.121.Final
by @violetagg in #3728Netty QUIC Codec
v0.0.72.Final
by @violetagg in #3737AccessLog
class not final by @dmitrysulman in #3726AccessLogArgProvider
by @dmitrysulman in #37354ed2380
and #3750🐞 Bug fixes
reactor.netty.http.server.connections.active
is updated when there is noHttpServerOperations
by @violetagg in #3725HttpData
only if it is not released by Netty by @violetagg in #3749resolvedAddressesSelector
are different pools by @violetagg in #3753Expect: 100-continue
by @violetagg in #3755New Contributors
Full Changelog: reactor/reactor-netty@v1.2.5...v1.2.6
v1.2.5
Reactor Netty
1.2.5
is part of2024.0.5
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.7.5
by @violetagg in2a833f9
, see release notesNetty HTTP/3 Codec
v0.0.29.Final
by @dependabot in #3697Netty QUIC Codec
v0.0.71.Final
by @violetagg in #3703HTTP/2
by @violetagg in #3691 and #3715🐞 Bug fixes
HttpInfos#version
returns the correct protocol whenUnix Domain Sockets
by @violetagg in #3693Full Changelog: reactor/reactor-netty@v1.2.4...v1.2.5
v1.2.4
Reactor Netty
1.2.4
is part of2024.0.4
Release Train.What's Changed
POST
empty body sendingcontent-length 0
by @violetagg in #3663✨ New features and improvements
Reactor Core
v3.7.4
by @chemicL ina8dd03f
, see release notesNetty
v4.1.119.Final
by @violetagg in #3659HttpMeterRegistrarAdapter
to track active streams inHTTP/2
andHTTP/3
by @raccoonback in #3632🐞 Bug fixes
Nullable
annotation by @violetagg in #3626, #3628, #3629, #3646NullPointerException
inHttp2SettingsSpec#hashCode
by @violetagg in #3639Http2ConnectionProvider#logStreamsState
to log active/max streams per connection and per all connections by @violetagg in #3650Full Changelog: reactor/reactor-netty@v1.2.3...v1.2.4
v1.2.3
Reactor Netty
1.2.3
is part of2024.0.3
Release Train.What's Changed
ChannelOperations.DisposedChannel#close
non operational by @violetagg in #3592HttpClient
does not addContent-Length
header when the send function does not changeNettyOutbound
or returnsMono#empty
by @violetagg in #3605✨ New features and improvements
Reactor Core
v3.7.3
by @violetagg in4e2176e
, see release notesNetty
v4.1.118.Final
by @violetagg in #3623DnsNameResolverBuilder#datagramChannelFactory
instead of the deprecatedDnsNameResolverBuilder#channelFactory
by @violetagg in #3598HTTP
protocol level by @raccoonback in #3593DnsNameResolver
by @violetagg in #3607🐞 Bug fixes
Mono#empty
is provided as a deferred configuration, continue with the actual configuration by @violetagg in #3596Borrower
is cancelled by @violetagg in #3609Full Changelog: reactor/reactor-netty@v1.2.2...v1.2.3
v1.2.2
Compare Source
Reactor Netty
1.2.2
is part of2024.0.2
Release Train.What's Changed
Transfer-Encoding
forDELETE
with no body by @violetagg in #3549DisposedChannelConfig#setAutoRead
does not change auto-read configuration by @violetagg in #3581✨ New features and improvements
Reactor Core
v3.7.2
by @chemicL in3db1d87
, see release notesNetty
v4.1.116.Final
by @violetagg in #3550netty-incubator-transport-native-io_uring
v0.0.26.Final
by @dependabot in #3568Netty QUIC Codec
v0.0.70.Final
by @violetagg in #3570Http2Pool
: Do not proceed with the acquisition ifBorrower
is cancelled by @violetagg in #3582Http2Pool
: Do not proceed with the resource delivery ifBorrower
is cancelled by @violetagg in #3585🐞 Bug fixes
ClassCastException
inHttpOperations#initShortId()
by @joschi in #3542HttpServerRequest#receiveContent()
never emits any value nor completes whenHTTP/1.1 TLS Upgrade
(RFC-2817) kicks in by @reta in #3540📖 Documentation
CORS
HTTP server example by @jchenga in #3554HTTP2
/HTTP3
configuration to theHTTP
examples by @violetagg in #3578New Contributors
Full Changelog: reactor/reactor-netty@v1.2.1...v1.2.2
v1.2.1
Compare Source
Reactor Netty
1.2.1
is part of2024.0.1
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.7.1
by @violetagg in667f8c9
, see release notesNetty
v4.1.115.Final
by @violetagg in #3511SslHandler#isEncrypted(ByteBuf, boolean)
instead of the deprecatedSslHandler#isEncrypted(ByteBuf)
by @violetagg in #3523LastHttpContent
with no content as if it isEMPTY_LAST_CONTENT
by @violetagg in #3530🐞 Bug fixes
DefaultLoopResources#disposeLater
by @violetagg in #3514ProxyProvider
configuration by @violetagg in #3517ConnectionProvider
built-in metrics are disabled when a custom recorder is provided by @violetagg in #3521HttpClient
sends full request when the send function does not changeNettyOutbound
by @violetagg in #3526HTTP/3
: EnsureHttpClient
sends full request when the send function does not changeNettyOutbound
by @violetagg in #3536Full Changelog: reactor/reactor-netty@v1.2.0...v1.2.1
v1.2.0
Compare Source
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.31
Compare Source
Reactor Netty
1.1.31
is part of2023.0.19
Release Train.This is the last release of
1.1.x
, as2023.0.x
Release Train is going out of OSS support. For the next steps, check our support policy.What's Changed
✨ New features and improvements
Netty
v4.1.122.Final
by @violetagg in #3791Full Changelog: reactor/reactor-netty@v1.1.30...v1.1.31
v1.1.30
Compare Source
Reactor Netty
1.1.30
is part of2023.0.18
Release Train.What's Changed
✨ New features and improvements
Netty
v4.1.121.Final
by @violetagg in #3728Netty QUIC Codec
v0.0.72.Final
by @violetagg in #3737🐞 Bug fixes
HttpData
only if it is not released by Netty by @violetagg in #3749Expect: 100-continue
by @violetagg in #3755Full Changelog: reactor/reactor-netty@v1.1.29...v1.1.30
v1.1.29
Compare Source
Reactor Netty
1.1.29
is part of2023.0.17
Release Train.What's Changed
✨ New features and improvements
Netty QUIC Codec
v0.0.71.Final
by @violetagg in #3703🐞 Bug fixes
Full Changelog: reactor/reactor-netty@v1.1.28...v1.1.29
v1.1.28
Compare Source
Reactor Netty
1.1.28
is part of2023.0.16
Release Train.What's Changed
POST
empty body sendingcontent-length 0
by @violetagg in #3663✨ New features and improvements
Netty
v4.1.119.Final
by @violetagg in #3659🐞 Bug fixes
Nullable
annotation by @violetagg in #3626, #3628, #3629, #3646NullPointerException
inHttp2SettingsSpec#hashCode
by @violetagg in #3639Http2ConnectionProvider#logStreamsState
to log active/max streams per connection and per all connections by @violetagg in #3650Full Changelog: reactor/reactor-netty@v1.1.27...v1.1.28
v1.1.27
Compare Source
Reactor Netty
1.1.27
is part of2023.0.15
Release Train.What's Changed
ChannelOperations.DisposedChannel#close
non operational by @violetagg in #3592HttpClient
does not addContent-Length
header when the send function does not changeNettyOutbound
or returnsMono#empty
by @violetagg in #3605✨ New features and improvements
Netty
v4.1.118.Final
by @violetagg in #3623DnsNameResolverBuilder#datagramChannelFactory
instead of the deprecatedDnsNameResolverBuilder#channelFactory
by @violetagg in #3598🐞 Bug fixes
Mono#empty
is provided as a deferred configuration, continue with the actual configuration by @violetagg in #3596Borrower
is cancelled by [@violetagg](https://redireConfiguration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, 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.