File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.17.4 (unreleased)
2+
3+ * * (bridge)* Started rejecting reusing access tokens when enabling double
4+ puppeting. Reuse is detected by presence of encryption keys on the device.
5+ * * (client.api)* Added wrapper method for the ` /context ` API.
6+ * * (api, errors)* Implemented new error codes from [ MSC3848] .
7+ * * (types)* Disabled deserializing ` m.direct ` content (it didn't work and it
8+ wasn't really necessary).
9+ * * (client.state_store)* Updated ` set_encryption_info ` to allow raw dicts.
10+ This fixes the bug where sending a ` m.room.encryption ` event with a raw dict
11+ as the content would throw an error from the state store.
12+ * * (crypto)* Fixed error when fetching keys for user with no cross-signing keys
13+ (thanks to [ @maltee1 ] in [ #109 ] ).
14+
15+ [ MSC3848 ] : https://github.com/matrix-org/matrix-spec-proposals/pull/3848
16+ [ #109 ] : https://github.com/mautrix/python/pull/109
17+
118## v0.17.3 (2022-07-12)
219
320* * (types)* Updated ` BeeperMessageStatusEventContent ` fields.
You can’t perform that action at this time.
0 commit comments