| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| netty-4.2.14.Final source code.tar.gz | 2026-05-20 | 4.0 MB | |
| netty-4.2.14.Final source code.zip | 2026-05-20 | 7.8 MB | |
| README.md | 2026-05-20 | 3.9 kB | |
| Totals: 3 Items | 11.7 MB | 0 | |
What's Changed
- HTTP: Fix revapi failure introduced by [84530f] by @normanmaurer in https://github.com/netty/netty/pull/16748
- HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @normanmaurer in https://github.com/netty/netty/pull/16747
- Marshalling: Explicit document security requirements by @normanmaurer in https://github.com/netty/netty/pull/16752
- Fix io_uring op completion TRACE logging by @chrisvest in https://github.com/netty/netty/pull/16755
- Quic: Ensure writes are done before notify close promise of QuicheQui… by @normanmaurer in https://github.com/netty/netty/pull/16758
- Avoid re-parsing openssl key material with non-cached provider by @chrisvest in https://github.com/netty/netty/pull/16759
- Pin HTTP/RTSP version + method normalization to Locale.US by @daguimu in https://github.com/netty/netty/pull/16765
- Fill MsgHdrMemoryArray#hdrs with null entry on release by @tsegismont in https://github.com/netty/netty/pull/16764
- Revapi: Use default "oldVersion" by @chrisvest in https://github.com/netty/netty/pull/16774
- Adaptive: Fix concurrency issue in adaptive allocator by @chrisvest in https://github.com/netty/netty/pull/16767
- Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @netty-project-bot in https://github.com/netty/netty/pull/16781
- Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @daguimu in https://github.com/netty/netty/pull/16768
- Remove dead native declarations by @pandareen in https://github.com/netty/netty/pull/16783
- Isolate tests that modify available Security providers by @chrisvest in https://github.com/netty/netty/pull/16793
- Remove test annotations from a method that isn't a test by @chrisvest in https://github.com/netty/netty/pull/16792
- Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @zhangweikop in https://github.com/netty/netty/pull/16523
- IoUring: extend user data from short to long by @dreamlike-ocean in https://github.com/netty/netty/pull/16682
- Revert CompositeByteBuf component search fast path by @yawkat in https://github.com/netty/netty/pull/16811
- HTTP2: Use 100 as default max concurrent streams setting by @normanmaurer in https://github.com/netty/netty/pull/16804
- Fix ResumptionController wrapping by @chrisvest in https://github.com/netty/netty/pull/16815
- Resolve all localhost addresses without querying DNS servers by @JulianVennen in https://github.com/netty/netty/pull/16749
- IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @normanmaurer in https://github.com/netty/netty/pull/16803
- Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @dreamlike-ocean in https://github.com/netty/netty/pull/16788
- Route synchronous onLookupComplete exceptions via fireExceptionCaught by @kwondh5217 in https://github.com/netty/netty/pull/16794
- IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @LuciferYang in https://github.com/netty/netty/pull/16826
- MQTT: Allow MQTT 5 CONNECT with password only by @shblue21 in https://github.com/netty/netty/pull/16833
- Fix MQTT decoder size check after variable header replay by @daguimu in https://github.com/netty/netty/pull/16787
New Contributors
- @pandareen made their first contribution in https://github.com/netty/netty/pull/16783
- @zhangweikop made their first contribution in https://github.com/netty/netty/pull/16523
- @JulianVennen made their first contribution in https://github.com/netty/netty/pull/16749
- @kwondh5217 made their first contribution in https://github.com/netty/netty/pull/16794
- @shblue21 made their first contribution in https://github.com/netty/netty/pull/16833
Full Changelog: https://github.com/netty/netty/compare/netty-4.2.13.Final...netty-4.2.14.Final