Skip to content

v0.8.13.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 28 Oct 14:54
· 174 commits to 0.8.x since this release

This is the 14th release of Reactor Netty 0.8, part of Californium-SR13 Release Train.

This is a recommended update for all Reactor Netty 0.8.x users.

✨ New features and improvements

🪲 Bug fixes

  • HTTP/2
    • Ensure channel.parent() is used when retrieving the remote address (#864)
    • Remove HttpToH2Operations in favour of Http2StreamFrameToHttpObjectCodec (#865, #874)
    • Let Http2StreamFrameToHttpObjectCodec encode/decode Http2Stream (#863, #878)
  • Use channelHandlerContext.writeAndFlush instead of channel.writeAndFlush when appropriate (#331)
  • Add logging when websocket outbound error happened (155ff95)
  • Handle decoding failures with LastHttpContent (#875)
  • HttpPredicate$UriPathTemplate can cause OOM (#866, #873)
  • Clean up the warnings reported by errorprone (#862, b83cc97, c27f772)

👍 Thanks to the following contributors that also participated to this release

@Liyixin95, @AntonGabov