Normalize changelog for v1.7
This commit is contained in:
parent
c6348c9f78
commit
d028dc4b82
32 changed files with 27 additions and 29 deletions
|
@ -1 +1 @@
|
|||
Clarify that the term "Canonical JSON" is a specific thing within the matrix specification.
|
||||
Clarify that the term "Canonical JSON" is a specific thing within the Matrix specification.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Remove references to groups
|
||||
Remove references to groups.
|
|
@ -1 +1 @@
|
|||
Clarifications of event ID formats in early room versions
|
||||
Clarifications of event ID formats in early room versions.
|
|
@ -1 +0,0 @@
|
|||
Add `POST /_matrix/app/v1/ping` and `POST /_matrix/client/v1/appservice/{appserviceId}/ping` endpoints as per [MSC2659](https://github.com/matrix-org/matrix-spec-proposals/pull/2659).
|
1
changelogs/application_service/newsfragments/1516.new.1
Normal file
1
changelogs/application_service/newsfragments/1516.new.1
Normal file
|
@ -0,0 +1 @@
|
|||
[`POST /_matrix/app/v1/ping`](/application-service-api/#post_matrixappv1ping)
|
1
changelogs/application_service/newsfragments/1516.new.2
Normal file
1
changelogs/application_service/newsfragments/1516.new.2
Normal file
|
@ -0,0 +1 @@
|
|||
[`POST /_matrix/client/v1/appservice/{appserviceId}/ping`](/application-service-api/#post_matrixclientv1appserviceappserviceidping)
|
|
@ -1 +1 @@
|
|||
Clarify that reply chain fallback for threads may not be present.
|
||||
Clarify that reply chain fallback for threads might not be present.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Disambiguate using property names with dots in them during push rule processing, per [MSC3873](https://github.com/matrix-org/matrix-spec-proposals/pull/3873) and [MSC3980](https://github.com/matrix-org/matrix-spec-proposals/pull/3980).
|
||||
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).
|
||||
|
|
|
@ -1 +1 @@
|
|||
Add new push rule conditions: `event_property_is` and `event_property_contains` from [MSC3758](https://github.com/matrix-org/matrix-spec-proposals/pull/3758) and [MSC3966](https://github.com/matrix-org/matrix-spec-proposals/pull/3966).
|
||||
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).
|
||||
|
|
|
@ -1 +1 @@
|
|||
Remove fictitious `token` parameter on `/keys/query` endpoint
|
||||
Remove fictitious `token` parameter on `/keys/query` endpoint.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Fix rendering of properties with a list of types
|
||||
Fix rendering of properties with a list of types.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Clarify parts of the end-to-end encryption sections.
|
||||
Clarify parts of the cross-signing signature upload request.
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
Add new endpoints `POST /_matrix/media/v1/create` and `PUT /_matrix/media/v3/upload/{serverName}/{mediaId}`, and other changes for asynchronous media upload, as per [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246).
|
||||
|
||||
Support asynchronous media uploads, as per [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246).
|
||||
|
|
1
changelogs/client_server/newsfragments/1499.new.1
Normal file
1
changelogs/client_server/newsfragments/1499.new.1
Normal file
|
@ -0,0 +1 @@
|
|||
[`POST /_matrix/media/v1/create`](/client-server-api/#post_matrixmediav1create)
|
1
changelogs/client_server/newsfragments/1499.new.2
Normal file
1
changelogs/client_server/newsfragments/1499.new.2
Normal file
|
@ -0,0 +1 @@
|
|||
[`PUT /_matrix/media/v3/upload/{serverName}/{mediaId}`](/client-server-api/#put_matrixmediav3uploadservernamemediaid)
|
|
@ -1 +1 @@
|
|||
Remove the `dont_notify` and `coalesce` push rule actions per [MSC3987](https://github.com/matrix-org/matrix-spec-proposals/pull/3987).
|
||||
Remove the `dont_notify` and `coalesce` push rule actions, as per [MSC3987](https://github.com/matrix-org/matrix-spec-proposals/pull/3987).
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
Document the `m.mentions` property; the `.m.rule.is_user_mention` and `.m.rule.is_room_mention` push rules; and other behaviour from [MSC3952](https://github.com/matrix-org/matrix-spec-proposals/pull/3952).
|
||||
|
||||
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).
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
Add new endpoints `POST /_matrix/media/v1/create` and `PUT /_matrix/media/v3/upload/{serverName}/{mediaId}`, and other changes for asynchronous media upload, as per [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246).
|
||||
|
||||
Support asynchronous media uploads, as per [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246).
|
||||
|
|
|
@ -1 +1 @@
|
|||
Update VoIP spec for [MSC2746](https://github.com/matrix-org/matrix-spec-proposals/pull/2746).
|
||||
Improve VoIP signaling, as per [MSC2746](https://github.com/matrix-org/matrix-spec-proposals/pull/2746).
|
||||
|
|
|
@ -1 +1 @@
|
|||
Addition of redirect downloads, as per [MSC3860](https://github.com/matrix-org/matrix-spec-proposals/pull/3860).
|
||||
Add an ability to redirect media downloads, as per [MSC3860](https://github.com/matrix-org/matrix-spec-proposals/pull/3860).
|
||||
|
|
|
@ -1 +1 @@
|
|||
[`POST /_matrix/client/v1/login/get_token`](/client-server-api/#post_matrixclientv1loginget_token).
|
||||
[`POST /_matrix/client/v1/login/get_token`](/client-server-api/#post_matrixclientv1loginget_token)
|
|
@ -1 +0,0 @@
|
|||
Wrap $ref in allOf where other attributes are present, to improve OpenAPI compliance.
|
|
@ -1 +1 @@
|
|||
Fix generation of anchors for additional properties
|
||||
Fix generation of anchors for additional properties.
|
|
@ -1 +1 @@
|
|||
Fix invalid OpenAPI specifications caused by overridden references to `examples/minimal_pdu.json`.
|
||||
Fix PDU examples by removing invalid OpenAPI reference to `examples/minimal_pdu.json`.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Wrap $ref in allOf where other attributes are present, to improve OpenAPI compliance.
|
Loading…
Add table
Add a link
Reference in a new issue