Skip navigation

Netty/Incubator/Codec/Quic 0.0.17.Final released

I am happy to announce the release of netty-incubator-codec-quic 0.0.17.Final.

This release fixes a few bugs but also introduced support for SNI.

The most interesting changes are:

  • Correctly use jlong and jint in native function definition to fix possible segfault (#311)
  • Ensure the connectPromise is also notified when the channel is closed due the draining timeout (#312)
  • Add support for SNI (#313)

Beside these there are various other small changes.

For more details related to this release see our bug-tracker.

For more details about this codec in general please read our initial announcement.