Netty 4.2.14.Final released
We are happy to announce the release of netty 4.2.14.Final. This is a bug-fix release.
We recommend upgrading to this version to get the following fixes:
- HTTP: Re-add constructor to
HttpProxyHandlerthat was removed by mistake #16747 - Marshalling: Explicit document security requirements #16752
- Fix
io_uringop completionTRACElogging #16755 - Quic: Ensure writes are done before notify close promise of
QuicheQuicChannel#16758 - Avoid re-parsing openssl key material with non-cached provider #16759
- Pin HTTP/RTSP version + method normalization to
Locale.US#16765 - Fill
MsgHdrMemoryArray#hdrswith null entry on release #16764 - Adaptive: Fix concurrency issue in adaptive allocator #16767
- Make bulk byte moving in
ByteBuffaster #16781 - Pin multipart
Content-Type/Content-Transfer-Encodingcase folding toLocale.US#16768 - Remove dead native declarations #16783
- Enable
OpenSslCachingKeyMaterialProviderto evict stale entries after cert rotation #16523 - IoUring: extend user data from
shorttolong#16682 - Revert
CompositeByteBufcomponent search fast path #16811 - HTTP2: Use 100 as default max concurrent streams setting #16804
- Fix
ResumptionControllerwrapping #16815 - Resolve all localhost addresses without querying DNS servers #16749
- IpFilter: Fix
ClassCastExceptioncaused byIpSubnetFilterif only ipv6 rules are configured but remote peer is using ipv4 #16803 - Fix
memoryAddress()for directByteBufferswrapped byUnpooledwithoutUnsafe#16788 - Route synchronous
onLookupCompleteexceptions viafireExceptionCaught#16794 - IoUring: Stop generic
FileRegiondrain loop whentransferred()reachescount()#16826 - MQTT: Allow MQTT 5 CONNECT with password only #16833
- Fix MQTT decoder size check after variable header replay #16787
For more details please see the complete release notes: https://github.com/netty/netty/releases/tag/netty-4.2.14.Final
Thank You
Every idea and bug-report counts, and so we thought it is worth mentioning those who helped in this area.
Please report an unintended omission.