Skip to content

Commit 09986af

Browse files
committed
Server-Server r0.1.4
Includes a link to r0.1.3 because we forgot
1 parent e14cf35 commit 09986af

15 files changed

+33
-13
lines changed

changelogs/server_server.rst

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
r0.1.4
2+
======
3+
4+
New Endpoints
5+
-------------
6+
7+
- Add new ``POST /publicRooms`` endpoint for filtering the room directory. (`#2035 <https://github.com/matrix-org/matrix-doc/issues/2035>`_)
8+
- Add new v2 ``/send_join`` and ``/send_leave`` endpoints per `MSC1802 <https://github.com/matrix-org/matrix-doc/pull/1802>`_. (`#2547 <https://github.com/matrix-org/matrix-doc/issues/2547>`_)
9+
10+
11+
Removed Endpoints
12+
-----------------
13+
14+
- Remove the unused ``query_auth`` API per `MSC2451 <https://github.com/matrix-org/matrix-doc/pull/2451>`_. (`#2470 <https://github.com/matrix-org/matrix-doc/issues/2470>`_)
15+
16+
17+
Spec Clarifications
18+
-------------------
19+
20+
- Move auth event selection to a more obvious location. (`#2392 <https://github.com/matrix-org/matrix-doc/issues/2392>`_)
21+
- Fix typo in Request Authentication python example. (`#2510 <https://github.com/matrix-org/matrix-doc/issues/2510>`_)
22+
- Clarify which fields are required on the key server endpoints. (`#2527 <https://github.com/matrix-org/matrix-doc/issues/2527>`_)
23+
- Clarify the limits of ``prev_events`` and ``auth_events`` for PDUs. (`#2538 <https://github.com/matrix-org/matrix-doc/issues/2538>`_)
24+
- Clarify which events are targeted by backfill. (`#2559 <https://github.com/matrix-org/matrix-doc/issues/2559>`_)
25+
- Fix the response format of the ``/send`` endpoint. (`#2560 <https://github.com/matrix-org/matrix-doc/issues/2560>`_)
26+
- Clarify signature object structures for encryption. (`#2566 <https://github.com/matrix-org/matrix-doc/issues/2566>`_)
27+
- Clarify the server names to use when signing requests. (`#2570 <https://github.com/matrix-org/matrix-doc/issues/2570>`_)
28+
- Clarify the state/auth chain requirements for ``/send_join``. (`#2575 <https://github.com/matrix-org/matrix-doc/issues/2575>`_)
29+
- Fix various spelling errors throughout the specification. (`#2577 <https://github.com/matrix-org/matrix-doc/issues/2577>`_)
30+
31+
132
r0.1.3
233
======
334

changelogs/server_server/newsfragments/2035.new

-1
This file was deleted.

changelogs/server_server/newsfragments/2392.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2470.removal

-1
This file was deleted.

changelogs/server_server/newsfragments/2510.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2527.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2538.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2547.new

-1
This file was deleted.

changelogs/server_server/newsfragments/2559.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2560.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2566.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2570.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2575.clarification

-1
This file was deleted.

changelogs/server_server/newsfragments/2577.clarification

-1
This file was deleted.

specification/server_server_api.rst

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Other versions of this specification
8080
The following other versions are also available, in reverse chronological order:
8181

8282
- `HEAD <https://matrix.org/docs/spec/server_server/unstable.html>`_: Includes all changes since the latest versioned release.
83+
- `r0.1.4 <https://matrix.org/docs/spec/server_server/r0.1.4.html>`_
84+
- `r0.1.3 <https://matrix.org/docs/spec/server_server/r0.1.3.html>`_
8385
- `r0.1.2 <https://matrix.org/docs/spec/server_server/r0.1.2.html>`_
8486
- `r0.1.1 <https://matrix.org/docs/spec/server_server/r0.1.1.html>`_
8587
- `r0.1.0 <https://matrix.org/docs/spec/server_server/r0.1.0.html>`_

0 commit comments

Comments
 (0)