Merge branch 'master' into develop

This commit is contained in:
Andrew Morgan
2025-10-14 16:58:19 +01:00
3 changed files with 16 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Synapse 1.140.0rc1 (2025-10-10) # Synapse 1.140.0 (2025-10-14)
## Compatibility notice for users of `synapse-s3-storage-provider` ## Compatibility notice for users of `synapse-s3-storage-provider`
@@ -9,6 +9,14 @@ module must upgrade to
Using older versions of the module with this release of Synapse will prevent Using older versions of the module with this release of Synapse will prevent
users from being able to upload or download media. users from being able to upload or download media.
No significant changes since 1.140.0rc1.
# Synapse 1.140.0rc1 (2025-10-10)
## Features ## 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 - 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

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.140.0) stable; urgency=medium
* New Synapse release 1.140.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 14 Oct 2025 15:22:36 +0100
matrix-synapse-py3 (1.140.0~rc1) stable; urgency=medium matrix-synapse-py3 (1.140.0~rc1) stable; urgency=medium
* New Synapse release 1.140.0rc1. * New Synapse release 1.140.0rc1.

View File

@@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry] [tool.poetry]
name = "matrix-synapse" name = "matrix-synapse"
version = "1.140.0rc1" version = "1.140.0"
description = "Homeserver for the Matrix decentralised comms protocol" description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial" license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"