v1.12 changelog

This commit is contained in:
Travis Ralston 2024-10-07 13:32:17 -06:00
parent 2d763b8a1f
commit 9e6233d0dd
48 changed files with 127 additions and 47 deletions

View file

@ -1 +0,0 @@
Remove references to device-specific push rules.

View file

@ -1 +0,0 @@
Rename and sort the modules in the feature profiles table for easier skimming.

View file

@ -1 +0,0 @@
Add 403 responses on `GET /_matrix/client/v3/profile/{userId}/avatar_url` and `GET /_matrix/client/v3/profile/{userId}/displayname`, as per [MSC4170](https://github.com/matrix-org/matrix-spec-proposals/pull/4170).

View file

@ -1 +0,0 @@
Remove the deprecated name attribute on HTML anchor elements, as per [MSC4159](https://github.com/matrix-org/matrix-spec-proposals/pull/4159).

View file

@ -1 +0,0 @@
Clarify that room avatars cannot be encrypted.

View file

@ -1 +0,0 @@
Document the acronyms and alternate names for the "Secrets" section.

View file

@ -1 +0,0 @@
Improve recommendation for how to form transaction IDs.

View file

@ -1 +0,0 @@
Clarify that the deprecated `dont_notify` and `coalesce` push rule actions MUST be ignored, not rejected.

View file

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

View file

@ -1 +0,0 @@
Add support for marking rooms as unread, as per [MSC2867](https://github.com/matrix-org/matrix-spec-proposals/pull/2867).

View file

@ -1 +0,0 @@
Add missing references to `m.set_displayname`, `m.set_avatar_url`, and `m.3pid_changes` in capabilities table.

View file

@ -1 +0,0 @@
Clarify that the fallback login page calls `window.matrixLogin.onLogin` instead of `window.onLogin`.

View file

@ -1 +0,0 @@
Remove confusing description of restricted rooms with no valid conditions.

View file

@ -1 +0,0 @@
Clarify that `window.matrixLogin.onLogin` is called with the response body of `POST /_matrix/client/v3/login`.

View file

@ -1 +0,0 @@
Document the `m.get_login_token` capability, as per [MSC3882](https://github.com/matrix-org/matrix-spec-proposals/pull/3882).

View file

@ -1 +0,0 @@
Clarify that the `User identifier` object in `POST /_matrix/client/v3/login` contains additional properties that depend on the identification type.

View file

@ -1 +0,0 @@
Don't mention that `GET /_matrix/client/v3/profile/{userId}` can return additional properties because this is true for almost every endpoint.

View file

@ -1 +0,0 @@
Improve wording of the unauthenticated media deprecation box. Contributed by @HarHarLinks.

View file

@ -1 +0,0 @@
Additional properties in `GET /.well-known/matrix/client` don't have to be objects.

View file

@ -1 +0,0 @@
Document that the spec uses [RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119) keywords. Contributed by @HarHarLinks.

View file

@ -1 +0,0 @@
Deprecate the `server_name` query parameter on `POST /_matrix/client/v3/join/{roomIdOrAlias}` and `POST /_matrix/client/v3/knock/{roomIdOrAlias}`, as per [MSC4156](https://github.com/matrix-org/matrix-spec-proposals/pull/4156).

View file

@ -1 +0,0 @@
Add `via` query parameter on `POST /_matrix/client/v3/join/{roomIdOrAlias}` and `POST /_matrix/client/v3/knock/{roomIdOrAlias}`, as per [MSC4156](https://github.com/matrix-org/matrix-spec-proposals/pull/4156).

View file

@ -1 +0,0 @@
Add account locking, as per [MSC3939](https://github.com/matrix-org/matrix-spec-proposals/pull/3939).

View file

@ -1 +0,0 @@
Specify `Content-Type` and `Content-Disposition` usage in the media repo, as per [MSC2701](https://github.com/matrix-org/matrix-spec-proposals/pull/2701) and [MSC2702](https://github.com/matrix-org/matrix-spec-proposals/pull/2702).

View file

@ -1 +0,0 @@
Add support for marking rooms as unread, as per [MSC2867](https://github.com/matrix-org/matrix-spec-proposals/pull/2867).

View file

@ -1 +0,0 @@
Additional keys in `GET /_matrix/client/v3/capabilities` don't have to be objects.

View file

@ -1 +0,0 @@
Guest accounts can now download/thumbnail media from the new authenticated endpoints, as per [MSC4189](https://github.com/matrix-org/matrix-spec-proposals/pull/4189).