File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.18.0 (unreleased)
2+
3+ * ** Breaking change * (util.async_db)*** Added checks to prevent calling
4+ ` .start() ` on a database multiple times.
5+ * * (appservice)* Fixed [ MSC2409] support to read to-device events from the
6+ correct field.
7+ * * (appservice)* Added support for automatically calling functions when a
8+ transaction contains [ MSC2409] to-device events or [ MSC3202] encryption data.
9+ * * (bridge)* Added option to use [ MSC2409] and [ MSC3202] for end-to-bridge
10+ encryption. However, this may not work with the Synapse implementation as it
11+ hasn't been tested yet.
12+ * * (bridge)* Replaced ` homeserver ` -> ` asmux ` flag with more generic ` software `
13+ field.
14+ * * (bridge)* Added support for overriding parts of config with environment
15+ variables.
16+ * If the value starts with ` json:: ` , it'll be parsed as JSON instead of using
17+ as a raw string.
18+ * * (client.api)* Added support for [ MSC3870] for both uploading and downloading
19+ media.
20+ * * (types)* Added ` knock_restricted ` join rule to ` JoinRule ` enum.
21+ * * (crypto)* Added warning logs if claiming one-time keys for other users fails.
22+
23+ [ MSC3870 ] : https://github.com/matrix-org/matrix-spec-proposals/pull/3870
24+
125## v0.17.8 (2022-08-22)
226
327* * (crypto)* Fixed parsing ` /keys/claim ` responses with no ` failures ` field.
You can’t perform that action at this time.
0 commit comments