Merge pull request #2349 from matrix-org/identity_service/release-r0.3.0
Identity Service r0.3.0 release
This commit is contained in:
commit
11a7d799a3
6 changed files with 19 additions and 4 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Deprecate the v1 API in favour of an authenticated v2 API.
|
|
@ -1 +0,0 @@
|
|||
Add ``/account``, ``/account/register``, and ``/account/logout`` to authenticate with the identity server.
|
|
@ -1 +0,0 @@
|
|||
Add endpoints for accepting and handling terms of service.
|
|
@ -1 +0,0 @@
|
|||
Add ``/hash_details`` and a new ``/lookup`` endpoint for performing hashed association lookups.
|
|
@ -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>`_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue