Reactor-Core 3.3.16.RELEASE is part of Dysprosium-SR19 Release Train.
This service release contains bugfixes and a couple implementation improvements.
⚠️ Update considerations and deprecations
- Remove Fuseable from MonoSingle[Mono|Callable] (#2668)
✨ New features and improvements
- MonoDelayUntil now subscribes each trigger from the last trigger (#2644)
- Make Mono.then execution model more deterministic (#2604)
🪲 Bug fixes
- Account for source disconnection in refCountGrace (#2652)
- Avoid infinite discard loop on fused fromIterable/fromStream (#2655)
- Fix both Flux.single variants when applied to a Callable (#2657)
- FluxWindowWhile now drains the inner window if it is cancelled, instead of hanging (#2651)
📖 Documentation, Tests and Build
- Removed jcenter() from build
- Upgraded the release process to stop relying on bintray/jcenter