Matrix 1.8 changelog

This commit is contained in:
Travis Ralston 2023-08-23 09:24:08 -06:00
parent 7f8606eb6c
commit 529cbf4ffc
43 changed files with 122 additions and 42 deletions

View file

@ -1 +0,0 @@
Clarify spec re canonical JSON to handle negative-zero; also, give an example of negative-zero and a large power of ten.

View file

@ -1 +0,0 @@
Allow `+` in Matrix IDs, as per [MSC4009](https://github.com/matrix-org/matrix-spec-proposals/pull/4009).

View file

@ -1 +0,0 @@
Fix type of custom `fields` in thirdparty lookup queries.

View file

@ -1 +0,0 @@
Require callers to be joined to the room to report its events, as per [MSC2249](https://github.com/matrix-org/matrix-spec-proposals/pull/2249).

View file

@ -1 +0,0 @@
Fix missing `type` property in the JSON schema definition of the `m.reaction` event. Contributed by @chebureki.

View file

@ -1 +0,0 @@
Make sure examples types match schema in definitions.

View file

@ -1 +0,0 @@
Allow `null` in `room_types` in `POST /publicRooms` endpoints schemas.

View file

@ -1 +0,0 @@
Fix broken header formatting. Contributed by @midnightveil.

View file

@ -1 +0,0 @@
Render binary request and response bodies.

View file

@ -1 +0,0 @@
Fix description of MAC calculation in SAS verification.

View file

@ -1 +0,0 @@
Update link to SAS emoji definition data.

View file

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

View file

@ -1 +0,0 @@
Make sure examples types match schema in definitions.

View file

@ -1 +0,0 @@
Upgrade Swagger data to OpenAPI 3.1.

View file

@ -1 +0,0 @@
Update the CI to validate the file extension of changelog entries.

View file

@ -1 +0,0 @@
Disclosure sections now only display their title when collapsed.

View file

@ -1 +0,0 @@
Fix the sidebar in recent versions of Hugo.

View file

@ -1 +0,0 @@
Bump jsonschema to validate JSON Schemas against Draft 2020-12.

View file

@ -1 +0,0 @@
Use Redocly CLI to validate OpenAPI definitions.

View file

@ -1 +0,0 @@
Use tag name as the OpenAPI definition version.

View file

@ -1 +0,0 @@
Make sure version in `x-changedInMatrixVersion` is a string.

View file

@ -1 +0,0 @@
Clarify usage of ABNF for grammar in the documentation style guide.

View file

@ -1 +0,0 @@
Remove unnecessary `oneOf`s in JSON schemas.

View file

@ -1 +0,0 @@
Update the version of Hugo used to render the spec to v0.113.0.

View file

@ -1 +0,0 @@
Fix rendered changelog with new version of towncrier.

View file

@ -1 +0,0 @@
Improve the layout of tables on desktop displays. Contributed by Martin Fischer.

View file

@ -1 +0,0 @@
Create `@matrix-org/spec` npm package to ship the SAS Emoji data definitions & translations.

View file

@ -1 +0,0 @@
Add room version 11 as per [MSC3820](https://github.com/matrix-org/matrix-spec-proposals/pull/3820).

View file

@ -1 +0,0 @@
Move `redacts` from top level to `content` on `m.room.redaction` events in room version 11, as per [MSC2174](https://github.com/matrix-org/matrix-spec-proposals/pull/2174).

View file

@ -1 +0,0 @@
Remove `creator` from `m.room.creator` events in room version 11, as per [MSC2175](https://github.com/matrix-org/matrix-spec-proposals/pull/2175).

View file

@ -1 +0,0 @@
Remove remaining usage of `origin` from events in room version 11, as per [MSC3989](https://github.com/matrix-org/matrix-spec-proposals/pull/3989).

View file

@ -1 +0,0 @@
Update the redaction rules in room version 11, as per [MSC2176](https://github.com/matrix-org/matrix-spec-proposals/pull/2176) and [MSC3821](https://github.com/matrix-org/matrix-spec-proposals/pull/3821).

View file

@ -1 +0,0 @@
Document why `/state_ids` can respond with a 404.

View file

@ -1 +0,0 @@
Fix response definition for `POST /_matrix/federation/v1/user/keys/claim`.

View file

@ -1 +0,0 @@
Fix examples in server keys definition.

View file

@ -1 +0,0 @@
Make sure examples types match schema in definitions.

View file

@ -1 +0,0 @@
Allow `null` in `room_types` in `POST /publicRooms` endpoints schemas.

View file

@ -1 +0,0 @@
Fix broken header formatting. Contributed by @midnightveil.

View file

@ -1 +0,0 @@
Remove spurious mention of a "default port" with respect to SRV record lookup.

View file

@ -1 +0,0 @@
Switch to ordered list for server name resolution steps.

View file

@ -1 +0,0 @@
Deprecate `matrix` SRV lookup steps during server discovery, as per [MSC4040](https://github.com/matrix-org/matrix-spec-proposals/pull/4040).

View file

@ -1 +0,0 @@
Add `matrix-fed` SRV lookup steps to server discovery, as per [MSC4040](https://github.com/matrix-org/matrix-spec-proposals/pull/4040).