Skip to content

v0.7.2.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 16 Nov 19:28

This is the third release of Reactor Netty 0.7, part of Bismuth-SR4 Release Train.

This is a recommended update for all Reactor Netty users.

✨ New features and improvements

  • Depending on Reactor Core v3.1.2.RELEASE see release notes (3b6fa6a)
  • Depending on Netty v4.1.17 (73b7945)
  • Introduce flush on each with event loop option (#203)

🪲 Bug fixes

  • Omit filling stack trace for RedirectClientException (#193)
  • Fix possible ByteBuf leaks (f7a2df4)
  • Create default UDP LoopResource on demand (#192)
  • Tweak FluxReceive and reduce preemptive read on server (#194)
  • Correct exception message in case selector threads number is not positive (#200)
  • Prefer ReferenceCountUtil#release instead of ReferenceCountUtil#safeRelease (#201)
  • Improve OSGI Import-Package (#209)
  • Improvements in a flush implementation (#206, #207, 8c19d46)
  • Handle DatagramChannel in NettyContext#address (#210)
  • Premature response commit drops last request http packet (#213)
  • ByteBufFlux#fromPath: Release the buffer only on completion or on error (#215)

📖 Documentation, Tests and Build

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

@akiraly, @lhotari, @janvdbergh