Skip to content

v1.1.20

Latest
Compare
Choose a tag to compare
@violetagg violetagg released this 11 Jun 11:57
· 251 commits to main since this release

Reactor Netty 1.1.20 is part of 2022.0.20 and 2023.0.7 Release Train.

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
  • Fix HTTP/2 pool recordPendingSuccess/FailureAndLatency not recorded without timeout by @violetagg in #3252
  • Ensure HttpClient#reactorNettyVersion() does not throw NullPointException when loaded through -javaagent under JDK 1.8 by @KyoUK4n in #3266

📖 Documentation

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

New Contributors

Full Changelog: v1.1.19...v1.1.20