Skip to content

Releases: nutsdb/nutsdb

v1.0.4

25 Feb 14:30
b346859
Compare
Choose a tag to compare

Changelog

BugFix

  • Fix MAX_SIZE on 64bit by @mitar in #575
  • fix panic when writing the same key multiple times in the same transaction by @mrene in #581

Other

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

27 Dec 09:49
ddf24f3
Compare
Choose a tag to compare

Changelog

Feature

BugFix

Other

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Dec 14:45
0193fd9
Compare
Choose a tag to compare

Changelog

Feature

BugFix

Other

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Nov 06:56
860dce7
Compare
Choose a tag to compare

Changelog

BugFix

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Nov 05:54
896f01b
Compare
Choose a tag to compare

Changelog

Features

BugFix

  • Only overwrite the managed error when a rollback error occurs by @xy3 in #493
  • add lru cache when commit only for HintKeyAndRAMIdxMode by @damotiansheng in #504
  • fix: use sync.Map to avoid data race by @bigboss2063 in #509

Other

New Contributors

@xy3 made their first contribution in #493

Full Changelog: v0.14.3...v1.0.0

v0.14.3

21 Nov 10:56
c1b21f5
Compare
Choose a tag to compare

Changelog

BugFix

  • fix: use constants instead of iota to prevent forward compatibility. by @bigboss2063 in #490

Full Changelog: v0.14.2...v0.14.3

v0.14.2

09 Nov 14:26
bc3393e
Compare
Choose a tag to compare

Changelog

Features

BugFix

  • fix: return ErrListNotFound when calling tx.LRemByIndex with non-existent bucket name by @TremblingV5 in #470

Other

Full Changelog: v0.14.1...v0.14.2

v0.14.1

16 Sep 13:20
a1a81e6
Compare
Choose a tag to compare

Changelog

Features

BugFix

Other

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

01 Sep 11:38
15267dd
Compare
Choose a tag to compare

Changelog

Features

BugFix

Other

New Contributors

v0.13.0

01 Aug 05:24
71c60e8
Compare
Choose a tag to compare

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