reactor-core v3.2.13.RELEASE Release Notes

Release Date: 2019-12-02 // over 4 years ago
  • ๐Ÿš€ 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 subscriber Context
    • #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-publish and artifactory (#1943)
    • ๐Ÿ— [build] Fixed generation of refguide pdf when custom version is used (2c621b6)
    • ๐Ÿ’… [polish] Exceptions.multiple(Iterable) now produces a CompositeException, more test coverage of Exceptions util (#1954)

    ๐Ÿš€ ๐Ÿ‘ Thanks to the following contributors that also participated to this release

    @andreisilviudragnea, @akarnokd, @ttddyy