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

Changelog History
Page 3

  • v0.12.2 Changes

    February 07, 2020

    Closed Java issues

    • ๐Ÿ‘ #188 Support for partial ordering/comparableKey in Java
    • #191 Use primitives in Java Map and Set instead of java.lang.Integer and java.lang.Boolean
  • 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.

    image

    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