Skip to content

Commit d8e73a0

Browse files
committed
Bump version to 0.18.3
1 parent bc7a01c commit d8e73a0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v0.18.2 (2022-09-24)
211

312
* *(crypto)* Fixed handling key requests when using appservice-mode (MSC2409)

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18.2"
1+
__version__ = "0.18.3"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)