Reactor-Scala-Extensions v0.7.0 Release Notes

Release Date: 2020-06-12 // almost 4 years ago
  • 🍱 ❗️(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