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

Release v0.6.1

Compare
Choose a tag to compare
@sinwe sinwe released this 03 May 10:23
· 124 commits to master since this release

Added Operators

  • Added SFlux.retryWhen(Retry)

Deprecated Operators

Deprecate old SFlux.retryWhen(predicate)

Breaking Changes

Renamed ConnectableFlux to ConnectableSFlux to differentiate between Java ConnectableFlux and Scala ConnectableFlux

Build - Code coverage - Continuous Integration

  • Cross compile with jdk-14
  • Switch build using sbt (#35)
  • Added unit test for SFlux.switchOnNext
  • Compile with scala 2.13.2

Documentation

  • Added scaladoc for SFlux.sample
  • Added scaladoc for SFlux.scan
  • Added scaladoc for SFlux.startWith