nutsdb v0.10.0 Release Notes

Release Date: 2022-08-13 // over 1 year 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