reactor-core v3.2.12.RELEASE Release Notes

Release Date: 2019-09-03 // over 4 years ago
  • ๐Ÿš€ Reactor-Core 3.2.12.RELEASE is part of Californium-SR11 Release Train.

    โšก๏ธ This is a recommended update for all Reactor 3 users.

    ๐Ÿฑ โœจ New features and improvements

    • Due to a few Throwable constants, class references could leak in multi-classloader environments. This is now avoided by skipping the filling of the stacktrace (#1872)

    ๐Ÿฑ ๐Ÿž Bug fixes

    • ๐Ÿ‘ Flux#flatMap with scalar source now supports onErrorContinue (#1684)
    • Flux#doAfterTerminate now executed when onError in fused mode (#1836, #1835)
    • Explicitly catch LinkageError in Traces. This helps with some static analyzers (#1830)
    • ๐Ÿ‘ Pass on cancelSupport when lifting ConnectableFlux (#1860)

    ๐Ÿ“š ๐Ÿ“– Documentation, Tests and Build

    • ๐Ÿšš [github] Removed CONTRIBUTING.md and issue_template in favor of centralized ones (740c048)
    • ๐Ÿ— [build] Use JCenter, not MavenCentral for doDownloadBaseline (aa08709, d4f5332)
    • ๐Ÿšš [doc] Remove double mention of subscribe in Flux README (#1861)
    • 0๏ธโƒฃ [doc] Document that default initial delay for interval is the period (#1866)

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

    @gindex