|
2 | 2 |
|
3 | 3 | ### Features
|
4 | 4 |
|
5 |
| -- Add config options to set the avatar and the topic of the server notices room. ([\#16679](https://github.com/element-hq/synapse/issues/16679)) |
6 |
| -- Add a setting to be able to tweak the delay without interaction before an email is sent following a notification. ([\#16696](https://github.com/element-hq/synapse/issues/16696)) |
7 |
| -- Add new Sentry configuration option `environment` for improved system monitoring. Contributed by @zeeshanrafiqrana. ([\#16738](https://github.com/element-hq/synapse/issues/16738)) |
| 5 | +- Add config options to set the avatar and the topic of the server notices room. ([\#16679](https://github.com/matrix-org/synapse/issues/16679)) |
| 6 | +- Add a setting to be able to tweak the delay without interaction before an email is sent following a notification. ([\#16696](https://github.com/matrix-org/synapse/issues/16696)) |
| 7 | +- Add new Sentry configuration option `environment` for improved system monitoring. Contributed by @zeeshanrafiqrana. ([\#16738](https://github.com/matrix-org/synapse/issues/16738)) |
8 | 8 | - Filter out rooms from the room directory being served to other homeservers when those rooms block that homeserver by their Access Control Lists. ([\#16759](https://github.com/element-hq/synapse/issues/16759))
|
9 | 9 |
|
10 | 10 | ### Bugfixes
|
11 | 11 |
|
12 |
| -- Fix a long-standing bug where the signing keys generated by Synapse were world-readable. Contributed by Fabian Klemp. ([\#16740](https://github.com/element-hq/synapse/issues/16740)) |
| 12 | +- Fix a long-standing bug where the signing keys generated by Synapse were world-readable. Contributed by Fabian Klemp. ([\#16740](https://github.com/matrix-org/synapse/issues/16740)) |
13 | 13 | - Fix email verification redirection. Contributed by Fadhlan Ridhwanallah. ([\#16761](https://github.com/element-hq/synapse/issues/16761))
|
14 | 14 | - Fixed a bug that prevented users from being queried by display name if it contains non-ASCII characters. ([\#16767](https://github.com/element-hq/synapse/issues/16767))
|
15 | 15 | - Allow reactivate user without password with Admin API in some edge cases. ([\#16770](https://github.com/element-hq/synapse/issues/16770))
|
16 | 16 | - Adds the recursion_depth parameter to the response of the /relations endpoint if MSC3981 recursion is being performed. ([\#16775](https://github.com/element-hq/synapse/issues/16775))
|
17 | 17 |
|
18 | 18 | ### Improved Documentation
|
19 | 19 |
|
20 |
| -- Added version picker for Synapse documentation. Contributed by @Dmytro27Ind. ([\#16533](https://github.com/element-hq/synapse/issues/16533)) |
21 |
| -- Clarify that `password_config.enabled: "only_for_reauth"` does not allow new logins to be created using password auth. ([\#16737](https://github.com/element-hq/synapse/issues/16737)) |
| 20 | +- Added version picker for Synapse documentation. Contributed by @Dmytro27Ind. ([\#16533](https://github.com/matrix-org/synapse/issues/16533)) |
| 21 | +- Clarify that `password_config.enabled: "only_for_reauth"` does not allow new logins to be created using password auth. ([\#16737](https://github.com/matrix-org/synapse/issues/16737)) |
22 | 22 | - Remove value from header in configuration documentation for `refresh_token_lifetime`. ([\#16763](https://github.com/element-hq/synapse/issues/16763))
|
23 | 23 | - Add another custom statistics collection server to the documentation. Contributed by @loelkes. ([\#16769](https://github.com/element-hq/synapse/issues/16769))
|
24 | 24 |
|
25 | 25 | ### Internal Changes
|
26 | 26 |
|
27 | 27 | - Remove run-once workflow after adding the version picker to the documentation. ([\#9453](https://github.com/element-hq/synapse/issues/9453))
|
28 |
| -- Update the implementation of [MSC2965](https://github.com/matrix-org/matrix-spec-proposals/pull/2965) (OIDC Provider discovery). ([\#16726](https://github.com/element-hq/synapse/issues/16726)) |
| 28 | +- Update the implementation of [MSC2965](https://github.com/matrix-org/matrix-spec-proposals/pull/2965) (OIDC Provider discovery). ([\#16726](https://github.com/matrix-org/synapse/issues/16726)) |
29 | 29 | - Move the rust stubs inline for better IDE integration. ([\#16757](https://github.com/element-hq/synapse/issues/16757))
|
30 | 30 | - Fix sample config doc CI. ([\#16758](https://github.com/element-hq/synapse/issues/16758))
|
31 | 31 | - Simplify event internal metadata class. ([\#16762](https://github.com/element-hq/synapse/issues/16762), [\#16780](https://github.com/element-hq/synapse/issues/16780))
|
|
36 | 36 |
|
37 | 37 | ### Updates to locked dependencies
|
38 | 38 |
|
39 |
| -* Bump actions/setup-go from 4 to 5. ([\#16749](https://github.com/element-hq/synapse/issues/16749)) |
40 |
| -* Bump actions/setup-python from 4 to 5. ([\#16748](https://github.com/element-hq/synapse/issues/16748)) |
41 |
| -* Bump immutabledict from 3.0.0 to 4.0.0. ([\#16743](https://github.com/element-hq/synapse/issues/16743)) |
42 |
| -* Bump isort from 5.12.0 to 5.13.0. ([\#16745](https://github.com/element-hq/synapse/issues/16745)) |
43 |
| -* Bump isort from 5.13.0 to 5.13.1. ([\#16752](https://github.com/element-hq/synapse/issues/16752)) |
44 |
| -* Bump pydantic from 2.5.1 to 2.5.2. ([\#16747](https://github.com/element-hq/synapse/issues/16747)) |
45 |
| -* Bump ruff from 0.1.6 to 0.1.7. ([\#16746](https://github.com/element-hq/synapse/issues/16746)) |
46 |
| -* Bump types-setuptools from 68.2.0.2 to 69.0.0.0. ([\#16744](https://github.com/element-hq/synapse/issues/16744)) |
| 39 | +* Bump actions/setup-go from 4 to 5. ([\#16749](https://github.com/matrix-org/synapse/issues/16749)) |
| 40 | +* Bump actions/setup-python from 4 to 5. ([\#16748](https://github.com/matrix-org/synapse/issues/16748)) |
| 41 | +* Bump immutabledict from 3.0.0 to 4.0.0. ([\#16743](https://github.com/matrix-org/synapse/issues/16743)) |
| 42 | +* Bump isort from 5.12.0 to 5.13.0. ([\#16745](https://github.com/matrix-org/synapse/issues/16745)) |
| 43 | +* Bump isort from 5.13.0 to 5.13.1. ([\#16752](https://github.com/matrix-org/synapse/issues/16752)) |
| 44 | +* Bump pydantic from 2.5.1 to 2.5.2. ([\#16747](https://github.com/matrix-org/synapse/issues/16747)) |
| 45 | +* Bump ruff from 0.1.6 to 0.1.7. ([\#16746](https://github.com/matrix-org/synapse/issues/16746)) |
| 46 | +* Bump types-setuptools from 68.2.0.2 to 69.0.0.0. ([\#16744](https://github.com/matrix-org/synapse/issues/16744)) |
47 | 47 |
|
48 | 48 | # Synapse 1.98.0 (2023-12-12)
|
49 | 49 |
|
|
0 commit comments