From 1803a62db41a9301b336f82257514255e22566a9 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Fri, 7 Mar 2025 15:45:11 +0000 Subject: [PATCH] 1.126.0rc3 --- CHANGES.md | 9 +++++++++ changelog.d/18222.bugfix | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/18222.bugfix diff --git a/CHANGES.md b/CHANGES.md index 40df704d68..d080be07ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +# Synapse 1.126.0rc3 (2025-03-07) + +### Bugfixes + +- 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)) + + + + # Synapse 1.126.0rc2 (2025-03-05) Administrators using the Debian/Ubuntu packages from `packages.matrix.org`, please check diff --git a/changelog.d/18222.bugfix b/changelog.d/18222.bugfix deleted file mode 100644 index 16160c5651..0000000000 --- a/changelog.d/18222.bugfix +++ /dev/null @@ -1 +0,0 @@ -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. \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index b66326d79b..8104933cf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.126.0~rc3) stable; urgency=medium + + * New Synapse release 1.126.0rc3. + + -- Synapse Packaging team Fri, 07 Mar 2025 15:45:05 +0000 + matrix-synapse-py3 (1.126.0~rc2) stable; urgency=medium * New Synapse release 1.126.0rc2. diff --git a/pyproject.toml b/pyproject.toml index f95c8e0e80..7db8fa08ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.126.0rc2" +version = "1.126.0rc3" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "AGPL-3.0-or-later"