Skip to content

Commit c1d4f5f

Browse files
committed
Update changelog
1 parent e387658 commit c1d4f5f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# redb - Changelog
22

3+
## 0.12.0 - 2023-01-21
4+
* Add `pop_first()` and `pop_last()` to `Table`
5+
* Add `drain()` to `Table`
6+
* Add support for `Option<T>` as a value type
7+
* Add support for user defined key and value types. Users must implement `RedbKey` and/or `RedbValue`
8+
* Change `get()`, `insert()`, `remove()`...etc to take arguments of type `impl Borrow<SelfType>`
9+
* Return `Error::UpgradeRequired` when opening a file with an outdated file format
10+
* Improve support for 32bit platforms
11+
* Performance optimizations
12+
313
## 0.11.0 - 2022-12-26
414
* Remove `[u8]` and `str` type support. Use `&[u8]` and `&str` instead.
515
* Change `get()`, `range()` and several other methods to return `AccessGuard`.

0 commit comments

Comments
 (0)