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 718b7bb commit 04072cbCopy full SHA for 04072cb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.19.6 (2023-03-13)
2
+
3
+* *(crypto)* Added cache checks to prevent invalidating group session when the
4
+ server sends a duplicate member event in /sync.
5
+* *(util.proxy)* Fixed `min_wait_seconds` behavior and added `max_wait_seconds`
6
+ and `multiply_wait_seconds` to `proxy_with_retry`.
7
8
## v0.19.5 (2023-03-07)
9
10
* *(util.proxy)* Added utility for dynamic proxies (from mautrix-instagram/facebook).
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.5"
+__version__ = "0.19.6"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments