You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Famedly Synapse release v1.150.0_1
Docker image tags available:
* `v1.150.0_1-mod024`
* `v1.150.0_1-mod025`
### Famedly additions for v1.150.0_1
* chore: Prohibit dependencies on included modules from causing
unexpected version changes
([\#247](#247))
* chore: bump synapse token authenticator to version 0.13.0
### Notes for Famedly:
* [MSC4140: Cancellable delayed
events](matrix-org/matrix-spec-proposals#4140):
When persisting a delayed event to the timeline, include its `delay_id`
in the event's `unsigned` section in `/sync` responses to the event
sender.
Copy file name to clipboardExpand all lines: CHANGES.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,46 @@
1
+
# Synapse 1.150.0 (2026-03-24)
2
+
3
+
No significant changes since 1.150.0rc1.
4
+
5
+
### Famedly additions for v1.150.0_1
6
+
7
+
- chore: Prohibit dependencies on included modules from causing unexpected version changes ([\#247](https://github.com/famedly/synapse/pull/247))
8
+
- fix(again): Allow account deactivation even with disabled profile changes ([\#248](https://github.com/famedly/synapse/pull/249))
9
+
10
+
11
+
# Synapse 1.150.0rc1 (2026-03-17)
12
+
13
+
## Features
14
+
15
+
- Add experimental support for the [MSC4370](https://github.com/matrix-org/matrix-spec-proposals/pull/4370) Federation API `GET /extremities` endpoint. ([\#19314](https://github.com/element-hq/synapse/issues/19314))
16
+
-[MSC4140: Cancellable delayed events](https://github.com/matrix-org/matrix-spec-proposals/pull/4140): When persisting a delayed event to the timeline, include its `delay_id` in the event's `unsigned` section in `/sync` responses to the event sender. ([\#19479](https://github.com/element-hq/synapse/issues/19479))
17
+
- Expose [MSC4354 Sticky Events](https://github.com/matrix-org/matrix-spec-proposals/pull/4354) over the legacy (v3) /sync API. ([\#19487](https://github.com/element-hq/synapse/issues/19487))
18
+
- When Matrix Authentication Service (MAS) integration is enabled, allow MAS to set the user locked status in Synapse. ([\#19554](https://github.com/element-hq/synapse/issues/19554))
19
+
20
+
## Bugfixes
21
+
22
+
- Fix `Build and push complement image` CI job pointing to non-existent image. ([\#19523](https://github.com/element-hq/synapse/issues/19523))
23
+
- Fix a bug introduced in v1.26.0 that caused deactivated, erased users to not be removed from the user directory. ([\#19542](https://github.com/element-hq/synapse/issues/19542))
24
+
25
+
## Improved Documentation
26
+
27
+
- In the Admin API documentation, always express path parameters as `/<param>` instead of as `/$param`. ([\#19307](https://github.com/element-hq/synapse/issues/19307))
28
+
- Update docs to clarify `outbound_federation_restricted_to` can also be used with the [Secure Border Gateway (SBG)](https://element.io/en/server-suite/secure-border-gateways). ([\#19517](https://github.com/element-hq/synapse/issues/19517))
- Put membership updates in a background resumable task when changing the avatar or the display name. ([\#19311](https://github.com/element-hq/synapse/issues/19311))
34
+
- Add in-repo Complement test to sanity check Synapse version matches git checkout (testing what we think we are). ([\#19476](https://github.com/element-hq/synapse/issues/19476))
35
+
- Migrate `dev` dependencies to [PEP 735](https://peps.python.org/pep-0735/) dependency groups. ([\#19490](https://github.com/element-hq/synapse/issues/19490))
36
+
- Remove the optional `systemd-python` dependency and the `systemd` extra on the `synapse` package. ([\#19491](https://github.com/element-hq/synapse/issues/19491))
37
+
- Avoid re-computing the event ID when cloning events. ([\#19527](https://github.com/element-hq/synapse/issues/19527))
38
+
- Allow caching of the `/versions` and `/auth_metadata` public endpoints. ([\#19530](https://github.com/element-hq/synapse/issues/19530))
39
+
- Add a few labels to the number groupings in the `Processed request` logs. ([\#19548](https://github.com/element-hq/synapse/issues/19548))
0 commit comments