v1.0.21
Reactor Netty
1.0.21
is part of 2020.0.21
Release Train.
This is a recommended update for all Reactor Netty 1.0.x
users.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.4.20
by @violetagg in 1b96b44, see release notes. - Depend on
Netty
v4.1.79.Final
by @violetagg in 3e7d92f - Depend on
Netty QUIC Codec
v0.0.28.Final
by @violetagg in #2359 - Ensure errors caused by recording metrics do not affect the operational code by @ChristianLMI in #2237, by @pderop in #2335
- Add
ConnectionProvider#create
method with metrics parameter by @tuguri8 in #2314 - Mark method param as
Nullable
by @violetagg in #2326 - Override the new
ContextView#forEach
by @violetagg in #2346 - Capture
HTTP/2
server active stream metrics by @samueldlightfoot in #2357
📖 Documentation, Tests and Build
- Documentation
- Use
Reactive Streams
1.0.3
version for javadoc generation by @violetagg in #2354 - Update
Reactive Streams
version in the reference documentation by @violetagg in #2360 - Fix the names of the metrics for
ByteBufAllocator
by @violetagg in #2362
- Use
- Build
- Adopt Gradle Toolchain for the JDK by @berngp in #2343, by @violetagg in #2352
🆙 Dependency Upgrades
- Bump
brave
to version5.13.10
by @dependabot in #2340 - Bump
com.diffplug.spotless
to version6.8.0
by @dependabot in #2345 - Bump
build-info-extractor-gradle
to version4.28.4
by @dependabot in #2350
New Contributors
- @ChristianLMI made their first contribution in #2237
- @tuguri8 made their first contribution in #2314
- @berngp made their first contribution in #2343
- @samueldlightfoot made their first contribution in #2357
Full Changelog: v1.0.20...v1.0.21