Skip navigation

Netty 3.5.9.Final is out

The Netty Team just cut another bug-fix release of the 3.5.x series for you. Beside of bug-fixes it also contain a handful of improvements. No new features were added.

But important things first..

Improvements

A few small improvements are also included, as we felt you will like them:

  • [658] SslHandler only parse packet length one time per packet
  • [641] IdleStateEvents should be handled in the Worker-Thread
  • [657] Add utility method to SslHandler to detect if a buffer contains encrypted data
  • [638] Force destroy of direct buffer one shutdown

Bugfixes

The most important are:

  • [634] Fix NPE in OrderedMemoryAwareThreadPoolExecutor
  • [637] Flush in ChunkedWriteHandler may get missed
  • [679] NPE in HashedWheelTimer because of a JDK bug

General

For all of the other changes please checkout our issue tracker

The JAR file can be found on Maven Central or  you can also get the full tarball from the download page. Whatever you prefer...

Please let us know if you have any problems or questions.