Matrix 1.7

This commit is contained in:
Travis Ralston 2023-05-25 09:47:33 -06:00
parent 65d70e90b8
commit 8b51f1c011
63 changed files with 147 additions and 62 deletions

View file

@ -1 +0,0 @@
Clarify that the term "Canonical JSON" is a specific thing within the Matrix specification.

View file

@ -1 +0,0 @@
Remove references to groups.

View file

@ -1 +0,0 @@
Clarifications of event ID formats in early room versions.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Add homeserver->appservice ping mechanism, as per [MSC2659](https://github.com/matrix-org/matrix-spec-proposals/pull/2659). Contributed by @tulir at @beeper.

View file

@ -1 +0,0 @@
[`POST /_matrix/app/v1/ping`](/application-service-api/#post_matrixappv1ping)

View file

@ -1 +0,0 @@
[`POST /_matrix/client/v1/appservice/{appserviceId}/ping`](/application-service-api/#post_matrixclientv1appserviceappserviceidping)

View file

@ -1 +0,0 @@
Add homeserver->appservice ping mechanism, as per [MSC2659](https://github.com/matrix-org/matrix-spec-proposals/pull/2659). Contributed by @tulir at @beeper.

View file

@ -1 +0,0 @@
Clarify the sections of the specification concerning aggregation of child events.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Clarify that reply chain fallback for threads might not be present.

View file

@ -1 +0,0 @@
Changes to the server-side aggregation of `m.replace` (edit) events, as per [MSC3925](https://github.com/matrix-org/matrix-spec-proposals/pull/3925).

View file

@ -1 +0,0 @@
Clarify what event property the content-specific push rules match against.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Clarify the semantics that make requests idempotent.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Improve documentation of how clients use push rules.

View file

@ -1 +0,0 @@
Clarify that servers should enforce a default `limit` on a filter if one is not specified.

View file

@ -1 +0,0 @@
Disambiguate using property names with dots in them during push rule processing, as per [MSC3873](https://github.com/matrix-org/matrix-spec-proposals/pull/3873) and [MSC3980](https://github.com/matrix-org/matrix-spec-proposals/pull/3980).

View file

@ -1 +0,0 @@
Add new push rule conditions `event_property_is` and `event_property_contains`, as per [MSC3758](https://github.com/matrix-org/matrix-spec-proposals/pull/3758) and [MSC3966](https://github.com/matrix-org/matrix-spec-proposals/pull/3966).

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Fix phrasing & typography in the registration endpoint description. Contributed by @HarHarLinks.

View file

@ -1 +0,0 @@
Add `m.annotation` relations (reactions), as per [MSC2677](https://github.com/matrix-org/matrix-spec-proposals/pull/2677).

View file

@ -1 +0,0 @@
Remove outdated text saying that `state_default` is 0 if there is no `m.room.power_levels` event in a room.

View file

@ -1 +0,0 @@
Remove fictitious `token` parameter on `/keys/query` endpoint.

View file

@ -1 +0,0 @@
Fix rendering of properties with a list of types.

View file

@ -1 +0,0 @@
Clarify parts of the cross-signing signature upload request.

View file

@ -1 +0,0 @@
Support asynchronous media uploads, as per [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246).

View file

@ -1 +0,0 @@
[`POST /_matrix/media/v1/create`](/client-server-api/#post_matrixmediav1create)

View file

@ -1 +0,0 @@
[`PUT /_matrix/media/v3/upload/{serverName}/{mediaId}`](/client-server-api/#put_matrixmediav3uploadservernamemediaid)

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Remove the `dont_notify` and `coalesce` push rule actions, as per [MSC3987](https://github.com/matrix-org/matrix-spec-proposals/pull/3987).

View file

@ -1 +0,0 @@
Clarify `m.location` scheme by partially reverting [f1f32d3](https://github.com/matrix-org/matrix-spec/commit/f1f32d3a15c325ee8aa9d2c6bafd96c38069bb53). Contributed by @HarHarLinks.

View file

@ -1 +0,0 @@
Document the `m.mentions` property; the `.m.rule.is_user_mention` and `.m.rule.is_room_mention` push rules; and other notification behaviour, as per [MSC3952](https://github.com/matrix-org/matrix-spec-proposals/pull/3952).

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Support asynchronous media uploads, as per [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246).

View file

@ -1 +0,0 @@
Improve VoIP signaling, as per [MSC2746](https://github.com/matrix-org/matrix-spec-proposals/pull/2746).

View file

@ -1 +0,0 @@
Changes to the server-side aggregation of `m.replace` (edit) events, as per [MSC3925](https://github.com/matrix-org/matrix-spec-proposals/pull/3925).

View file

@ -1 +0,0 @@
Update the scope of transaction IDs, as per [MSC3970](https://github.com/matrix-org/matrix-spec-proposals/pull/3970).

View file

@ -1 +0,0 @@
Add an ability to redirect media downloads, as per [MSC3860](https://github.com/matrix-org/matrix-spec-proposals/pull/3860).

View file

@ -1 +0,0 @@
Add an ability to use an existing session to log in another, as per [MSC3882](https://github.com/matrix-org/matrix-spec-proposals/pull/3882).

View file

@ -1 +0,0 @@
[`POST /_matrix/client/v1/login/get_token`](/client-server-api/#post_matrixclientv1loginget_token)

View file

@ -1 +0,0 @@
Add `m.annotation` relations (reactions), as per [MSC2677](https://github.com/matrix-org/matrix-spec-proposals/pull/2677).

View file

@ -1 +0,0 @@
Add missing `knock_restricted` join rule to the `m.room.join_rules` schema.

View file

@ -1 +0,0 @@
Improve VoIP signaling, as per [MSC2746](https://github.com/matrix-org/matrix-spec-proposals/pull/2746).

View file

@ -1 +0,0 @@
Corrections to the response format of `/_matrix/identity/v2/store-invite`.

View file

@ -1 +0,0 @@
Update references to Inter font.

View file

@ -1 +0,0 @@
Endpoint disclosures now hide everything but the URL.

View file

@ -1 +0,0 @@
Wrap $ref in allOf where other attributes are present, to improve OpenAPI compliance.

View file

@ -1 +0,0 @@
Minor cleanups to the GitHub Actions workflows

View file

@ -1 +0,0 @@
Fix generation of anchors for additional properties.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Document more of the spec release timeline/process.

View file

@ -1 +0,0 @@
Clarifications of event ID formats in early room versions

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Fix PDU examples by removing invalid OpenAPI reference to `examples/minimal_pdu.json`.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Remove leftover `{key_id}` from `/_matrix/key/v2/server/`.

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -1 +0,0 @@
Remove extraneous `age_ts` field from the reference hash calculation section.