Skip to content

Commit 11a7d79

Browse files
authored
Merge pull request #2349 from matrix-org/identity_service/release-r0.3.0
Identity Service r0.3.0 release
2 parents 96bc835 + 7351c0c commit 11a7d79

File tree

6 files changed

+19
-4
lines changed

6 files changed

+19
-4
lines changed

changelogs/identity_service.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
r0.3.0
2+
======
3+
4+
New Endpoints
5+
-------------
6+
7+
- Add ``/account``, ``/account/register``, and ``/account/logout`` to authenticate with the identity server. (`#2255 <https://github.com/matrix-org/matrix-doc/issues/2255>`_)
8+
- Add endpoints for accepting and handling terms of service. (`#2258 <https://github.com/matrix-org/matrix-doc/issues/2258>`_)
9+
- Add ``/hash_details`` and a new ``/lookup`` endpoint for performing hashed association lookups. (`#2287 <https://github.com/matrix-org/matrix-doc/issues/2287>`_)
10+
11+
12+
Backwards Compatible Changes
13+
----------------------------
14+
15+
- Deprecate the v1 API in favour of an authenticated v2 API. (`#2254 <https://github.com/matrix-org/matrix-doc/issues/2254>`_)
16+
17+
118
r0.2.1
219
======
320

changelogs/identity_service/newsfragments/2254.feature

-1
This file was deleted.

changelogs/identity_service/newsfragments/2255.new

-1
This file was deleted.

changelogs/identity_service/newsfragments/2258.new

-1
This file was deleted.

changelogs/identity_service/newsfragments/2287.new

-1
This file was deleted.

specification/identity_service_api.rst

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

5353
- `HEAD <https://matrix.org/docs/spec/identity_service/unstable.html>`_: Includes all changes since the latest versioned release.
54+
- `r0.3.0 <https://matrix.org/docs/spec/identity_service/r0.3.0.html>`_
55+
- `r0.2.1 <https://matrix.org/docs/spec/identity_service/r0.2.1.html>`_
5456
- `r0.2.0 <https://matrix.org/docs/spec/identity_service/r0.2.0.html>`_
5557
- `r0.1.0 <https://matrix.org/docs/spec/identity_service/r0.1.0.html>`_
5658

0 commit comments

Comments
 (0)