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 v1.8 #16176
Closed
Description
See the changelog (note that I stripped out spec clarifications).
This also requires us to finish support for Matrix v1.7: see #15661.
Client-Server API
Backwards Compatible Changes
- Require callers to be joined to the room to report its events, as per MSC2249.
Server-Server API
Backwards Compatible Changes
- Add
matrix-fed
SRV lookup steps to server discovery, as per MSC4040.
Room Versions
Backwards Compatible Changes
- Add room version 11 as per MSC3820.
- Move redacts from top level to content on m.room.redaction events in room version 11, as per MSC2174.
- Remove creator from m.room.creator events in room version 11, as per MSC2175.
- Remove remaining usage of origin from events in room version 11, as per MSC3989.
- Update the redaction rules in room version 11, as per MSC2176 and MSC3821.
- See Support room version 11 #15912.
Appendices
Backwards Compatible Changes
- Allow
+
in Matrix IDs, as per MSC4009.