From a36f3a6d875ce92e3cf6f3659f99ad71f8a0c069 Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Tue, 20 May 2025 08:35:23 -0600 Subject: [PATCH] 1.130.0 --- CHANGES.md | 10 ++++++++++ changelog.d/18439.bugfix | 1 - changelog.d/18447.bugfix | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/18439.bugfix delete mode 100644 changelog.d/18447.bugfix diff --git a/CHANGES.md b/CHANGES.md index a0a9d2f06..6837ad6be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +# Synapse 1.130.0 (2025-05-20) + +### Bugfixes + +- Fix startup being blocked on creating a new index. Introduced in v1.130.0rc1. ([\#18439](https://github.com/element-hq/synapse/issues/18439)) +- Fix the ordering of local messages in rooms that were affected by [GHSA-v56r-hwv5-mxg6](https://github.com/advisories/GHSA-v56r-hwv5-mxg6). ([\#18447](https://github.com/element-hq/synapse/issues/18447)) + + + + # Synapse 1.130.0rc1 (2025-05-13) ### Features diff --git a/changelog.d/18439.bugfix b/changelog.d/18439.bugfix deleted file mode 100644 index 5ee9bda47..000000000 --- a/changelog.d/18439.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix startup being blocked on creating a new index. Introduced in v1.130.0rc1. diff --git a/changelog.d/18447.bugfix b/changelog.d/18447.bugfix deleted file mode 100644 index 578be1ffe..000000000 --- a/changelog.d/18447.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the ordering of local messages in rooms that were affected by [GHSA-v56r-hwv5-mxg6](https://github.com/advisories/GHSA-v56r-hwv5-mxg6). diff --git a/debian/changelog b/debian/changelog index e3eb89485..56776a7d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.130.0) stable; urgency=medium + + * New Synapse release 1.130.0. + + -- Synapse Packaging team Tue, 20 May 2025 08:34:13 -0600 + matrix-synapse-py3 (1.130.0~rc1) stable; urgency=medium * New Synapse release 1.130.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 5f80d2834..7bc9fd413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.130.0rc1" +version = "1.130.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "AGPL-3.0-or-later"