Bitcask v0.3.3 Release Notes

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

    NOTE: This release contains a breaking change that will impact your existing on-disk Bitcask database(s) prior to this version (<v0.3.3). It is recommended you rdleete the index file contained in the database directory -- The index will get re-written as teh format has changed. Thank you!

    ๐Ÿ”„ Changelog

    ๐Ÿ”€ c5a565c Adds WithSync(...) option to turn on sync after write durability (#63)
    cd27b84 Create FUNDING.yml
    36bc134 Fix a bug wit the decoder passing the wrong value for the value's offset into the buffer (#77)
    ๐Ÿ“ฆ 7204a33 Fix and cleanup some unnecessary internal sub-packages and duplication
    156d29e Fix typo (#65)
    ๐Ÿ›  c7d101d Fixed missing model import for codec with undefined Entry
    e8bee94 Make optimised scan functionality optional (#68)
    ๐Ÿ”€ af43cfa Remove merge function (#60)
    abbbeb8 Replace keydir with ART trie (#75)
    โšก๏ธ a20ee3e Update README.md
    โšก๏ธ 110c502 Update README.md
    โšก๏ธ b28353d Update README.md
    โšก๏ธ ea96b8a Update README.md
    755b187 Use []byte byte slices as keys directly avoiding serialing string(s) (#46) (#51)
    b3d6f73 Use an Adaptive Radix Tree (#71)
    8f56cff codec: collapse write and save extra alloc (#64)
    ๐ŸŽ fd179b4 custom high-performance encoder implementation (#52)
    877bf98 fix go vet (#80)
    โœ๏ธ 0338755 fix readme typos (#81)
    1f10b40 inline hash function to save extra alloc (#53)
    55459a5 readme: fix stargazers link (#73)