-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TI-M on Matrix v1.12 #271
Labels
Comments
Ich habe die obigen Änderungen auf Basis der letzten Draft Releases von TI-M Pro (2024-08-16) und TI-M ePA (2024-09-30), die jeweils auf Matrix v1.11 basieren, gereviewed. Die für TI-M offensichtlich irrelevanten Änderungen habe ich abgehakt. Als (möglicherweise) relevant verbleiben:
|
This was referenced Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Client-Server API
Deprecations
server_name
query parameter onPOST /_matrix/client/v3/join/{roomIdOrAlias}
andPOST /_matrix/client/v3/knock/{roomIdOrAlias}
, as per MSC4156. (#1933)Removed Endpoints
Backwards Compatible Changes
GET /_matrix/client/v3/profile/{userId}/avatar_url
andGET /_matrix/client/v3/profile/{userId}/displayname
, as per MSC4170. (#1867)via
query parameter onPOST /_matrix/client/v3/join/{roomIdOrAlias}
andPOST /_matrix/client/v3/knock/{roomIdOrAlias}
, as per MSC4156. (#1933)Spec Clarifications
dont_notify
andcoalesce
push rule actions MUST be ignored, not rejected. (#1890)m.set_displayname
,m.set_avatar_url
, andm.3pid_changes
in capabilities table. (#1897)window.matrixLogin.onLogin
instead ofwindow.onLogin
. (#1899)window.matrixLogin.onLogin
is called with the response body ofPOST /_matrix/client/v3/login
. (#1905)m.get_login_token
capability, as per MSC3882. (#1908)User identifier
object inPOST /_matrix/client/v3/login
contains additional properties that depend on the identification type. (#1909)GET /_matrix/client/v3/profile/{userId}
can return additional properties because this is true for almost every endpoint. (#1910)GET /.well-known/matrix/client
don't have to be objects. (#1920)Content-Type
andContent-Disposition
usage in the media repo, as per MSC2701 and MSC2702. (#1935)GET /_matrix/client/v3/capabilities
don't have to be objects. (#1945)Server-Server API
Backwards Compatible Changes
GET /_matrix/federation/v1/query/profile
, as per MSC4170. (#1867)Spec Clarifications
origin
field from PDU example because it doesn't exist in the schema anymore. (#1918)GET /_matrix/key/v2/server
response schema. (#1930)Application Service API
Spec Clarifications
Identity Service API
Spec Clarifications
Push Gateway API
Spec Clarifications
Room Versions
Spec Clarifications
Appendices
Spec Clarifications
Internal Changes/Tooling
Spec Clarifications
removal
changelog category. (#1907)/changelog/$VERSION/checklist.md
. (#1937, #1954)deprecated
field to properties of OpenAPI definitions and JSON Schemas. (#1940)The text was updated successfully, but these errors were encountered: