Skip to content

Commit 1aeb34a

Browse files
committed
1.144.0
1 parent 989c4d2 commit 1aeb34a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Synapse 1.144.0 (2025-12-09)
2+
3+
No significant changes since 1.144.0rc1.
4+
5+
6+
7+
18
# Synapse 1.144.0rc1 (2025-12-02)
29

310
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)