Skip to content

Commit 06caff4

Browse files
committed
Update changelog
1 parent 2a905cd commit 06caff4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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.

0 commit comments

Comments
 (0)