All Versions
33
Latest Version
Avg Release Cycle
37 days
Latest Release
1229 days ago

Changelog History
Page 4

  • v3.2.12.RELEASE Changes

    September 03, 2019

    ๐Ÿš€ 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

  • v3.2.11.RELEASE Changes

    July 30, 2019

    ๐Ÿš€ 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

    • #1793 Reject Context.of calls with duplicate keys
    • ๐Ÿ’… Polish ContextN null checks (#1801)

    ๐Ÿฑ ๐Ÿž Bug fixes

    • โฑ #1739 Enforce a name for Schedulers.fromExecutorService
      • without this explicit name, the metrics would use null as a name
    • ๐Ÿ‘ #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

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

    @gindex

  • v3.2.10.RELEASE Changes

    June 28, 2019

    ๐Ÿš€ 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 Scheduler for retryBackoff (#1707)
    • โž• Added Mono#onErrorStop() convenience API to align with Flux (#1728)
    • ๐Ÿ†• New TestPublisher assertion method assertMaxRequested (#1732)
    • ๐Ÿ‘ The new doFirst operator provides a clearer dual to doFinally, as a better alternative to common usage of doOnSubscribe (#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)

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

    @don-vip