Skip to content
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
@clokep

Description

@clokep

See https://matrix.org/blog/2023/02/14/matrix-v-1-6-release

Client-Server API

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

Metadata

Metadata

Assignees

Labels

A-Spec-Complianceplaces where synapse does not conform to the specS-MajorMajor functionality / product severely impaired, no satisfactory workaround.T-EnhancementNew features, changes in functionality, improvements in performance, or user-facing enhancements.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions