Skip to content

v0.7.15.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 26 Mar 15:14
· 2 commits to 0.7.x since this release

This is the 16th release of Reactor Netty 0.7, part of Bismuth-SR17 Release Train.

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

✨ New features and improvements

  • Depending on Reactor Core v3.1.16.RELEASE see release notes (db1e290)
  • Updated Netty version to 4.1.34.Final (#628)
  • Switch the connection pool to use the oldest Channel (#601)

🪲 Bug fixes

  • Fix sending an explicit empty body for GET and HEAD when using SSL (#576)
  • Fix possible memory leak when channel inactive event is sent on the server and the transport is native (#630, #631)
  • Handle correctly the Connection header with a comma separated list as value (#632, #634)
  • Handle IllegalReferenceCountException when a cancel signal is received to ByteBufFlux#aggregate (#636, #637)