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 4c7503d commit 94a258cCopy full SHA for 94a258c
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.19.4 (2023-02-12)
2
+
3
+* *(types)* Changed `set_thread_parent` to inherit the existing thread parent
4
+ if a `MessageEvent` is passed, as starting threads from a message in a thread
5
+ is not allowed.
6
+* *(util.background_task)* Added new utility for creating background tasks
7
+ safely, by ensuring that the task is not garbage collected before finishing
8
+ and logging uncaught exceptions immediately.
9
10
## v0.19.3 (2023-01-27)
11
12
* *(bridge)* Bumped default timeouts for decrypting incoming messages.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.3"
+__version__ = "0.19.4"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments