This repository was 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.fromLazyListfor 2.13SMono.usingandSMono.usingWhento replaceSMono.bracketandSMono.bracketCaserespectivelySFlux.usingandSFlux.usingWhento replaceSFlux.bracketandSFlux.bracketCaserespectively
👋 Deprecated Operators
SFlux.retryin favor ofSFlux.retryWhen(Retry)SMono.retryandSMono.retryWhen. UseSMono.retryWhen(Retry)SFlux.fromStreamfor 2.13. UseSFlux.fromLazyListfor 2.13
➖ Removed Operators
SMono.bracketandSMono.bracketCaseSFlux.bracketandSFlux.bracketCase
🛠️Build - Code coverage - Continuous Integration - Dependencies
- Updated sbt to 1.3.13
- Update reactor to 3.3.8.RELEASE