Skip to content

Commit 965fdb6

Browse files
committed
Update changelog
1 parent 94d060e commit 965fdb6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

3+
## 0.7.0 - 2022-09-25
4+
* Add support for Windows
5+
* Add `Database::set_write_strategy` which allows the `WriteStrategy` of the database to be changed after creation
6+
* Make `Database::begin_write` block, instead of panic'ing, if there is another write already in progress
7+
* Add `Database::savepoint` and `Database::restore_savepoint` which can be used to snapshot and rollback the database
8+
* Rename `DatabaseBuilder` to `Builder`
9+
* Performance optimizations for large databases
10+
311
## 0.6.1 - 2022-09-11
412
* Fix crash when `Database::open()` was called on a database that had been created with `WriteStrategy::TwoPhase`
513
* Change default region size on 32bit platforms to 4GiB

0 commit comments

Comments
 (0)