We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previous version: #17021 Changelog (with clarifications included): https://spec.matrix.org/v1.11/changelog/#v111
Deprecations
Authorization
/_matrix/media/*
New Endpoints
GET /_matrix/client/v1/media/config
_matrix/client/v1/media/thumbnail
_matrix/client
GET /_matrix/client/v1/media/download/{serverName}/{mediaId}
_matrix/client/v1/media/download
GET /_matrix/client/v1/media/download/{serverName}/{mediaId}/{fileName}
GET /_matrix/client/v1/media/preview_url
GET /_matrix/client/v1/media/thumbnail/{serverName}/{mediaId}
Backwards Compatible Changes
animated
GET /thumbnail
unsigned.membership
/_matrix/client/{version}/media/*
GET /_matrix/federation/v1/media/download/{mediaId}
GET /_matrix/federation/v1/media/thumbnail/{mediaId}
The text was updated successfully, but these errors were encountered:
So... we're ready to do this, which is neat. I'll open a PR.
Only blocker is #17388 which has feedback, but is approved.
Sorry, something went wrong.
ccbd619
turt2live
Successfully merging a pull request may close this issue.
Previous version: #17021
Changelog (with clarifications included): https://spec.matrix.org/v1.11/changelog/#v111
Client-Server API
Deprecations
Authorization
header should be used instead. (#1808)/_matrix/media/*
endpoints is now deprecated. New, authenticated, endpoints are available instead. (#1858)New Endpoints
GET /_matrix/client/v1/media/config
(#1858)_matrix/client/v1/media/thumbnail
endpoint #17388_matrix/client
#17213GET /_matrix/client/v1/media/download/{serverName}/{mediaId}
(#1858)_matrix/client/v1/media/download
endpoint #17365GET /_matrix/client/v1/media/download/{serverName}/{mediaId}/{fileName}
(#1858)_matrix/client/v1/media/download
endpoint #17365GET /_matrix/client/v1/media/preview_url
(#1858)_matrix/client/v1/media/thumbnail
endpoint #17388_matrix/client
#17213GET /_matrix/client/v1/media/thumbnail/{serverName}/{mediaId}
(#1858)_matrix/client/v1/media/thumbnail
endpoint #17388_matrix/client
#17213Backwards Compatible Changes
animated
query string option toGET /thumbnail
, as per MSC2705. (#1757)unsigned.membership
property to events, as per MSC4115. (#1847)/_matrix/client/{version}/media/*
instead of/_matrix/media/*
, as per MSC3916. (#1858)Server-Server API
Deprecations
/_matrix/media/*
endpoints is now deprecated. New, authenticated, endpoints are available instead. (#1858)_matrix/client/v1/media/download
endpoint #17365New Endpoints
GET /_matrix/federation/v1/media/download/{mediaId}
(#1858)_matrix/client/v1/media/download
endpoint #17365GET /_matrix/federation/v1/media/thumbnail/{mediaId}
(#1858)_matrix/client/v1/media/thumbnail
endpoint #17388Backwards Compatible Changes
Identity Service API
Deprecations
Authorization
header should be used instead. (#1808)Authorization
header already)The text was updated successfully, but these errors were encountered: