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 6c58b51 commit 69328faCopy full SHA for 69328fa
CHANGELOG.md
@@ -9,9 +9,12 @@
9
for relative paths, and `sqlite:/path.db` instead of `sqlite:////path.db`
10
for absolute paths.
11
* Bridge configs do this migration automatically.
12
+* *(util.async_db)* Added warning log if using SQLite database path that isn't
13
+ writable.
14
* *(client)* Stabilized support for asynchronous uploads.
15
* `unstable_create_msc` was renamed to `create_mxc`, and the `max_stall_ms`
16
parameters for downloading were renamed to `timeout_ms`..
17
+* *(crypto)* Added option to not rotate keys when devices change.
18
19
## v0.19.16 (2023-05-26)
20
0 commit comments