Identity r0.2.0
This commit is contained in:
parent
f44483a8cf
commit
34ad81e81b
9 changed files with 21 additions and 7 deletions
|
@ -1,3 +1,22 @@
|
|||
r0.2.0
|
||||
======
|
||||
|
||||
New Endpoints
|
||||
-------------
|
||||
|
||||
- Add ``/3pid/unbind`` for removing 3PIDs. (`#2046 <https://github.com/matrix-org/matrix-doc/issues/2046>`_)
|
||||
|
||||
|
||||
Spec Clarifications
|
||||
-------------------
|
||||
|
||||
- Fix various spelling mistakes throughout the specification. (`#1853 <https://github.com/matrix-org/matrix-doc/issues/1853>`_)
|
||||
- Fix route for ``/3pid/bind``. (`#1967 <https://github.com/matrix-org/matrix-doc/issues/1967>`_)
|
||||
- Add missing aesthetic parameters to ``/store-invite``. (`#2049 <https://github.com/matrix-org/matrix-doc/issues/2049>`_)
|
||||
- Clarify what the client should receive upon sending an identical email validation request multiple times. (`#2057 <https://github.com/matrix-org/matrix-doc/issues/2057>`_)
|
||||
- Clarify that the default transport is JSON over HTTP. (`#2086 <https://github.com/matrix-org/matrix-doc/issues/2086>`_)
|
||||
|
||||
|
||||
r0.1.0
|
||||
======
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fix various spelling mistakes throughout the specification.
|
|
@ -1 +0,0 @@
|
|||
Fix route for ``/3pid/bind``.
|
|
@ -1 +0,0 @@
|
|||
Add ``/3pid/unbind`` for removing 3PIDs.
|
|
@ -1 +0,0 @@
|
|||
Add missing aesthetic parameters to ``/store-invite``.
|
|
@ -1 +0,0 @@
|
|||
Clarify what the client should receive upon sending an identical email validation request multiple times.
|
|
@ -1 +0,0 @@
|
|||
Clarify that the default transport is JSON over HTTP.
|
|
@ -51,6 +51,7 @@ 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.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>`_
|
||||
|
||||
General principles
|
||||
|
|
|
@ -255,4 +255,4 @@ these is left to the implementer's discretion.
|
|||
|
||||
|
||||
|
||||
.. _`identity server /isvalid`: ../identity_service/unstable.html#get-matrix-identity-api-v1-pubkey-isvalid
|
||||
.. _`identity server /isvalid`: ../identity_service/%IDENTITY_RELEASE_LABEL%.html#get-matrix-identity-api-v1-pubkey-isvalid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue