We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0d4ae commit 69b3c85Copy full SHA for 69b3c85
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# redb - Changelog
2
3
+## 2.4.0 - 2024-12-30
4
+* Add `Database::cache_stats()`
5
+* Fix `open()` and `create()` to return `InvalidData` when they are called on a database file
6
+ that is not a valid redb database
7
+* Significantly speed up `restore_savepoint()`. The time is takes now scales with the change delta
8
+ since the savepoint was captured, rather than the size of the database file
9
+* `DatabaseStats::fragmented_bytes()` is now more accurate
10
+
11
## 2.3.0 - 2024-12-10
12
* Add `WriteTransaction::set_two_phase_commit()`
13
* Add `WriteTransaction::set_quick_repair()` which enables a faster repair mechanism at the cost of
0 commit comments