reactor-core v3.2.10.RELEASE Release Notes

Release Date: 2019-06-28 // over 4 years ago
  • ๐Ÿš€ 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