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

Release v0.8.0

Latest
Compare
Choose a tag to compare
@sinwe sinwe released this 10 Aug 14:28
· 11 commits to master since this release

❗️(Potential) Breaking Changes

  • Removing cats-effect and its related operator that uses classes from cats-effect.
    ➕Added Operators
    =============
  • SMono.retryWhen(Retry)
  • implicit Context.getOrNone (#71)
  • SFlux.fromLazyList for 2.13
  • SMono.using and SMono.usingWhen to replace SMono.bracket and SMono.bracketCase respectively
  • SFlux.using and SFlux.usingWhen to replace SFlux.bracket and SFlux.bracketCase respectively

👋 Deprecated Operators

  • SFlux.retry in favor of SFlux.retryWhen(Retry)
  • SMono.retry and SMono.retryWhen. Use SMono.retryWhen(Retry)
  • SFlux.fromStream for 2.13. Use SFlux.fromLazyList for 2.13

➖ Removed Operators

  • SMono.bracket and SMono.bracketCase
  • SFlux.bracket and SFlux.bracketCase

🛠️Build - Code coverage - Continuous Integration - Dependencies

  • Updated sbt to 1.3.13
  • Update reactor to 3.3.8.RELEASE

🙏Thanks to the following contributors