Skip to content

v1.0.26

Compare
Choose a tag to compare
@violetagg violetagg released this 13 Dec 19:02
· 432 commits to 1.0.x since this release

Reactor Netty 1.0.26 is part of 2020.0.26 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.26 by @pderop in d1b4569, see release notes.
  • Depend on Netty v4.1.86.Final by @violetagg in #2611
  • Allow configurable connection provider eviction predicate by @samueldlightfoot in #2557
  • Support context propagation for ChannelHandler by @violetagg in #2594
  • Add new API AccessLogArgProvider#connectionInformation() for retrieving information related to host/remote address/scheme by @pderop in #2606
  • Deregister connection pool metrics from Micrometer (or alternate registry) when disposing the connection pool by @manolama in #2608

🐞 Bug fixes

  • Ensure Reactor Context injected with HttpClient#mapConnect is available on send request/receive response by @violetagg in #2595

📖 Documentation, Tests and Build

  • Documentation:
    • Update Http2Pool javadoc by @violetagg in #2589
    • Update HttpClient#metrics(boolean, Function) and HttpServer#metrics(boolean, Function) javadoc by @violetagg in #2593
    • Update documentation for ConnectionProvider.Builder#disposeInactivePoolsInBackground by @violetagg in #2605
    • Update ConnectionProvider.MeterRegistrar javadoc by @violetagg in #2610
  • Tests:
    • Ensure the connection is closed at the end of the test by @violetagg in #2598
    • Add test for ConnectionProvider.Builder#disposeInactivePoolsInBackground by @violetagg in #2607
  • Build:
    • PRs with label type/test go to Documentation, Tests and Build section of the release notes by @violetagg in #2609

🆙 Dependency Upgrades

New Contributors

Full Changelog: v1.0.25...v1.0.26