Skip to content

Commit 32133e6

Browse files
authored
Merge pull request #2584 from matrix-org/server_server/release-r0.1.4
Server-Server r0.1.4
2 parents e14cf35 + 09986af commit 32133e6

File tree

15 files changed

+33
-13
lines changed

15 files changed

+33
-13
lines changed

changelogs/server_server.rst

Lines changed: 31 additions & 0 deletions
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

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/server_server/newsfragments/2392.clarification

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/server_server/newsfragments/2470.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/server_server/newsfragments/2510.clarification

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/server_server/newsfragments/2527.clarification

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/server_server/newsfragments/2538.clarification

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/server_server/newsfragments/2547.new

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/server_server/newsfragments/2559.clarification

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/server_server/newsfragments/2560.clarification

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)