v0.9.0.M1
Pre-release
Pre-release
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 favourwiretap(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)