We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d060e commit 965fdb6Copy full SHA for 965fdb6
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# redb - Changelog
2
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
+
11
## 0.6.1 - 2022-09-11
12
* Fix crash when `Database::open()` was called on a database that had been created with `WriteStrategy::TwoPhase`
13
* Change default region size on 32bit platforms to 4GiB
0 commit comments