This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Declare support for Matrix 1.6 #15089
Closed
Description
See https://matrix.org/blog/2023/02/14/matrix-v-1-6-release
Client-Server API
- Add information on standard error responses for unknown endpoints/methods, as per MSC3743.
- Add /rooms//timestamp_to_event endpoint, as per MSC3030.
- Define hkdf-hmac-sha256.v2 MAC method for SAS verification, as per MSC3783.
Server-Server API
- Remove keyId from the server /keys endpoints, as per MSC3938.
Application Service API
- Add information on standard error responses for unknown endpoints/methods, as per MSC3743.
- We would only care about this for calling out to AS, but I don't think we call any potentially unknown endpoints so maybe nothing to do? Could future proof by using the same code we do for federation though.
Identity Service API
- Add information on standard error responses for unknown endpoints/methods, as per MSC3743.
- We would only care about this for calling out to IS, but I don't think we call any potentially unknown endpoints so maybe nothing to do? Could future proof by using the same code we do for federation though.
Push Gateway API
- Add information on standard error responses for unknown endpoints/methods, as per MSC3743.
- We would only care about this for calling out to PG, but I don't think we call any potentially unknown endpoints so maybe nothing to do? Could future proof by using the same code we do for federation though.
Room Versions
- Update the default room version to 10, as per MSC3904.