Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Release v0.5.1

Compare
Choose a tag to compare
@sinwe sinwe released this 21 Feb 09:26
· 218 commits to master since this release

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