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

Declare support for Matrix v1.11 #17402

Closed
19 of 20 tasks
turt2live opened this issue Jul 5, 2024 · 1 comment · Fixed by #17403
Closed
19 of 20 tasks

Declare support for Matrix v1.11 #17402

turt2live opened this issue Jul 5, 2024 · 1 comment · Fixed by #17403
Assignees

Comments

@turt2live
Copy link
Member

turt2live commented Jul 5, 2024

Previous version: #17021
Changelog (with clarifications included): https://spec.matrix.org/v1.11/changelog/#v111

Client-Server API

Deprecations

  • Authentication using a query string is now deprecated, as per MSC4126. The Authorization header should be used instead. (#1808)
    • No-op
  • Use of the /_matrix/media/* endpoints is now deprecated. New, authenticated, endpoints are available instead. (#1858)
    • See below

New Endpoints

Backwards Compatible Changes

Server-Server API

Deprecations

New Endpoints

Backwards Compatible Changes

  • Media downloads and thumbnails are now authenticated, as per MSC3916. (#1858, #1869)
    • See above

Identity Service API

Deprecations

  • Authentication using a query string is now deprecated, as per MSC4126. The Authorization header should be used instead. (#1808)
    • No-op (all call sites I could find use the Authorization header already)
@turt2live turt2live self-assigned this Jul 5, 2024
@turt2live
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant