Skip to content

v1.0.33

Compare
Choose a tag to compare
@violetagg violetagg released this 13 Jun 12:58
· 277 commits to 1.0.x since this release

Reactor Netty 1.0.33 is part of 2020.0.33 Release Train.

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

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.4.30 by @OlegDokuka in d3fb8ec, see release notes
  • Depend on Netty v4.1.93.Final by @violetagg in #2812
  • Depend on Netty QUIC Codec v0.0.45.Final by @violetagg in #2819
  • HttpServer: Add API for specifying max streams per connection. The connection is marked for closing once the number of all-time streams reaches max streams configuration by @violetagg in #2817

🐞 Bug fixes

  • Ensure any custom CL/TE header is removed when 304 response code by @violetagg in #2820

📖 Documentation, Tests and Build

  • Add test for IllegalReferenceCountException/sendObject by @pderop in #2821

🆙 Build/Test Dependency Upgrades

Full Changelog: v1.0.32...v1.0.33