File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# redb - Changelog
2
2
3
+ ## 2.6.0 - 2025-05-22
4
+
5
+ ### Add support for the v3 file format.
6
+ This file format improves savepoints.
7
+ Savepoints in the v3 format have constant, and small, overhead. Creating
8
+ and restoring them is also much faster. The v3 file format also supports
9
+ savepoints on large databases (v2 has a limit around 32TB). This release
10
+ creates v2 databases by default. Use ` Builder::create_with_file_format_v3() `
11
+ and ` Database::upgrade() ` , respectively, to enable and migrate to v3.
12
+
13
+ ** The upcoming 3.0 release will only support the v3 file format.**
14
+
15
+ * Add ` Builder::create_with_file_format_v3() `
16
+ * Add ` Database::upgrade() `
17
+
3
18
## 2.5.0 - 2025-04-21
4
19
* Add ` rename_table() ` and ` rename_multimap_table() `
5
20
* Add ` Key ` and ` Value ` implementations for the unary tuple type (i.e. ` (T,) ` )
You can’t perform that action at this time.
0 commit comments