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

Release v0.7.0

Compare
Choose a tag to compare
@sinwe sinwe released this 12 Jun 14:52
· 92 commits to master since this release

❗️(Potential) Breaking Changes

  • SFlux and SMono 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 the batchSize 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

🙏Thanks to the following contributors