Reactor-Core 3.2.13.RELEASE is part of Californium-SR14 Release Train.
✨ New features and improvements
- #1916 Interpret MAX_VALUEms as indefinite caching in
Mono#cache(Function, Function, Supplier)(backported) - #1746 Add
VirtualTimeScheduler#getScheduledTaskCount()(backported) - #1968 Make
Flux#publish()propagate 1st subscriberContext - #1953 Add
Exceptions.isTraceback, and a mean to unwrap a composite without the tacebacks (Exceptions.unwrapMultipleExcludingTracebacks)
🪲 Bug fixes
- #1945 Avoid unnecessary wrapping of exceptions in scalar flatMap
- #1959 GroupedFlux fused with
parallel()not replenishing properly
📖 Documentation, Tests and Build
- [build] Switched to Gradle 5.6 (8e97f91)
- [build] Switched publication plugin to
maven-publishandartifactory(#1943) - [build] Fixed generation of refguide pdf when custom version is used (2c621b6)
- [polish]
Exceptions.multiple(Iterable)now produces aCompositeException, more test coverage ofExceptionsutil (#1954)