Skip to content

v0.13.0

Compare
Choose a tag to compare
@elliotchenzichang elliotchenzichang released this 01 Aug 05:24
· 130 commits to master since this release
71c60e8

What's Changed

  • chore: add error handler for error occurred during transaction by @lyl156 in #383
  • pref: remove sync.Pool and prev allocate buffer for small tx by @bigboss2063 in #384
  • fix: fix the bug that allows deletion of a non-existent bucket. by @bigboss2063 in #388
  • feat: add custom comparator by @lyl156 in #389
  • feat: refactor list data structure by using doubly linked list and support HintKeyAndRAMIdxMode by @bigboss2063 in #390
  • doc: update options doc by @lyl156 in #391
  • feat: implement automatic merging by @bigboss2063 in #393
  • doc: add an new option and update the default option by @bigboss2063 in #396

Full Changelog: v0.12.6...v0.13.0