Bitcask v0.3.2 Release Notes

Release Date: 2019-08-07 // over 4 years ago
  • ๐Ÿš€ Release Notes

    NB: this is the last version of the old on-disk format before #49 is merged and released which improves performance again. Please be sure to upgrade your older dayabases prior to <=v0.3.2 by using the bitcask export and bitcask import tools. If you have any troubles please file an issue!

    ๐Ÿ”„ Changelog

    ๐Ÿ“‡ e543fc3 Added AUTHORS file to record contributors beyond the scope of Github metadata (#41)
    6b372d8 Added export/import sub-commands to backup/resotre a database (#48)
    82e2644 Added the same functional options to the bitcask CLI and persist options to the db store (#40)
    ๐Ÿ›  5d1dd66 Fixed handling of missing config.json from cli behavior
    ๐Ÿ“„ 1ba9ca4 Rename set command to put and cleanup the command's docs
    โช d0c913c Revert "Use []byte byte slices as keys directly avoiding serialing string(s) (#46)" (#50)
    โšก๏ธ 8b684b6 Update CONTRIBUTING.md
    โšก๏ธ bce2721 Update README.md
    โšก๏ธ 2a419c4 Update README.md
    3c1808c Use []byte byte slices as keys directly avoiding serialing string(s) (#46)
    โšก๏ธ f2b5515 update trie dependency to take advantage of improvements (#45)