v1.2.11
Reactor Netty 1.2.11 is part of 2024.0.11 Release Train.
What's Changed
✨ New features and improvements
- Depend on
Reactor Corev3.7.12by @violetagg in f7fc6b7, see release notes - Support
Proxy-Authorizationrenewal by @violetagg in #3925 - Add API for configuring maximum number RST frames that are allowed per window by @violetagg in #3931
🐞 Bug fixes
- Ensure
ResponseTimeoutHandleris added as one of the first handlers in the pipeline by @violetagg in #3916 - Do not try to send the file when
Content-Length:0by @violetagg in #3936 - Ensure the
HTTP/2upgrade stream inherits the proper state from the originalHTTP/1.1connection when successful upgrade fromHTTP/1.1toHTTP/2by @violetagg in #3957 - Fix
HttpClientConfigcopying issue inMonoHttpConnectby @violetagg in #3964
Full Changelog: v1.2.10...v1.2.11