This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
Release v0.5.1
New Operators:
++
inSFlux
as an alias toconcatWith
so it can performSFlux.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