Skip to content

v0.7.6.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 10 Apr 08:13
· 4905 commits to main since this release

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

This is a recommended update for all Reactor Netty users.

✨ New features and improvements

  • Depending on Reactor Core v3.1.6.RELEASE see release notes (10ae803)
  • Add Reactor Core v3.1.6.RELEASE non blocking thread marker support (#312, #314)

🪲 Bug fixes

  • Ensure StackOverflowError is not thrown on the client when sending the request body as a byte array (#303, #304)
  • When the request decoding failed with TooLongFrameException on the server, 413 Request Entity Too Large will be returned otherwise 400 Bad Request (#309, #310)