This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
Release v0.7.0
❗️(Potential) Breaking Changes
SFlux
andSMono
element type is now declared as Covariant Type. This may or may not be breaking changes. (#54)
➕Added Operators
SFlux.deferWithContext
SFlux.metrics
whenever there is Micrometer in classpath (#56)SMono.metrics
whenever there is Micrometer in classpath (#56)
🐞Bug Fixed
SFlux.toStream
to use thebatchSize
parameter
🛠️Build - Code coverage - Continuous Integration
- Added Github Action Scala CI
- Compile and Test using multiple Java LTE versions (8, 11, 14)
- Updated sbt to 1.3.10