Skip to content

Releases: rosedblabs/rosedb

Release v2.3.9

06 Oct 11:30
Compare
Choose a tag to compare

🎄 Enhancements

  • fix DefaultOptions: just return a temp dir name instead of creating it.

Release v2.3.8

06 Jul 07:02
Compare
Choose a tag to compare

🐞 Bug Fixes

  • fix concurrent read

Release v2.3.7

28 Jun 15:35
Compare
Choose a tag to compare

🎄 Enhancements

  • Update wal, imporve the iterate performance, and remove block cache.

🎠 Community

Release V2.3.6

05 Apr 13:09
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix index lock

🎠 Community

Release v2.3.5

03 Mar 09:53
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix index Less function panic. #302

Release v2.3.4

07 Jan 13:46
Compare
Choose a tag to compare

🎄 Enhancements

  • use wal write batch to optimize performance.
  • optimize memory usage.

🎠 Community

Release v2.3.3

16 Sep 05:02
Compare
Choose a tag to compare

🚀 New Features

  • add filterExpired for ascend/descend keys
  • Add persist function to remove the TTL of the key

Release v2.3.2

30 Aug 13:29
Compare
Choose a tag to compare

🚀 New Features

  • add AscendKeys and DescnedKeys
  • Add Expire and TTL functions (#278)

🎄 Enhancements

  • fix expire bug and add examples
  • add iterate examples

🎠 Community

🐞 Bug Fixes

  • fix reput ttl bug

Release v2.3.1

21 Aug 14:01
Compare
Choose a tag to compare

🚀 New Features

  • Support key expire
    • You can call PutWithTTL to set the expire time for a key.

🎠 Community

Release v2.3.0

18 Aug 10:13
Compare
Choose a tag to compare

🚀 New Features

  • use BTree as the default memory data structure.
    • the old Radix will be removed, and the iterator too.

🎠 Community

  • Thanks to @Jeremy-Run
    • remove merge file after tests (#250)
    • replace original file and rebuilt index after merge (#255)
  • Thanks to @SYaoJun
    • fix: single quote error in README (#256)
  • Thanks to @weijiew
    • add btree Ascend、Descend method and unitest. (#257)