Skip to content

Commit 1803a62

Browse files
committed
1.126.0rc3
1 parent 8295de8 commit 1803a62

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Synapse 1.126.0rc3 (2025-03-07)
2+
3+
### Bugfixes
4+
5+
- Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to a suspected issue that causes increased disk usage. ([\#18222](https://github.com/element-hq/synapse/issues/18222))
6+
7+
8+
9+
110
# Synapse 1.126.0rc2 (2025-03-05)
211

312
Administrators using the Debian/Ubuntu packages from `packages.matrix.org`, please check

changelog.d/18222.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.126.0~rc3) stable; urgency=medium
2+
3+
* New Synapse release 1.126.0rc3.
4+
5+
-- Synapse Packaging team <[email protected]> Fri, 07 Mar 2025 15:45:05 +0000
6+
17
matrix-synapse-py3 (1.126.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.126.0rc2.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
9797

9898
[tool.poetry]
9999
name = "matrix-synapse"
100-
version = "1.126.0rc2"
100+
version = "1.126.0rc3"
101101
description = "Homeserver for the Matrix decentralised comms protocol"
102102
authors = ["Matrix.org Team and Contributors <[email protected]>"]
103103
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)