This repository was archived by the owner on Nov 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 664
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Declare support for Matrix 1.8 #3226
Copy link
Copy link
Open
Labels
good first issueWant to help with Dendrite? These are the issues to start with!Want to help with Dendrite? These are the issues to start with!help wantedMore difficult than good-first-issue but not impossible!More difficult than good-first-issue but not impossible!spec-complianceFix something that doesn't comply with the specsFix something that doesn't comply with the specs
Description
Client-Server API
Backwards Compatible Changes
- Require callers to be joined to the room to report its events, as per MSC2249.
- No
/reportendpoint at all (see Declare support for Matrix 1.1 #3216)
- No
Spec Clarifications
- Allow
nullinroom_typesinPOST /publicRoomsendpoints schemas. (#1564)- No filtering atm (see Declare support for Matrix 1.4 #3222)
Server-Server API
Deprecations
- Deprecate
matrixSRV lookup steps during server discovery, as per MSC4040.
Backwards Compatible Changes
- Add
matrix-fedSRV lookup steps to server discovery, as per MSC4040.
Spec Clarifications
- Document why
/state_idscan respond with a 404. (#1521)- We already 404 if we can't find the event
Room Versions
Backwards Compatible Changes
- Add room version 11 as per MSC3820.
- Move
redactsfrom top level tocontentonm.room.redactionevents in room version 11, as per MSC2174. - Remove
creatorfromm.room.creatorevents in room version 11, as per MSC2175. - Remove remaining usage of
originfrom events in room version 11, as per MSC3989. - Update the redaction rules in room version 11, as per MSC2176 and MSC3821.
- Move
Appendices
Backwards Compatible Changes
- Allow
+in Matrix IDs, as per MSC4009.
coderkun and RosstheRoss
Metadata
Metadata
Assignees
Labels
good first issueWant to help with Dendrite? These are the issues to start with!Want to help with Dendrite? These are the issues to start with!help wantedMore difficult than good-first-issue but not impossible!More difficult than good-first-issue but not impossible!spec-complianceFix something that doesn't comply with the specsFix something that doesn't comply with the specs