Skip to content

v0.9.9.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 24 Jun 11:36
· 315 commits to 0.9.x since this release

Reactor Netty 0.9.9.RELEASE is part of Dysprosium-SR9 Release Train.

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

✨ New features and improvements

🪲 Bug fixes

  • Fix file descriptor leak. (#1152, #1154, #1163)
  • Ensure only Content-Length is set when creating full response. (#1153, #1156)

📖 Documentation, Tests and Build

  • Fix the example for configuring TLS on the TcpServer. (4c0452d)
  • Update the reference documentation. (92bd1cc)
  • Update test dependencies versions:
    • Apache Tomcat to version 9.0.36. (#1142, 9e71562)
    • netty-tcnative-boringssl-static to version 2.0.31.Final. (#1145, 996199d)