|
1 | | -## v0.26.0 (unreleased) |
| 1 | +## v0.26.0 (2025-11-16) |
2 | 2 |
|
| 3 | +* *(client,appservice)* Deprecated `SendMassagedStateEvent` as `SendStateEvent` |
| 4 | + has been able to do the same for a while now. |
3 | 5 | * *(client,federation)* Added size limits for responses to make it safer to send |
4 | 6 | requests to untrusted servers. |
5 | 7 | * *(client)* Added wrapper for `/admin/whois` client API |
6 | 8 | (thanks to [@nexy7574] in [#411]). |
7 | 9 | * *(synapseadmin)* Added `force_purge` option to DeleteRoom |
8 | 10 | (thanks to [@nexy7574] in [#420]). |
| 11 | +* *(statestore)* Added saving join rules for rooms. |
9 | 12 | * *(bridgev2)* Added optional automatic rollback of room state if bridging the |
10 | 13 | change to the remote network fails. |
11 | 14 | * *(bridgev2)* Added management room notices if transient disconnect state |
12 | 15 | doesn't resolve within 3 minutes. |
13 | 16 | * *(bridgev2)* Added interface to signal that certain participants couldn't be |
14 | 17 | invited when creating a group. |
15 | 18 | * *(bridgev2)* Added `select` type for user input fields in login. |
| 19 | +* *(bridgev2)* Added interface to let network connector customize personal |
| 20 | + filtering space. |
16 | 21 | * *(bridgev2/matrix)* Added checks to avoid sending error messages in reply to |
17 | 22 | other bots. |
| 23 | +* *(bridgev2/matrix)* Switched to using [MSC4169] to send redactions whenever |
| 24 | + possible. |
18 | 25 | * *(bridgev2/publicmedia)* Added support for custom path prefixes, file names, |
19 | 26 | and encrypted files. |
20 | 27 | * *(bridgev2/commands)* Added command to resync a single portal. |
21 | 28 | * *(bridgev2/commands)* Added create group command. |
22 | 29 | * *(bridgev2/config)* Added option to limit maximum number of logins. |
| 30 | +* *(bridgev2)* Changed ghost joining to skip unnecessary invite if portal room |
| 31 | + is public. |
23 | 32 | * *(bridgev2/disappear)* Changed read receipt handling to only start |
24 | 33 | disappearing timers for messages up to the read message (note: may not work in |
25 | 34 | all cases if the read receipt points at an unknown event). |
|
34 | 43 | * *(federation)* Fixed validating auth for requests with query params. |
35 | 44 | * *(federation/eventauth)* Fixed typo causing restricted joins to not work. |
36 | 45 |
|
| 46 | +[MSC416]: https://github.com/matrix-org/matrix-spec-proposals/pull/4169 |
37 | 47 | [#411]: github.com/mautrix/go/pull/411 |
38 | 48 | [#420]: github.com/mautrix/go/pull/420 |
39 | 49 | [#426]: github.com/mautrix/go/pull/426 |
|
0 commit comments