Reactor-Scala-Extensions v0.6.1 Release Notes

Release Date: 2020-05-03 // almost 4 years ago
  • โž• 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