We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738b7ab commit 92b05a8Copy full SHA for 92b05a8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# redb - Changelog
2
3
+## 2.1.3 - 2024-09-14
4
+* Significant performance optimizations to `compact()`
5
+* Fix some additional cases where `compact()` did not fully compact the database
6
+* Fix a panic that could occur in `commit()` or `abort()` after an IO error. `StorageError::PreviousIo` is now returned
7
+* Fix a potential panic that could occur when repairing the database after a crash
8
+
9
## 2.1.2 - 2024-08-25
10
### Major fixes:
11
* Fix leak of database space that could occur when calling `restore_savepoint()`
0 commit comments