mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-03 19:11:21 +00:00
Add upgrade notes for new quarantined_media_changes stream (#19694)
Fixes https://github.com/element-hq/synapse/issues/19692 Introduced by https://github.com/element-hq/synapse/pull/19558 --------- Co-authored-by: Eric Eastwood <madlittlemods@gmail.com>
This commit is contained in:
@@ -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.
|
||||
@@ -117,6 +117,19 @@ 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#the-quarantined_media_changes-stream) is
|
||||
introduced. Existing deployments which route the `/quarantine_media` endpoints to a
|
||||
worker (instead of the main process) *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 main process for
|
||||
quarantining media, you do not need to make any changes to your configuration.
|
||||
|
||||
# Upgrading to v1.150.0
|
||||
|
||||
## Removal of the `systemd` pip extra
|
||||
|
||||
Reference in New Issue
Block a user