Skip to content

Commit dfd9962

Browse files
committed
Update changelog
1 parent e4c97fe commit dfd9962

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# redb - Changelog
22

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+
318
## 2.5.0 - 2025-04-21
419
* Add `rename_table()` and `rename_multimap_table()`
520
* Add `Key` and `Value` implementations for the unary tuple type (i.e. `(T,)`)

0 commit comments

Comments
 (0)