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 8a4d22e commit 9c03902Copy full SHA for 9c03902
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.18.5 (2022-10-20)
2
+
3
+* *(appservice)* Added try blocks around [MSC3202] handler functions to log
4
+ errors instead of failing the entire transaction. This matches the behavior
5
+ of errors in normal appservice event handlers.
6
7
## v0.18.4 (2022-10-13)
8
9
* *(client.api)* Added option to pass custom data to `/createRoom` to enable
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.18.4"
+__version__ = "0.18.5"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments