diff --git a/CHANGES.md b/CHANGES.md index 40df704d688f1f08605e42d009cd18f20ec207f0..d080be07ee12781243f29068c91993f138529d24 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 16160c56513bd31e703924f279a119acd4217a1e..0000000000000000000000000000000000000000 --- 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 b66326d79b4b90499a8caf4a3903b18beb640929..8104933cf15377e85d6e7c9eea7cb4376c74b4be 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 <packages@matrix.org> 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 f95c8e0e8036ff34afa8e48117d54453732906cc..7db8fa08ad74501f8717c7b6cc49a23984afc61f 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 <packages@matrix.org>"] license = "AGPL-3.0-or-later"