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 7c60ee9 commit 1af59f9Copy full SHA for 1af59f9
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.20.0 (unreleased)
2
+
3
+* **Breaking change *(.state_store)*** Removed legacy SQLAlchemy state store
4
+ implementations.
5
+* **Mildly breaking change *(util.async_db)*** Changed `SQLiteDatabase` to not
6
+ remove prefix slashes from database paths.
7
+ * Library users should use `sqlite:path.db` instead of `sqlite:///path.db`
8
+ for relative paths, and `sqlite:/path.db` instead of `sqlite:////path.db`
9
+ for absolute paths.
10
+ * Bridge configs do this migration automatically.
11
12
## v0.19.15 (2023-05-24)
13
14
* *(client)* Fixed dispatching room ephemeral events (i.e. typing notifications) in syncer.
0 commit comments