Skip to content

v0.6.5.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 29 Aug 17:57

This is the 5th release of Reactor Netty 0.6.

This is a recommended update for all Reactor Netty users which fixes a few blockers and some user experience issues.

✨ New features and improvements

  • Expose API for configuring SslHandler's closeNotifyFlushTimeoutMillis and closeNotifyReadTimeoutMillis. (b463fc1)
  • Netty is updated to version 4.1.15.Final (cee1eb0)

🪲 Bug fixes

  • Propagate clientError/serverError configurations when HttpClientRequest#sendWebsocket is used. (#113)
  • Correct handling of pending writes while in parallel completing to send the outbound data. (#134)