File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 ` .
You can’t perform that action at this time.
0 commit comments