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 75964da commit fa1514cCopy full SHA for fa1514c
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.16.8 (2022-06-20)
2
+
3
+* *(bridge)* Updated e2be helper to stop bridge if syncing fails.
4
+* *(util.async_db)* Updated asyncpg connector to stop program if an asyncpg
5
+ `InternalClientError` is thrown. These errors usually cause everything to
6
+ get stuck.
7
+ * The behavior can be disabled by passing `meow_exit_on_ice` = `false` in
8
+ the `db_args`.
9
10
## v0.16.7 (2022-06-19)
11
12
* *(util.formatter)* Added support for parsing `img` tags
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.16.7"
+__version__ = "0.16.8"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments