-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededspec-complianceFix something that doesn't comply with the specsFix something that doesn't comply with the specs
Description
This issue was originally created by @S7evinK at matrix-org/dendrite#3226.
Client-Server API
Backwards Compatible Changes
- Require callers to be joined to the room to report its events, as per MSC2249.
- No
/report
endpoint at all (see Declare support for Matrix 1.1 matrix-org/dendrite#3216)
- No
Spec Clarifications
- Allow
null
inroom_types
inPOST /publicRooms
endpoints schemas. (#1564)- No filtering atm (see Declare support for Matrix 1.4 matrix-org/dendrite#3222)
Server-Server API
Deprecations
- Deprecate
matrix
SRV lookup steps during server discovery, as per MSC4040.
Backwards Compatible Changes
- Add
matrix-fed
SRV lookup steps to server discovery, as per MSC4040.
Spec Clarifications
- Document why
/state_ids
can 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
redacts
from top level tocontent
onm.room.redaction
events in room version 11, as per MSC2174. - Remove
creator
fromm.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.
- Move
Appendices
Backwards Compatible Changes
- Allow
+
in Matrix IDs, as per MSC4009.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededspec-complianceFix something that doesn't comply with the specsFix something that doesn't comply with the specs