v1.2.4
Reactor Netty
1.2.4
is part of 2024.0.4
Release Train.
What's Changed
⚠️ Update considerations and deprecations
- Ensure
POST
empty body sendingcontent-length 0
by @violetagg in #3663
✨ New features and improvements
- Depend on
Reactor Core
v3.7.4
by @chemicL in a8dd03f, see release notes - Depend on
Netty
v4.1.119.Final
by @violetagg in #3659 - Add
HttpMeterRegistrarAdapter
to track active streams inHTTP/2
andHTTP/3
by @raccoonback in #3632
🐞 Bug fixes
- Fix various issues with
Nullable
annotation by @violetagg in #3626, #3628, #3629, #3646 - Fix
NullPointerException
inHttp2SettingsSpec#hashCode
by @violetagg in #3639 - Fix
Http2ConnectionProvider#logStreamsState
to log active/max streams per connection and per all connections by @violetagg in #3650
Full Changelog: v1.2.3...v1.2.4