nutsdb v0.9.0 Release Notes

Release Date: 2022-06-17 // almost 2 years ago
    • ๐Ÿšš [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