Merge pull request #2349 from matrix-org/identity_service/release-r0.3.0

Identity Service r0.3.0 release
This commit is contained in:
Travis Ralston 2019-11-07 08:52:41 -07:00 committed by GitHub
commit 11a7d799a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 4 deletions

View file

@ -1,3 +1,20 @@
r0.3.0
======
New Endpoints
-------------
- Add ``/account``, ``/account/register``, and ``/account/logout`` to authenticate with the identity server. (`#2255 <https://github.com/matrix-org/matrix-doc/issues/2255>`_)
- Add endpoints for accepting and handling terms of service. (`#2258 <https://github.com/matrix-org/matrix-doc/issues/2258>`_)
- Add ``/hash_details`` and a new ``/lookup`` endpoint for performing hashed association lookups. (`#2287 <https://github.com/matrix-org/matrix-doc/issues/2287>`_)
Backwards Compatible Changes
----------------------------
- Deprecate the v1 API in favour of an authenticated v2 API. (`#2254 <https://github.com/matrix-org/matrix-doc/issues/2254>`_)
r0.2.1
======

View file

@ -1 +0,0 @@
Deprecate the v1 API in favour of an authenticated v2 API.

View file

@ -1 +0,0 @@
Add ``/account``, ``/account/register``, and ``/account/logout`` to authenticate with the identity server.

View file

@ -1 +0,0 @@
Add endpoints for accepting and handling terms of service.

View file

@ -1 +0,0 @@
Add ``/hash_details`` and a new ``/lookup`` endpoint for performing hashed association lookups.

View file

@ -51,6 +51,8 @@ Other versions of this specification
The following other versions are also available, in reverse chronological order:
- `HEAD <https://matrix.org/docs/spec/identity_service/unstable.html>`_: Includes all changes since the latest versioned release.
- `r0.3.0 <https://matrix.org/docs/spec/identity_service/r0.3.0.html>`_
- `r0.2.1 <https://matrix.org/docs/spec/identity_service/r0.2.1.html>`_
- `r0.2.0 <https://matrix.org/docs/spec/identity_service/r0.2.0.html>`_
- `r0.1.0 <https://matrix.org/docs/spec/identity_service/r0.1.0.html>`_