Reactor Core 3.5.8 is part of 2022.0.9 Release Train.
What's Changed
✨ New features and improvements
- Add thread interrupt state propagate (#3451) by @10sa in #3482
- Removes unnecessary JSR305 import from package-info.java by @chemicL in #3510
- Issue #3455: ability to customize micrometer observation by @nvervelle in #3456
- fixes flaky test by ensuring CDL is awaited by @OlegDokuka in #3533
- Add tests for context values with scope semantics by @chemicL in #3516
- Extracted automatic context propagation tests to another class by @chemicL in #3534
🐞 Bug fixes
- Allowing Blocking call for handlePossibleCancellationInterrupt by @tejavenkatlanka in #3515
- enforces ordering on concurrent subscription to
FluxRefCountby @OlegDokuka in #3517 - ensures
sourceModeis obtained with happens-before relationships by @OlegDokuka in #3518
📖 Documentation, Tests and Build
- Fix a compilation error in sample code by @tejavenkatlanka in #3511
- Update retryWhen docs on deprecated currentContext by @cbrunsdon in #3283
- Updating getContextView in sample code by @tejavenkatlanka in #3513
- [doc] Document usage of Mono.zip() along with Mono (#3306) by @RomaKudryavtsev in #3514
New Contributors
- @tejavenkatlanka made their first contribution in #3511
- @10sa made their first contribution in #3482
- @cbrunsdon made their first contribution in #3283
- @RomaKudryavtsev made their first contribution in #3514
- @nvervelle made their first contribution in #3456
Full Changelog: v3.5.7...v3.5.8