File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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+
112## v0.20.2 (2023-09-09)
213
314* * (crypto)* Changed ` OlmMachine.share_keys ` to make the OTK count parameter
Original file line number Diff line number Diff line change 1- __version__ = "0.20.2 "
1+ __version__ = "0.20.3 "
22__author__ = "Tulir Asokan <tulir@maunium.net>"
33__all__ = [
44 "api" ,
You can’t perform that action at this time.
0 commit comments