Skip navigation

Netty 4.1.109.Final released

We are happy to announce the release of netty 4.1.109.Final.

The most important changes are:

  • Utilize ByteBuf#indexOf (#13974)
  • Don't send a RST frame when closing the stream in a write future while processing inbound frames (#13973)
  • Fix DefaultChannelId#asLongText NPE (#13971)
  • Fix voidPromise in Http2FrameCodec.writeHeadersFrame (#13958)
  • Make /etc/resolv.conf reading more robust (#13951)
  • Fix NioSocketChannel usage in graalvm native-image (#13938)
  • Improve ByteBufUtil#firstIndexOf (#13930)
  • Rewrite ZstdDecoder to remove the need of allocate a huge byte[] internally (#13928)
  • Always log registered/detected ChannelInitializerExtension(s) at INFO level (#13919)
  • Enhance AsciiString#toLowerCase and AsciiString#toUpperCase (#13913)
  • Add support for zstd http content decompression (#13909)
  • Save Snappy's encode tmp table allocation (#13926)

For more details please visit our bug tracker

Thank You

Every idea and bug-report counts, and so we thought it is worth mentioning those who helped in this area.

Please report an unintended omission.