Declare support for Matrix 1.2 #3218
Labels
good first issue
Want to help with Dendrite? These are the issues to start with!
help wanted
More difficult than good-first-issue but not impossible!
spec-compliance
Fix something that doesn't comply with the specs
A list of things to actually announce support for 1.2 (while we already do)
While this is about getting actual 1.2 support, it make sense to check https://spec.matrix.org/latest/
Complete changelog v1.2
Client-Server API
Breaking Changes
prev_content
field is now returned inside theunsigned
property of events, rather than at the top level, as per MSC3442.prev_content
inunsigned
. The only struct usingprev_content
is here, which is unused.aliases
property from the chunks returned by/publicRooms
, as per MSC2432.New Endpoints
GET /_matrix/client/v1/rooms/{roomId}/hierarchy
) as per MSC2946./_matrix/client/v1/register/m.login.registration_token/validity
as per MSC3231.Backwards Compatible Changes
/_matrix/client/r0/login
to accept am.login.appservice
, as per MSC2778.restricted
rooms as per MSC3083, MSC3289, and MSC3375.is_guest
to/account/whoami
as per MSC3069.m.set_displayname
,m.set_avatar_url
, andm.3pid_changes
capabilities as per MSC3283.Server-Server API
New Endpoints
GET /_matrix/federation/v1/hierarchy/{roomId}
) as per MSC2946.Backwards Compatible Changes
restricted
rooms as per MSC3083, MSC3289, and MSC3375.Room Versions
Backwards Compatible Changes
The text was updated successfully, but these errors were encountered: