Reactor-Scala-Extensions v0.6.0 Release Notes

Release Date: 2020-04-02 // about 4 years ago
  • โšก๏ธ Updated:

    • ๐Ÿš€ Updated to reactor-core-3.3.3.RELEASE
    • SFlux.scan works without explicitly specifying generic type (#52)
    • SFlux.scanWith works without explicit generic type(#52)

    ๐Ÿ†• New Operators:

    • fold in SFlux as alias for foldLeft
    • scan, reduce & zipWithCombinator in SFlux uses curry function to pass the accumulator. This replaces the previous signature where the accumulator is passed via 2nd parameter. (#52)

    โœ‚ Removed Operators:

    • ๐Ÿ‘€ scan, reduce & zipWithCombinator with accumulator as 2nd parameter. See new operator. (#52)