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 1e135d1 commit c29c371Copy full SHA for c29c371
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.20.3 (2023-11-10)
2
+
3
+* *(client)* Deprecated MSC2716 methods and added new Beeper-specific batch
4
+ send methods, as upstream MSC2716 support has been abandoned.
5
+* *(util.async_db)* Added `PRAGMA synchronous = NORMAL;` to default pragmas.
6
+* *(types)* Fixed `guest_can_join` field name in room directory response
7
+ (thanks to [@ashfame] in [#163]).
8
9
+[@ashfame]: https://github.com/ashfame
10
+[#163]: https://github.com/mautrix/python/pull/163
11
12
## v0.20.2 (2023-09-09)
13
14
* *(crypto)* Changed `OlmMachine.share_keys` to make the OTK count parameter
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.20.2"
+__version__ = "0.20.3"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
0 commit comments