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
Copy file name to clipboardExpand all lines: CHANGES.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Synapse 1.144.0 (2025-12-09)
2
2
3
+
## Deprecation of MacOS Python wheels
4
+
5
+
The team has decided to deprecate and stop publishing python wheels for MacOS.
6
+
Synapse docker images will continue to work on MacOS, as will building Synapse
7
+
from source (though note this requires a Rust compiler).
8
+
9
+
## Unstable mutual rooms endpoint is now behind an experimental feature flag
10
+
11
+
Admins using the unstable [MSC2666](https://github.com/matrix-org/matrix-spec-proposals/pull/2666) endpoint (`/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms`),
12
+
please check [the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/develop/docs/upgrade.md#upgrading-to-v11440) as this release contains changes
0 commit comments