SwayDB v0.8.-beta.2 Release Notes

Release Date: 2019-03-24 // about 5 years ago
  • 🚀 Beta release includes changes to support more declarative APIs and other fixes.

    • Implement Streaming. Stream allows us to perform reads asynchronously.
    • ⚡️ Updated user APIs to be more declarative. We will be able to use Cats-effect, Scalaz-zio, Future, Try etc basically any monad easily.
    • Simplified data extensions. No need to define wrapper key and value types.
    • 🐎 Performance improvement for Actor.timer