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 211a1e1 commit 19a7d7bCopy full SHA for 19a7d7b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# redb - Changelog
2
3
+## 2.5.0 - 2025-04-21
4
+* Add `rename_table()` and `rename_multimap_table()`
5
+* Add `Key` and `Value` implementations for the unary tuple type (i.e. `(T,)`)
6
+* Fix an issue which could cause a panic when concurrently performing read and write transactions,
7
+ when `debug_assertions` were enabled
8
+* Optimize `retain()` and `retain_in()` to use less space in the database file
9
+* Improve handling of some internal errors to return `LockPoisoned` instead of panicking
10
+
11
## 2.4.0 - 2024-12-30
12
* Add `Database::cache_stats()`
13
* Fix `open()` and `create()` to return `InvalidData` when they are called on a database file
0 commit comments