Changelog History
Page 5
-
v0.8.-beta.8 Changes
May 05, 20190๏ธโฃ #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, 2019Streaming improvements and reflection based Java8 cleaner fix.
-
v0.8.-beta.5 Changes
April 06, 2019Streaming 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
orSet
.
-
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
- Implement Streaming.
-
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.