All Versions
50
Latest Version
Avg Release Cycle
11 days
Latest Release
1688 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.12.2 Changes
February 07, 2020 -
v0.12.1 Changes
February 05, 2020๐ Fix for
- #189 - Stream.foreach should not return a ListBuffer[Unit]
-
v0.12 Changes
February 04, 2020๐ Performance release.
-
v0.12-RC3 Changes
February 03, 2020๐ Supported partial key fetches and implemented functions needed to run performance benchmarks.
-
v0.12-RC2 Changes
January 31, 2020๐ Performance improvements
-
v0.12-RC1 Changes
January 24, 2020๐ Contains performance improvements. Full release note will be available with v0.12 release
This release is NOT binary compatible with previous releases.
-
v0.11 Changes
December 12, 2019๐ Major release with performance improvements for Segment.
๐ This release is NOT backward binary compatible.
๐ Random read performance is nearly 2x times now vs previous release for persistent databases.
๐ New v0.11 - 270,000 random reads per second.
Old v0.10.9 - 144,000 random reads per second.
Issues resolved
- ๐ฒ While using library log file is created Improvement #89 (Contributor - @andrewts129)
- โก๏ธ Update to ZIO 1.0.0-RC17 #168 (Contributor - @lvitaly)
- ๐ Move common functions with Slice 2.13 and 2.12 to a common object #159
- ๐ Move common functions within ScalaMap and ScalaSet for 2.13 and 2.12 to a common implementation #160
- ๐ Support Cats-effect #161
- Implement asJava function for Map and Set Improvement java #163
- ๐ skipBlockCacheSeekSize configuration core #165
- โก๏ธ Update binary-search and hashIndex's entry formats to enable quick lookups #169
- โ Remove partialRead config #170
- ๐ HashIndex should not write normalised bytes Performance #113
-
v0.10.9 Changes
October 24, 2019#158 - Improve IO handling for Java
-
v0.10.8 Changes
October 22, 2019#157 - JVM does not exit for memory database on end
-
v0.10.7 Changes
October 22, 2019๐ Fixes: #156 - program won't end