Skip to content

Commit

Permalink
prepare for release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Jun 15, 2023
1 parent 219dcdb commit 4d10a45
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# Release 2.1.0(2023-06-15)

## 🚀 New Features

* Support iterator in rosedb, it can traverse the data in database in order.
And the methods are as follows:

* Rewind
* Seek
* Next
* Key
* Value
* Close

And the prefix scan is also supported.

## 🐞Bug Fix

* Thanks to @rfyiamcool for PR
* [#216](https://github.com/rosedblabs/rosedb/pull/216) fix: update committed flag after batch commit

# Release 2.0.0(2023-06-13)

## 🚀 New Features
* Basic operations, `Put/Get/Delete/Exist` key value pairs.
* Batch operations, `Put/Get/Delete/Exist` key value pairs, and `Commit`.
Expand Down

0 comments on commit 4d10a45

Please sign in to comment.