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 @@
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).