Skip navigation

Netty 3.4.0.Alpha2 released!

The Netty project team is proud to announce the second alpha release of Netty 3.4.0. Please note that it is an alpha release, so you might need to test it thoroughly before putting it into production. This should be the last alpha release of the 3.4.0 series and so a stable release should be expected soon.

The JAR file is already on Maven central repository. You can also get the full tarball from the download page.

This version introduces a new feature that allows it to share a WorkerPool between different Nio*ChannelFactory instances and so make it easier to share Workers (event-loops) between different factories.

Beside this we also fixed a few bugs.

For the detailed list of the changes, please refer to the issue tracker page.