Netty 4.1.35.Final 发布了,Netty 是一个 Java 开源框架。Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。此版本包含错误修复和改进。
更新内容:
- Only try to use OpenSslX509TrustManagerWrapper when using Java 7+ ()
- DnsNameResolver.resolve(...) should notify future as soon as one preferred record was resolved ()
- Correctly calculate ttl for AuthoritativeNameServer when update existing records ()
- DnsNameResolver.resolveAll(...) should also contain non preferred addresses ()
- Websocket client closing handshake to support "force close" after given timeout ()
- Correctly handle overflow in Native.kevent(...) when EINTR is detected ()
- DnsNameResolver.resolveAll(...) should not include duplicates ()
- Skip execution of Channel*Handler method if annotated with @Skip and just use the next handler in the pipeline ()
- Allow to offload / customize key signing operations when using BoringSSL ()
- Allow to offload certificate validation when using BoringSSL ()
- Add user possibility to skip the evaluation of a certain websocket extensions ()
- Don't try to put back MemoryRegionCache.Entry objects into the Recycler when recycled because of a finalizer ()
- Fix possible ByteBuf leak when CompositeByteBuf is resized ()
- Allow to automatically trim the PoolThreadCache in a timely interval ()
- Support ALLOW_HALF_CLOSURE channel option on Unix domain socket. ()
- Correctly produce ssl alert when certificate validation fails on the client-side when using native SSL implementation ()
- Fix HttpUtil.isKeepAlive to behave correctly when Connection is a comma separated list defect ()
详情请查看。
下载地址: