Skip to content

Commit 19a97c6

Browse files
committed
Client-Server r0.6.1
1 parent e14cf35 commit 19a97c6

26 files changed

+38
-24
lines changed

changelogs/client_server.rst

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
r0.6.1
2+
======
3+
4+
New Endpoints
5+
-------------
6+
7+
- Added ``/rooms/{roomId}/aliases`` for retrieving local aliases for a room. (`#2562 <https://github.com/matrix-org/matrix-doc/issues/2562>`_)
8+
9+
10+
Backwards Compatible Changes
11+
----------------------------
12+
13+
- Added data structures for defining moderation policies in rooms per `MSC2313 <https://github.com/matrix-org/matrix-doc/pull/2313>`_. (`#2434 <https://github.com/matrix-org/matrix-doc/issues/2434>`_)
14+
- Optionally invalidate other access tokens during password modification per `MSC2457 <https://github.com/matrix-org/matrix-doc/pull/2457>`_. (`#2523 <https://github.com/matrix-org/matrix-doc/issues/2523>`_)
15+
- Add User-Interactive Authentication for SSO-backed homeserver per `MSC2454 <https://github.com/matrix-org/matrix-doc/pull/2454>`_. (`#2532 <https://github.com/matrix-org/matrix-doc/issues/2532>`_)
16+
- Add soft-logout support per `MSC1466 <https://github.com/matrix-org/matrix-doc/issues/1466>`_. (`#2546 <https://github.com/matrix-org/matrix-doc/issues/2546>`_)
17+
- Replaced legacy room alias handling with a more sustainable solution per `MSC2432 <https://github.com/matrix-org/matrix-doc/pull/2432>`_. (`#2562 <https://github.com/matrix-org/matrix-doc/issues/2562>`_)
18+
19+
20+
Spec Clarifications
21+
-------------------
22+
23+
- List available enum values for the room versions capability. (`#2245 <https://github.com/matrix-org/matrix-doc/issues/2245>`_)
24+
- Fix various spelling errors throughout the specification. (`#2351 <https://github.com/matrix-org/matrix-doc/issues/2351>`_, `#2415 <https://github.com/matrix-org/matrix-doc/issues/2415>`_, `#2453 <https://github.com/matrix-org/matrix-doc/issues/2453>`_, `#2524 <https://github.com/matrix-org/matrix-doc/issues/2524>`_, `#2553 <https://github.com/matrix-org/matrix-doc/issues/2553>`_, `#2569 <https://github.com/matrix-org/matrix-doc/issues/2569>`_)
25+
- Minor clarifications to token-based User-Interactive Authentication. (`#2369 <https://github.com/matrix-org/matrix-doc/issues/2369>`_)
26+
- Minor clarification for what the user directory searches. (`#2381 <https://github.com/matrix-org/matrix-doc/issues/2381>`_)
27+
- Fix key export format example to match the specification. (`#2430 <https://github.com/matrix-org/matrix-doc/issues/2430>`_)
28+
- Clarify the IV data type for encrypted files. (`#2492 <https://github.com/matrix-org/matrix-doc/issues/2492>`_)
29+
- Fix the ``.m.rule.contains_user_name`` default push rule to set the highlight tweak. (`#2519 <https://github.com/matrix-org/matrix-doc/issues/2519>`_)
30+
- Clarify that an ``event_id`` is returned when sending events. (`#2525 <https://github.com/matrix-org/matrix-doc/issues/2525>`_)
31+
- Fix some numbers in the specification to match their explanation text. (`#2554 <https://github.com/matrix-org/matrix-doc/issues/2554>`_)
32+
- Move redaction algorithm into the room version specifications. (`#2563 <https://github.com/matrix-org/matrix-doc/issues/2563>`_)
33+
- Clarify signature object structures for encryption. (`#2566 <https://github.com/matrix-org/matrix-doc/issues/2566>`_)
34+
- Clarify which events are created as part of ``/createRoom``. (`#2571 <https://github.com/matrix-org/matrix-doc/issues/2571>`_)
35+
- Remove claims that the homeserver is exclusively responsible for profile information in membership events. (`#2574 <https://github.com/matrix-org/matrix-doc/issues/2574>`_)
36+
37+
138
r0.6.0
239
======
340

changelogs/client_server/newsfragments/2245.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2351.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2369.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2381.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2415.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2430.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2434.feature

-1
This file was deleted.

changelogs/client_server/newsfragments/2453.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2492.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2519.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2523.feature

-1
This file was deleted.

changelogs/client_server/newsfragments/2524.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2525.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2532.feature

-1
This file was deleted.

changelogs/client_server/newsfragments/2546.feature

-1
This file was deleted.

changelogs/client_server/newsfragments/2553.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2554.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2562.feature

-1
This file was deleted.

changelogs/client_server/newsfragments/2562.new

-1
This file was deleted.

changelogs/client_server/newsfragments/2563.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2566.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2569.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2571.clarification

-1
This file was deleted.

changelogs/client_server/newsfragments/2574.clarification

-1
This file was deleted.

specification/client_server_api.rst

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Other versions of this specification
4545
The following other versions are also available, in reverse chronological order:
4646

4747
- `HEAD <https://matrix.org/docs/spec/client_server/unstable.html>`_: Includes all changes since the latest versioned release.
48+
- `r0.6.1 <https://matrix.org/docs/spec/client_server/r0.6.1.html>`_
4849
- `r0.6.0 <https://matrix.org/docs/spec/client_server/r0.6.0.html>`_
4950
- `r0.5.0 <https://matrix.org/docs/spec/client_server/r0.5.0.html>`_
5051
- `r0.4.0 <https://matrix.org/docs/spec/client_server/r0.4.0.html>`_

0 commit comments

Comments
 (0)