v1.0.27
Reactor Netty
1.0.27
is part of 2020.0.27
Release Train.
This is a recommended update for all Reactor Netty 1.0.x
users.
What's Changed
✨ New features and improvements
- Depend on
Netty QUIC Codec
v0.0.35.Final
by @violetagg in #2612 - Improve logging when connection closed after cancel by @pderop in #2585
- Support configurable DNS resolver cache by @samueldlightfoot in #2622
🐞 Bug fixes
- Ensure
CL
/TE
headers are handled correctly for204
/205
/304
status codes when server configured withHTTP/2
by @violetagg in #2623 - Ensure
HttpServer
Active Connections
metric is correct when connection closure before response write by @violetagg in #2633
📖 Documentation, Tests and Build
- Documentation:
- Update
ReactorNetty#IO_SELECT_COUNT
javadoc by @violetagg in #2626 - Fix typos in comments of
HttpClientConnect
by @sgc109 in #2627 - Update
ReadMe
to have consistent formatting by @esivakumar18 in #2632
- Update
- Build:
- Use new
GitHub Actions
API for setting output by @violetagg in #2635
- Use new
🆙 Dependency Upgrades
- Bump
mockito-core
to version4.11.0
by @dependabot in #2629 - Bump
build-info-extractor-gradle
to version4.31.0
by @dependabot in #2630 - Bump
com.diffplug.spotless
to version6.12.1
by @dependabot in #2631 - Bump
assertj-core
to version3.24.1
by @dependabot in #2637 - Bump
netty-tcnative-boringssl-static
to version2.0.55.Final
by @violetagg in #2638
New Contributors
- @sgc109 made their first contribution in #2627
- @esivakumar18 made their first contribution in #2632
Full Changelog: v1.0.26...v1.0.27