Skip to content

Commit c9c3fc7

Browse files
committed
Merge branch 'release-v1.153' into develop
2 parents 3f0f03d + 0ff5072 commit c9c3fc7

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Synapse 1.153.0rc3 (2026-05-15)
2+
3+
## Bugfixes
4+
5+
- Revert 'Have [MSC4186: Simplified Sliding Sync](https://github.com/matrix-org/matrix-spec-proposals/pull/4186) return a new response immediately if a room subscription has changed and produced a new response. ([\#19714](https://github.com/element-hq/synapse/issues/19714))' (introduced in 1.153.0rc1) due to performance problems. ([\#19784](https://github.com/element-hq/synapse/issues/19784))
6+
7+
18
# Synapse 1.153.0rc2 (2026-05-13)
29

310
## Bugfixes

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.153.0~rc3) stable; urgency=medium
2+
3+
* New Synapse release 1.153.0rc3.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Fri, 15 May 2026 11:42:29 +0100
6+
17
matrix-synapse-py3 (1.153.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.153.0rc2.

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.153.0rc2"
3+
version = "1.153.0rc3"
44
description = "Homeserver for the Matrix decentralised comms protocol"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)