Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note the new federated media worker endpoints in the worker docs & upgrade notes #17421

Merged
merged 3 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all 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/17421.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document the new federation media worker endpoints in the [upgrade notes](https://element-hq.github.io/synapse/v1.111/upgrade.html) and [worker docs](https://element-hq.github.io/synapse/v1.111/workers.html).
5 changes: 3 additions & 2 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,14 @@ stacking them up. You can monitor the currently running background updates with

# Upgrading to v1.111.0

## New worker endpoints for authenticated client media
## New worker endpoints for authenticated client and federation media

[Media repository workers](./workers.md#synapseappmedia_repository) handling
Media APIs can now handle the following endpoint pattern:
Media APIs can now handle the following endpoint patterns:

```
^/_matrix/client/v1/media/.*$
^/_matrix/federation/v1/media/.*$
```

Please update your reverse proxy configuration.
Expand Down
1 change: 1 addition & 0 deletions docs/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ Handles the media repository. It can handle all endpoints starting with:

/_matrix/media/
/_matrix/client/v1/media/
/_matrix/federation/v1/media/

... and the following regular expressions matching media-specific administration APIs:

Expand Down
Loading