Skip to content

v0.9.0.M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@violetagg violetagg released this 10 May 14:03

This is the 1st milestone of Reactor Netty 0.9, part of Dysprosium-M1 Release Train.

This milestone includes all features, improvements and fixes from v0.8.6.RELEASE, v0.8.7.RELEASE and v0.8.8.RELEASE

✨ New features and improvements

  • Depending on Reactor Core v3.3.0.M1, see release notes (5d8ab7a)
  • Remove the deprecated wiretap() in favour wiretap(boolean). (#480, 55c4804)
  • Remove the deprecated TcpClient(Server)#secure(SslContext). (#481, a49beda)
  • Remove the deprecated HttpClient#chunkedTransfer. (#553, #620, 34e644c)
  • Do not create aggregated ByteBuf when the publisher is empty or the first element is empty. (#574)
  • Declare an Java9 JPMS Automatic-Module-Name for Reactor Netty. (#731)

📖 Documentation, Tests and Build

👍 Thanks to the following contributors that also participated to this release

@Buzzardo