Skip navigation

Netty/Incubator/Codec/Quic 0.0.58.Final released

We are happy to announce the release of netty-incubator-codec-quic 0.0.58.Final.

The most important changes are:

  • Correctly implement equals / hashCode method for our SSLSession implementation (#666)
  • Add ReferenceCountUtil.touch(...) calls before we store messages into a queue to make debugging leaks easier (#668)
  • Upgrade to netty 4.1.107.Final (#669)
  • Update to latest boringssl chromium-stable commit (#675)
  • Allow to obtain the "current" local / remote socket address of a QuicChannel (#677)
  • Fail writes with ChannelOutputShutdownException when STREAM_STOPPED is received (#683)

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

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

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.