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 eee6d1b commit 741995eCopy full SHA for 741995e
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v0.19.5 (2023-03-07)
2
+
3
+* *(util.proxy)* Added utility for dynamic proxies (from mautrix-instagram/facebook).
4
+* *(types)* Added default value for `upload_size` in `MediaRepoConfig` as the
5
+ field is optional in the spec.
6
+* *(bridge)* Changed ghost invite handling to only process one per room at a time
7
+ (thanks to [@maltee1] in [#132]).
8
9
+[#132]: https://github.com/mautrix/python/pull/132
10
11
## v0.19.4 (2023-02-12)
12
13
* *(types)* Changed `set_thread_parent` to inherit the existing thread parent
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.4"
+__version__ = "0.19.5"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments