| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-10 | 1.6 kB | |
| v1.3.4 source code.tar.gz | 2026-03-10 | 1.7 MB | |
| v1.3.4 source code.zip | 2026-03-10 | 2.5 MB | |
| Totals: 3 Items | 4.2 MB | 2 | |
Reactor Netty 1.3.4 is part of 2025.0.4 Release Train.
What's Changed
:sparkles: New features and improvements
- Depend on
Reactor Corev3.8.4by @chemicL in 53e8319e6fc66e101c3b52fc3a1267a891d1aeff, see release notes - Avoid
DefaultChannelIdgeneration forDisposedChannelby @violetagg in [#4095] - Push-based
maxConcurrentStreamsupdate viaSETTINGSframe handler by @violetagg in [#4106] - Add configurable
maxLifeTimewith per-resource variance by @violetagg in [#4111] - Add
Http2AllocationStrategy#streamBatchSizefor batched stream dispatching by @violetagg in [#4114] - 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
Http2Poolreturning connection to the pool beforeH2Cupgrade completes by @violetagg in [#4098] - Fix
Http2PoolACQUIREDcounter not rolled back when deliver is rejected by @violetagg in [#4099] - Fix
HttpClient#proxyWhento useNoopAddressResolverGroupby @violetagg in [#4104]
Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.3...v1.3.4