Skip to content

Commit 69b3c85

Browse files
committed
Update changelog
1 parent dd0d4ae commit 69b3c85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# redb - Changelog
22

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+
311
## 2.3.0 - 2024-12-10
412
* Add `WriteTransaction::set_two_phase_commit()`
513
* Add `WriteTransaction::set_quick_repair()` which enables a faster repair mechanism at the cost of

0 commit comments

Comments
 (0)