Skip to content

v1.0.28

Compare
Choose a tag to compare
@chemicL chemicL released this 14 Feb 18:46
· 366 commits to 1.0.x since this release
5822cfb

Reactor Netty 1.0.28 is part of 2020.0.28 Release Train.

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

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • Ensure HttpServer minCompressionSize is respected when Content-Length is not explicit and response is Mono by @violetagg in #2646
  • Ensure response can disable HttpServer compression configuration by @violetagg in #2647
  • Allow HTTP1.1, H2, and H2C protocol for HttpClient by @alextychan in #2659
  • Ensure IdleTimeoutHandler receives always channelRead events by @violetagg in #2660
  • Ensure correct access log handling for HTTP/1.1 pipelining by @violetagg in #2667
  • Fix NullPointerException when followRedirect is true, but there is no location header by @violetagg in #2673

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

New Contributors

Full Changelog: v1.0.27...v1.0.28