| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-14 | 1.2 kB | |
| v1.2.11 source code.tar.gz | 2025-10-14 | 1.6 MB | |
| v1.2.11 source code.zip | 2025-10-14 | 2.4 MB | |
| Totals: 3 Items | 4.0 MB | 0 | |
Reactor Netty 1.2.11 is part of 2024.0.11 Release Train.
What's Changed
:sparkles: New features and improvements
- Depend on
Reactor Corev3.7.12by @violetagg in f7fc6b79787fcfa5d508167f830637db76f82eaf, 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]
:lady_beetle: 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: https://github.com/reactor/reactor-netty/compare/v1.2.10...v1.2.11