Skip to content

v1.2.0-M3

Pre-release
Pre-release
Compare
Choose a tag to compare
@violetagg violetagg released this 11 Jun 12:27
· 272 commits to main since this release

Reactor Netty 1.2.0-M3 is part of 2024.0.0-M3 Release Train.

Reactor Netty 1.2.0-M3 inherits all changes from the 1.0.x and 1.1.x branches at the point this release was cut.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • When HttpOperations#afterMarkSentHeaders throws an error in HttpOperations#sendObject, ensure the ByteBuf is released just once by @violetagg in #3246
  • Ensure HttpClient#reactorNettyVersion() does not throw NullPointException when loaded through -javaagent under JDK 1.8 by @KyoUK4n in #3266
  • Fix HTTP/2 pool recordPendingSuccess/FailureAndLatency not recorded without timeout by @violetagg in #3252

📖 Documentation

  • Extend the documentation for the shared (default) ConnectionProvider and Event Loop Group by @violetagg in #3281

New Contributors

Full Changelog: v1.2.0-M2...v1.2.0-M3