This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Declare support for Matrix 1.6 #15089
Copy link
Copy link
Closed
Labels
A-Spec-Complianceplaces where synapse does not conform to the specplaces where synapse does not conform to the specS-MajorMajor functionality / product severely impaired, no satisfactory workaround.Major functionality / product severely impaired, no satisfactory workaround.T-EnhancementNew features, changes in functionality, improvements in performance, or user-facing enhancements.New features, changes in functionality, improvements in performance, or user-facing enhancements.
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.
MadLittleMods
Metadata
Metadata
Assignees
Labels
A-Spec-Complianceplaces where synapse does not conform to the specplaces where synapse does not conform to the specS-MajorMajor functionality / product severely impaired, no satisfactory workaround.Major functionality / product severely impaired, no satisfactory workaround.T-EnhancementNew features, changes in functionality, improvements in performance, or user-facing enhancements.New features, changes in functionality, improvements in performance, or user-facing enhancements.