Reactor-Core 3.2.10.RELEASE is part of Californium-SR9 Release Train.
This is a recommended update for all Reactor 3 users.
✨ New features and improvements
- Allow to choose a
SchedulerforretryBackoff(#1707) - Added
Mono#onErrorStop()convenience API to align with Flux (#1728) - New
TestPublisherassertion methodassertMaxRequested(#1732) - The new
doFirstoperator provides a clearer dual todoFinally, as a better alternative to common usage ofdoOnSubscribe(#1716)
🪲 Bug fixes
- Fixed checking of inner subscribers in
FluxPublish#remove()(2ce7b75) Flux.publish().autoConnect(0)now correctly drops early items (#1712)- Fixed a memory barrier regression introduced in MonoSubscriber (#1719)
📖 Documentation, Tests and Build
- Polished license spelling to "Apache License, Version 2.0" (d88eeda)
- [build] Dokka bumped to 0.9.18 (#1718)
- [doc] Added marble diagram for
Mono#doOnSuccessOrError(#1725) - [doc] Polish 'Suggest Edit' links and asciidoctor config (6bdbf8b)