Reactor-Core 3.2.11.RELEASE is part of Californium-SR10 Release Train.
This is a recommended update for all Reactor 3 users, with mainly bugfixes.
✨ New features and improvements
🪲 Bug fixes
- #1739 Enforce a name for Schedulers.fromExecutorService
- without this explicit name, the metrics would use
nullas a name
- without this explicit name, the metrics would use
- #1783 Do not drop errors in MonoCacheTime, better doc (#1784)
- #1738 FluxRefCount inner doesn't guard against multiple cancels
- #1797 Explicitly reject null keys/values in Context constructors
- #1741 MonoCreate hanging if delayUntil throws exception