Skip navigation

Netty/Incubator/Codec/Quic 0.0.39.Final released

We are happy to announce the release of netty-incubator-codec-quic 0.0.39.Final. This release is mostly a bug-fix release but also add the possibility to inspect details about why the remote peer closed the connection.

The most important changes are:

  • Upgrade to quiche version that fixes final_size for RESET_STREAM (#491)
  • Update to latest quiche version which added support for key updates (#497)
  • Add QuicConnectionCloseEvent to be able to inspect why the remote peer closed the connection (#314)

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

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