All Versions
11
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.1.3 Changes

    • Correct bug where database was ignoring prefix length config.
  • v2.1.2 Changes

    • Correct bug when opening database with column families.
  • v2.1.1 Changes

    • Expose ColumnFamily type.
  • v2.1.0 Changes

    • Add support for column families.
  • v2.0.0 Changes

    • Fork into a different project
    • Rewrite most of the code to make it faster and easier to use
    • Remove many features that I don't need or want to maintain
  • v1.0.1 Changes

    • Add support for UTF-8 characters in a database's path
  • v1.0.0 Changes

    • First version by Serokell
  • v0.3.x.0 Changes

    • ResourceT is no longer compulsory
  • v0.2.0 Changes

    • requires LevelDB v1.7
    • support for filter policy (LevelDB v1.5), either custom or using the built-in bloom filter implementation
    • write batch values no longer require a memcpy to be early-finalizer-safe (introduced in 0.1.1)
  • v0.1.0 Changes

    • memory (foreign pointers) is managed through ResourceT. Note that this requires to lift monadic actions inside the MonadResource monad, see the examples.
    • links against shared library (LevelDB v1.3 or higher)
    • LevelDB 1.3 API fully supported (including custom comparators, excluding custom environments)