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 488ce5c commit 27e3e0aCopy full SHA for 27e3e0a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.19.14 (2023-05-16)
2
+
3
+* *(bridge)* Implemented appservice pinging using MSC2659.
4
+* *(bridge)* Started reusing aiosqlite connection pool for crypto db.
5
+ * This fixes the crypto pool getting stuck if the bridge exits unexpectedly
6
+ (the default pool is closed automatically at any type of exit).
7
8
## v0.19.13 (2023-04-24)
9
10
* *(crypto)* Fixed bug with redacting megolm sessions when device is deleted.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.13"
+__version__ = "0.19.14"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments