Netty 3.1.5.GA released

Trustin Lee (이희승) trustin at gmail.com
Mon Oct 12 07:58:37 EDT 2009


Hi folks,

Netty 3.1.5.GA, another bug fix release in the 3.1 branch, has been released.

The Netty project is an effort to provide an asynchronous,
event-driven network application framework and tools for rapid
development of maintainable, high-performance, high-scalability
protocol servers and clients.

In other words, Netty is a NIO client server framework that enables
quick and easy development of network applications such as protocol
servers and clients. It simplifies and streamlines network programming
such as TCP and UDP socket servers

Please visit our web site to download it.  Your feed back is more than
appreciated - please visit the discussion forum and leave some
comments and questions:

  * http://www.jboss.org/netty/

Fixed Bugs
==========
This release fixes various issues including the critical regression
that occurred in 3.1.4.  The following is the list of the fixed bugs:

[NETTY-232] - NoSuchMethodError when decoding Google Protocol Buffers
2.2.0 messages
[NETTY-234] - ChunkedStream usage fails with NegativeArraySize error
[NETTY-235] - Random infinite loop with ClosedChannelException in NIO
socket transport
[NETTY-233] - Missing translation method 'HttpResponseStatus
org.jboss.netty.handler.codec.http.HttpResponseStatus.valueOf(int)'

Upcoming Releases
=================
Unless there is a bug without workaround, I will proceed to the next
major feature release, 3.2.0.ALPHA1. It's great time to improve Netty
and become a part of the community by sharing your idea!  Please keep
us updated with any ideas for new features, bugs, design issues, API
usability feed back, and questions.

Miscellaneous
=============
For the full changelog, please visit here:

  * http://jira.jboss.org/jira/browse/NETTY

Cheers,
Trustin

— Trustin Lee, http://gleamynode.net/



More information about the netty-users mailing list