Reactor-Scala-Extensions v0.5.1 Release Notes

Release Date: 2020-02-21 // about 4 years ago
  • ๐Ÿ†• New Operators:

    • ++ in SFlux as an alias to concatWith so it can perform SFlux.just(1) ++ SFlux.just(2,3)

    What's New:

    • ๐Ÿ›  Fixed code coverage that's not detected by codecov
    • โœ‚ Removed dependency findbug as it is highlighted in BlackDuck scanning (#51)
    • ๐Ÿš€ Update underlying reactor library to version 3.3.2.RELEASE