From ecc90593cb1c764dee3763bf6a7062dd59f87a80 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 14 Oct 2025 15:26:15 +0100 Subject: [PATCH 1/2] 1.140.0 --- CHANGES.md | 7 +++++++ debian/changelog | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2f3926e10..a75ce73d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# Synapse 1.140.0 (2025-10-14) + +No significant changes since 1.140.0rc1. + + + + # Synapse 1.140.0rc1 (2025-10-10) ## Compatibility notice for users of `synapse-s3-storage-provider` diff --git a/debian/changelog b/debian/changelog index d3d7db39c..8cf346ef5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.140.0) stable; urgency=medium + + * New Synapse release 1.140.0. + + -- Synapse Packaging team Tue, 14 Oct 2025 15:22:36 +0100 + matrix-synapse-py3 (1.140.0~rc1) stable; urgency=medium * New Synapse release 1.140.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 009d1553e..6fb3e20c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.140.0rc1" +version = "1.140.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial" From b8f6ad27368755f62375a25829e788c43d91cb94 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 14 Oct 2025 15:27:34 +0100 Subject: [PATCH 2/2] Move storage provider compatibility notice to the top of the changelog --- CHANGES.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a75ce73d8..4d5a4ceec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,5 @@ # Synapse 1.140.0 (2025-10-14) -No significant changes since 1.140.0rc1. - - - - -# Synapse 1.140.0rc1 (2025-10-10) - ## Compatibility notice for users of `synapse-s3-storage-provider` Deployments that make use of the @@ -16,6 +9,14 @@ module must upgrade to Using older versions of the module with this release of Synapse will prevent users from being able to upload or download media. + +No significant changes since 1.140.0rc1. + + + + +# Synapse 1.140.0rc1 (2025-10-10) + ## Features - Add [a new Media Query by ID Admin API](https://element-hq.github.io/synapse/v1.140/admin_api/media_admin_api.html#query-a-piece-of-media-by-id) that allows server admins to query and investigate the metadata of local or cached remote media via