All Versions
50
Latest Version
Avg Release Cycle
11 days
Latest Release
902 days ago

Changelog History
Page 5

  • v0.8.-beta.8 Changes

    May 05, 2019

    0๏ธโƒฃ #74 - Add alias for default method in KeyOrder.

  • v0.8.-beta.7 Changes

    April 07, 2019
    • โž• Added flatMap to Stream
    • Using foldLeft to calculate Stream's size.
    • Other minor improvements
  • v0.8.-beta.6 Changes

    April 06, 2019

    Streaming improvements and reflection based Java8 cleaner fix.

  • v0.8.-beta.5 Changes

    April 06, 2019

    Streaming improvements

  • v0.8.-beta.4 Changes

    March 31, 2019

    ๐Ÿ‘Œ Improved Stream APIs.

  • v0.8.-beta.3 Changes

    March 30, 2019

    ๐Ÿš€ Beta release contains

    • ๐Ÿ‘Œ support for a more declarative API.
    • easy to integrate with other library providing IO implementations.
    • ๐Ÿ‘Œ support for both synchronous and asynchronous API
    • converting databases instances to scala.collection's Map or Set.
  • v0.8.-beta.2 Changes

    March 24, 2019

    ๐Ÿš€ 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
  • v0.7.1 Changes

    March 19, 2019

    ๐Ÿ›  Fix for #61

  • v0.7 Changes

    February 28, 2019

    ๐Ÿ”‹ Features

    Resolved issues

    #12 - Implement Future API for reads
    โšก๏ธ #33 - allow updates using Scala functions or Java lambdas
    ๐ŸŽ #37 - Performance improvement for forward & backward iterators when there are too many dead updates within the current Level's iteration
    ๐Ÿ”€ #38 - TimeOrder & MergeOrder
    #40 - Allow Level0 to be a standalone level
    #41 - Simplify API to create a DB instance
    โœ… #45 - assertLevel() function for test-cases
    ๐Ÿ‘€ #46 - Handling seek during Level state changes
    #48 - Timer should be persistent for persistent databases

  • v0.6 Changes

    October 18, 2018

    ๐Ÿš€ This release includes support for extending databases. This extension enables creation of multiple Maps & nested Maps similar to Tables in SQL databases.

    ๐Ÿ‘€ See Extension API.