From ebb47cbf611ba02eb64fdd2fde901fdc3a61c439 Mon Sep 17 00:00:00 2001 From: roseduan Date: Wed, 30 Aug 2023 21:27:38 +0800 Subject: [PATCH] add changelog for v2.3.2 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e9ce9d..92801fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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