Skip to content

Commit 379f151

Browse files
committed
Update changelog
1 parent dc0460a commit 379f151

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.3.0 - 2024-12-10
4+
* Add `WriteTransaction::set_two_phase_commit()`
5+
* Add `WriteTransaction::set_quick_repair()` which enables a faster repair mechanism at the cost of
6+
slower transaction commits
7+
* `Durability::Paranoid` is now deprecated. Use `set_two_phase_commit(true)` instead
8+
* Fix various bugs when repairing the database after an unclean shutdown. These could result in
9+
panics, leaked space in the database file, or database corruption
10+
311
## 2.2.0 - 2024-10-27
412
* Implement `TableHandle` for `ReadOnlyTable`
513
* Fix bug in write cache, which caused pages to be evicted randomly. Pages are now evicted based on

0 commit comments

Comments
 (0)