nutsdb v0.10.0 Release Notes
Release Date: 2022-08-13 // over 2 years ago-
- [Bug Fix]List data structure with count parameter negative, lack of boundary judgment (#183) @andrewhzy
- [New Feature] add LRemByIndex (#174) @Nailcui
- [New Feature] add LKeys SKeys ZKeys API (#175) @Nailcui
- [New Feature] add Iterator API (HintKeyAndRAMIdxMode and HintKeyValAndRAMIdxMode)(#191) @zeina1i
- ๐จ [Refactor] graceful options parameters (#185) @Nailcui
- โ [Test] Add rwmanager fileio test (#170) @zeina1i
- โ [Test] Improve code coverage about list (#183) @andrewhzy
- โ [Test] Test coverage improvement for inmemory (#187) @andrewhzy
- ๐ [Docs] A few corrections in ReadME file (#171) @kwakubiney
Previous changes from v0.9.0
-
- ๐ [Bug Fix] close file before error check &remove redundant judgments ๏ผ#137๏ผ @xujiajun
- โก๏ธ [Bug Fix] update golang.org/x/sys to support go1.18 build ๏ผ#139๏ผ@ag9920
- ๐ [Bug Fix] when use merge, error: The process cannot access the file because it is being used by another process (#166) @xujiajun
- [Bug Fix] fix code example. (#143) @gphper
- ๐ [Bug Fix] merge error after delete bucket (#153) @xujiajun
- [Perf] add fd cache(#164) @elliotchenzichang
- โก๏ธ [Perf] optimize sadd function inserting duplicate data leads to datafile growth (#146) @gphper
- ๐จ [Refactor] rewrite managed to support panic rollback ๏ผ#136๏ผ@ag9920
- ๐จ [Refactor] errors: optimize error management (#163) @xpzouying
- โก๏ธ [Test] Update testcase: use testify test tools (#138) @xpzouying
- โ [Test] change list and set test with table driven test and testify (#145๏ผ @bigdaronlee163
- ๐จ [Test] refactor db_test for string use testify (#147) @Rand01ph
- โ [Test] add [bucket_meat/entry] unit test (#148) @gphper
- โก๏ธ [Test] update bptree unittest (#149) @xpzouying
- โก๏ธ [Test] Update tx bptree testcase (#155) @xpzouying
- โ [Test] complete zset tests with testify (#151) @bigdaronlee163
- [Test] optimization tx_bucket_test and bucket_meta_test (#156) @gphper
- โ [Test] test:complete tx_zset tests with testify (#162) @bigdaronlee163
- ๐ [Chore] remove unused member (#157) @xpzouying
- ๐ [Style] format code comments etc. (#140) @moyrne