Skip to content

v0.9.16.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 11 Jan 13:50
· 118 commits to 0.9.x since this release

Reactor-Netty 0.9.16.RELEASE is part of Dysprosium-SR16 Release Train.

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

✨ New features and improvements

  • Depends on Reactor Core v3.3.13.RELEASE, see release notes. (a8ca595)
  • Depends on Netty v4.1.56.Final. (#1412, 8bb81cb, ee7d317)
  • Add system properties for enabling SamplingAllocationStrategy:
    • reactor.netty.pool.getPermitsSamplingRate
    • reactor.netty.pool.returnPermitsSamplingRate
      They are exposed in order to be able to enable Reactor Pool's SamplingAllocationStrategy. (#1454, reactor/reactor-pool#113)

📖 Documentation, Tests and Build

  • Update reference documentation. (49ed3a6)
  • Configure gradle to retry once flaky tests. (e9c5b9a)
  • Update test dependencies versions:
    • Apache Tomcat to version 9.0.41. (#1414, 802e386)
    • netty-tcnative-boringssl-static to version 2.0.35.Final. (3fc0c95)
    • jackson-databind to version 2.12.1. (#1458, ef1e9b2)