Skip to content

v1.0.42

Compare
Choose a tag to compare
@pderop pderop released this 15 Feb 00:49
· 79 commits to 1.0.x since this release

Reactor Netty 1.0.42 is part of 2020.0.41 Release Train.

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

What's Changed

⚠️ Update considerations and deprecations

  • Ensure cookies can be added by BiConsumer provided with HttpClient#followRedirect by @violetagg in #3039

✨ New features and improvements

🐞 Bug fixes

  • Ensure ChannelHandlerContext.isRemoved is called only when in event loop by @violetagg in #3031
  • Ensure websocket compression is enabled when server is configured with HttpProtocol.H2C and HttpProtocol.HTTP1.1 by @violetagg in #3037

📖 Documentation, Tests and Build

🆙 Build/Test Dependency Upgrades

Full Changelog: v1.0.41...v1.0.42