Skip navigation

Netty/Incubator/Codec/Quic 0.0.45.Final released

We are happy to announce the release of netty-incubator-codec-quic 0.0.45.Final. This release is mostly a bug-fix release but also contains one breaking change.

The most important changes are:

  • Replace EarlyDataSendCallback with SslEarlyDataReadyEvent (#520)
  • Fix support for TLS1.3 early data (#522)
  • Add native-image support (#510)#

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

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

Breaking API change

This release replaces the old EarlyDataSendCallback with the usage of SslEarlyDataReadyEvent to be more consistent with Netty APIs. For more details see (#520).