Netty 4.1.107.Final released
We are happy to announce the release of netty 4.1.107.Final.
The most important changes are:
- Speedup pseudoheader lookup (#13747)
- Add support for the Partitioned attribute in cookies (#13769)
- Reduce HTTP 1.1 Full msg pipeline traversals (#13785)
- DnsNameResolver: Add DnsQueryIdSpace class to reduce overhead while generating IDs (#13795)
- Fix copy-paste mistake in LazyX509Certificate.getIssuerAlternativeNames() (#13797)
- HTTP2: lastStreamCreated() does return the wrong value when all stream ids were used (#13807)
- HTTP2: Update local window should not fail queued frames (#13812)
- DnsNameResolver: Allways call bind() during bootstrap (#13817)
- HTTP: HttpObjectDecoder must not use HTTPMessage once it is passed to the next handler in the ChannelPipeline (#13818)
- Ensure key / values are shared between resumed sessions (#13819)
- SSLSession.getLastAccessedTime() and getCreationTime() should not be equal when session is reused (#13825)
- Snappy: Use unsigned short to handle 2 ^ 16 input size instead of 2 ^ 15 (#13828)
For more details please visit our bug tracker
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.