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 2ae6f78 commit 670b99bCopy full SHA for 670b99b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.17.7 (2022-08-22)
2
+
3
+* *(util.async_db)* Added `init_commands` to run commands on each SQLite
4
+ connection (e.g. to enable `PRAGMA`s). No-op on Postgres.
5
+* *(bridge)* Added check to make sure e2ee keys are intact on server.
6
+ If they aren't, the crypto database will be wiped and the bridge will stop.
7
8
## v0.17.6 (2022-08-17)
9
10
* *(bridge)* Added hidden option to use appservice login for double puppeting.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.6"
+__version__ = "0.17.7"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments