Skip to content

Commit ef80338

Browse files
committed
Add s3 warning to changelog and upgrade notes
1 parent be75de2 commit ef80338

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Synapse 1.140.0rc1 (2025-10-10)
22

3+
## Compatibility notice for users of `synapse-s3-storage-provider`
4+
5+
Deployments that make use of the
6+
[synapse-s3-storage-provider](https://github.com/matrix-org/synapse-s3-storage-provider)
7+
module must upgrade to
8+
[v1.6.0](https://github.com/matrix-org/synapse-s3-storage-provider/releases/tag/v1.6.0).
9+
Using older versions of the module with this release of Synapse will prevent
10+
users from being able to upload or download media.
11+
312
## Features
413

514
- 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

docs/upgrade.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@ each upgrade are complete before moving on to the next upgrade, to avoid
117117
stacking them up. You can monitor the currently running background updates with
118118
[the Admin API](usage/administration/admin_api/background_updates.html#status).
119119
120+
# Upgrading to v1.140.0
121+
122+
## Users of `synapse-s3-storage-provider` must update the module to `v1.6.0`
123+
124+
Deployments that make use of the
125+
[synapse-s3-storage-provider](https://github.com/matrix-org/synapse-s3-storage-provider/)
126+
module must update it to
127+
[v1.6.0](https://github.com/matrix-org/synapse-s3-storage-provider/releases/tag/v1.6.0),
128+
otherwise users will be unable to upload or download media.
129+
120130
# Upgrading to v1.139.0
121131
122132
## `/register` requests from old application service implementations may break when using MAS

0 commit comments

Comments
 (0)