Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Netty 4.0.40.Final 和 4.1.4.Final 发布

$
0
0

Netty 4.0.40.Final 和 4.1.4.Final 发布了,Netty是一个Java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。

两个版本改进如下:

  • Set Recycler DEFAULT_INITIAL_MAX_CAPACITY to a more sane value (#5589)

  • Ensure shared capacity is updated correctly when WeakOrderQueue is collected (#5577)

  • Ensure WeakOrderQueue can be collected fast enough (#5569)

  • Ensure attributes and contained object can be collected as fast as possible (#5575)

4.1.4.Final 改进:

  • Correctly return a retained slice if called SwappedByteBuf.retainedSlice(...) (#5593)

  • Allow ndots=0 in DnsNameResolver and search domain (#5571)

下载地址:http://netty.io/downloads.html


Viewing all articles
Browse latest Browse all 44787

Trending Articles