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 bc7a01c commit d8e73a0Copy full SHA for d8e73a0
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.18.3 (2022-10-11)
2
+
3
+* *(util.async_db)* Fixed mistake in default no-op database error handler
4
+ causing the wrong exception to be raised.
5
+* *(crypto.store.asyncpg)* Updated `put_group_session` to catch unique key
6
+ errors and log instead of raising.
7
+* *(client.api)* Updated [MSC3870] support to catch and retry on all
8
+ connection errors instead of only non-200 status codes when uploading.
9
10
## v0.18.2 (2022-09-24)
11
12
* *(crypto)* Fixed handling key requests when using appservice-mode (MSC2409)
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.18.2"
+__version__ = "0.18.3"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments