Skip to content

Releases: rosedblabs/rosedb

Release v2.4.0

21 Feb 09:36
Compare
Choose a tag to compare

🚀 New Features

Thans to @XiXi-2024

  • implement database iterator functionality (#326)

🎄 Enhancements

Thanks to @miaozw

  • Add AscendKeysRange and DescendKeysRange functions (#323)

Thans to @XiXi-2024

  • Add unit tests for AscendKeysRange and DescendKeysRange methods (#324)

🐞 Bug Fixes

Thanks to @auula

  • fix: inner error bug in the delete expired key method. (#322)

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