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 ec1f951 commit 5051b68Copy full SHA for 5051b68
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# redb - Changelog
2
3
+## 2.1.1 - 2024-06-09
4
+* Fix panic that occurred when calling `compact()` when a read transaction was in progress
5
+* Fix `ReadTransaction::close()` to return `Ok` when it succeeds
6
+* Performance optimizations
7
+
8
## 2.1.0 - 2024-04-20
9
* Implement `Key` and `Value` for `String`
10
* Allow users to implement `ReadableTableMetadata`, `ReadableTable`, and `ReadableMultimapTable`
0 commit comments