This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
❗️(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.13SMono.using
andSMono.usingWhen
to replaceSMono.bracket
andSMono.bracketCase
respectivelySFlux.using
andSFlux.usingWhen
to replaceSFlux.bracket
andSFlux.bracketCase
respectively
👋 Deprecated Operators
SFlux.retry
in favor ofSFlux.retryWhen(Retry)
SMono.retry
andSMono.retryWhen
. UseSMono.retryWhen(Retry)
SFlux.fromStream
for 2.13. UseSFlux.fromLazyList
for 2.13
➖ Removed Operators
SMono.bracket
andSMono.bracketCase
SFlux.bracket
andSFlux.bracketCase
🛠️Build - Code coverage - Continuous Integration - Dependencies
- Updated sbt to 1.3.13
- Update reactor to 3.3.8.RELEASE