Skip navigation

Netty/Incubator/Codec/Quic 0.0.53.Final released

We are happy to announce the release of netty-incubator-codec-quic 0.0.53.Final. This release is mostly a bug-fix release. But also contains one breaking change which you might encounter.

The most important changes are:

  • Correctly handle the case when write happens after close (#611)
  • Remove QuicConnectEvent (#618)
  • Remove QuicStreamChannel.WRITE_FIN (#620)
  • Support connection migration on the server-side (#615)
  • Propagate events for path related activities (#623)
  • Only close channel when receiving a STOP_SENDING frame (#626)

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 change

The QuicConnectEvent was removed in favor of different QuicPathEvent subtypes. If you use QuicConnectEvent in your code you will need to replace it by the correct sub-class of QuicPathEvent.