Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/19694.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a ["Listing quarantined media changes" Admin API](https://element-hq.github.io/synapse/latest/admin_api/media_admin_api.html#listing-quarantined-media-changes) for retrieving a paginated record of when media became (un)quarantined.
12 changes: 12 additions & 0 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@ each upgrade are complete before moving on to the next upgrade, to avoid
stacking them up. You can monitor the currently running background updates with
[the Admin API](usage/administration/admin_api/background_updates.html#status).

# Upgrading to v1.152.0

## Workers which quarantine media must be stream writers

A new `quarantined_media_changes` [stream writer](./workers.md#stream-writers) is
Comment thread
reivilibre marked this conversation as resolved.
Outdated
introduced. Existing deployments which route the `/quarantine_media` endpoints to
a non-master worker *must* also add those workers to the `quarantined_media_changes`
stream writer list. Quarantining media will not work without this.

If your deployment does not use workers, or instead uses the master process for
quarantining media, you do not need to make any changes to your configuration.
Comment thread
reivilibre marked this conversation as resolved.
Outdated

# Upgrading to v1.150.0

## Removal of the `systemd` pip extra
Expand Down
Loading