Skip to content

Commit acafac3

Browse files
committed
Merge branch 'master' into develop
2 parents 8b0083c + 1bfcc9a commit acafac3

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Synapse 1.144.0 (2025-12-09)
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
13+
that disable that endpoint by default.
14+
15+
16+
17+
No significant changes since 1.144.0rc1.
18+
19+
20+
21+
122
# Synapse 1.144.0rc1 (2025-12-02)
223

324
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`), 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 that disable that endpoint by default.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.144.0) stable; urgency=medium
2+
3+
* New Synapse release 1.144.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 09 Dec 2025 08:30:40 -0700
6+
17
matrix-synapse-py3 (1.144.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.144.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matrix-synapse"
3-
version = "1.144.0rc1"
3+
version = "1.144.0"
44
description = "Homeserver for the Matrix decentralised comms protocol"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)