11 hours ago
reactor-netty

v1.2.8

Reactor Netty 1.2.8 is part of 2024.0.8 Release Train.

What's Changed

✨ New features and improvements

  • 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

🐞 Bug fixes

  • Ensure the connection is invalidated when a connection close happens before HTTP/1.1 to HTTP/2 upgrade operation by @violetagg in #3806
  • When HTTP/2 apply always the trailer headers by @violetagg in #3808
  • Trailers must not include pseudo-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 successful HTTP/1.1 to HTTP/2 upgrade by @violetagg in #3832
  • Ensure the HTTP/2 upgrade stream inherits the proper state from the original HTTP/1.1 connection when successful upgrade from HTTP/1.1 to HTTP/2 by @violetagg in #3838

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.2.7...v1.2.8

1 days ago
selenium

Nightly

Commits

  • bc88096: [py] Allow free_port() to bind to IPv6 if IPv4 is unavailable (#16003) (Corey Goldberg) #16003
2 days ago
caffeine

3.2.2

  • Fixed characteristics returned by Spliterators (#1883)