reactor-core v3.2.18.RELEASE Release Notes

Release Date: 2020-06-25 // almost 4 years ago
  • ๐Ÿš€ Reactor-Core 3.2.18.RELEASE is part of Californium-SR19 Release Train.

    ๐Ÿฑ โœจ New features and improvements

    • EnsureDeferredSubscription makes requests serially if there is racing between set / requestN (according to RS spec Rule 2.7)(#2164)
    • Ensures next element is dropped if UnicastProcessor disposed to avoid racing between onNext and dispose (#2180)

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

    • ๐Ÿ“‡ [publication] Publish Gradle metadata, without optional dependencies (#2151)
    • ๐Ÿ— [build] Consistently use tabs for gradle file indentation (#2157)
    • ๐Ÿ— [build] Backport last relevant build changes from 3.3 (#2156)

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

    @OlegDokuka