| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-10 | 981 Bytes | |
| v1.2.16 source code.tar.gz | 2026-03-10 | 1.7 MB | |
| v1.2.16 source code.zip | 2026-03-10 | 2.4 MB | |
| Totals: 3 Items | 4.1 MB | 0 | |
Reactor Netty 1.2.16 is part of 2024.0.16 Release Train.
What's Changed
:sparkles: New features and improvements
- Depend on
Reactor Corev3.7.17by @chemicL in 98eb2718b3892d9409b419ebd8abe6b8691900ff, see release notes - Override
isSharable()explicitly to avoid annotation lookup by @violetagg in [#4120] - Add fast-path short-circuit for
is100ContinueExpectedcheck by @violetagg in [#4123] - Cache resolved
HttpHeadersFactoryinstances to avoid repeated allocation by @violetagg in [#4124]
:lady_beetle: Bug fixes
- Add
FlushConsolidationHandlertoH2Cupgrade pipeline by @violetagg in [#4097] - Fix
HttpClient#proxyWhento useNoopAddressResolverGroupby @violetagg in [#4104]
Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.2.15...v1.2.16