Skip to content

v1.1.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonbasle simonbasle released this 23 Mar 09:34
· 1944 commits to main since this 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 and Micrometer Tracing 1.0.x
    • Depend on Micrometer version 2.0.0-M3 by @violetagg in #2103
    • Depend on Micrometer Tracing version 1.0.0-M3 by @violetagg in #2103
    • Depend on Micrometer Docs Generator version 1.0.0-M2 by @violetagg in #2103
    • Depend on Micrometer Context Propagation version 1.0.0-M1 by @violetagg in #2051
    • Use MeterRegistryAssert for checking Timers existence by @violetagg in #2040
    • Integrate with Micrometer Docs Generator by @violetagg in #2041
    • Update reactor-netty-core timers to use the new Observation API by @violetagg in #2043
    • Update reactor-netty-http timers to use the new Observation 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

📖 Documentation, Tests and Build

  • Ensure the Pool implementation for the test class implements the new abstract method config() by @violetagg in #2098

Full Changelog: v1.0.17...v1.1.0-M1