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 980d8e4 commit 92e6091Copy full SHA for 92e6091
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.20.2 (unreleased)
2
+
3
+* *(crypto)* Changed `OlmMachine.share_keys` to make the OTK count parameter
4
+ optional. When omitted, the count is fetched from the server.
5
+* *(appservice)* Added option to run appservice transaction event handlers
6
+ synchronously.
7
+* *(appservice)* Added `log` and `hs_token` parameters to `AppServiceServerMixin`
8
+ to allow using it as a standalone class without extending.
9
10
## v0.20.1 (2023-08-29)
11
12
* *(util.program)* Removed `--base-config` flag in bridges, as there are no
0 commit comments