Skip to content

Commit

Permalink
add changelog for v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Aug 30, 2023
1 parent 92ab3d5 commit ebb47cb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Release 2.3.2(2023-08-30)
## 🚀 New Features
* add AscendKeys and DescnedKeys
* Add Expire and TTL functions (https://github.com/rosedblabs/rosedb/pull/278)

## 🎄 Enhancements
* fix expire bug and add examples
* add iterate examples

## 🎠 Community
* Thanks to @Jeremy-Run
* Delete expired key of the index (https://github.com/rosedblabs/rosedb/pull/269)
* New: Delete Expired Keys (https://github.com/rosedblabs/rosedb/pull/280)
* Thanks to @LEAVING-7
* Fix potential deadlock in merge.go (https://github.com/rosedblabs/rosedb/pull/279)

## 🐞 Bug Fixes
* fix reput ttl bug

# Release 2.3.1(2023-08-21)
## 🚀 New Features
* Support key expire
Expand Down

0 comments on commit ebb47cb

Please sign in to comment.