Reactor Core 3.6.0-M2 is part of 2023.0.0-M2 Pre Release Train.
What's Changed
✨ New features and improvements
- Rework
FluxPublishinternals to relay on predictable state machine by @OlegDokuka in #3538 - Fix
takeUntilPredicate test before emit by @AramMessdaghi9001 in #3544
🐞 Bug fixes
- Fix
MonoDelayElemntto properly handle race between run andonNextby @OlegDokuka in #3546 - Ensure
GroupedFluxdelivers subscription for the second subscriber by @OlegDokuka in #3555 - Ensure late
onRequestconsumer observes demand by @OlegDokuka in #3557
🆙 Dependency Upgrades
- Bump
gradle/wrapper-validation-actionfrom1.0.5to1.1.0in /.github/workflows by @dependabot in #3542 - Bump
com.gradle.enterprisefrom3.12.4to3.14.1by @dependabot in #3548 - Bump
actions/setup-javafrom3.6.0to3.12.0in /.github/workflows by @dependabot in #3550 - Bump
gradle/gradle-build-actionfrom2.3.3to2.7.0in /.github/workflows by @dependabot in #3551 - Upgrade to latest
Micrometerversions by @OlegDokuka in #3561
New Contributors
- @AramMessdaghi9001 made their first contribution in #3544
Full Changelog: v3.6.0-M1...v3.6.0-M2