v1.1.0-M1
Pre-release
Pre-release
Reactor Netty
1.1.0-M1
is part of 2022.0.0-M1
Release Train.
Reactor Netty
1.1.0-M1
inherits all changes from the 1.0.x
maintenance branch at the point this release was cut.
What's Changed
✨ New features and improvements
- Depend on
Reactor Core
v3.5.0-M1
by @simonbasle in 04ba78c, see release notes. - Integration with the
Micrometer
2.0.x
andMicrometer Tracing
1.0.x
- Depend on
Micrometer
version2.0.0-M3
by @violetagg in #2103 - Depend on
Micrometer Tracing
version1.0.0-M3
by @violetagg in #2103 - Depend on
Micrometer Docs Generator
version1.0.0-M2
by @violetagg in #2103 - Depend on
Micrometer Context Propagation
version1.0.0-M1
by @violetagg in #2051 - Use
MeterRegistryAssert
for checkingTimers
existence by @violetagg in #2040 - Integrate with
Micrometer Docs Generator
by @violetagg in #2041 - Update
reactor-netty-core
timers to use the newObservation API
by @violetagg in #2043 - Update
reactor-netty-http
timers to use the newObservation API
by @violetagg in #2045 - Add context propagation from caller thread/reactor context by @violetagg in #2051
- Do not override the contextual name for
HttpClientContext
/HttpServerContext
by @violetagg in #2053 - Reduce memory overhead when creating
Micrometer
timers by @pderop in #2057
- Depend on
📖 Documentation, Tests and Build
- Ensure the
Pool
implementation for the test class implements the new abstract methodconfig()
by @violetagg in #2098
Full Changelog: v1.0.17...v1.1.0-M1