v1.2.8
Reactor Netty
1.2.8
is part of 2024.0.8
Release Train.
- Depend on
Reactor Core
v3.7.8
by @chemicL in 79468f613c936d7d694a6c92907f04af17a36edc, see release notes - Depend on
Netty QUIC Codec
v0.0.73.Final
by @violetagg in #3811 - Depend on
Netty HTTP/3 Codec
v0.0.30.Final
by @dependabot[bot] in #3812 - Remove the usage of deprecated functionality by @violetagg in #3819
- Improve protocol validation in
Forwarded
/X-Forwarded-Proto
header parsing by @violetagg in #3823 and #3824 - Remove trailer header pre-declaration requirement by @violetagg in #3825
- Ensure the connection is invalidated when a connection close happens before
HTTP/1.1
toHTTP/2
upgrade operation by @violetagg in #3806 - When
HTTP/2
apply always the trailer headers by @violetagg in #3808 Trailers
must not includepseudo-header
fields by @violetagg in #3810- Add the
HTTP/2
connection to the channel group for a proper graceful shutdown in case no active streams by @violetagg in #3827 - Add proper initialisation of
maxConcurrentStreams
when successfulHTTP/1.1
toHTTP/2
upgrade by @violetagg in #3832 - Ensure the
HTTP/2
upgrade stream inherits the proper state from the originalHTTP/1.1
connection when successful upgrade fromHTTP/1.1
toHTTP/2
by @violetagg in #3838
Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.2.7...v1.2.8