mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Note the new federated media worker endpoints in the worker docs & upgrade notes (#17421)
This commit is contained in:
parent
4d6f7c0fc9
commit
62d8b0361b
3 changed files with 5 additions and 2 deletions
1
changelog.d/17421.doc
Normal file
1
changelog.d/17421.doc
Normal file
|
@ -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).
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue