Skip to content

Commit

Permalink
Note the new federated media worker endpoints in the worker docs & up…
Browse files Browse the repository at this point in the history
…grade notes (#17421)
  • Loading branch information
anoadragon453 authored Jul 9, 2024
1 parent 4d6f7c0 commit 62d8b03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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

0 comments on commit 62d8b03

Please sign in to comment.