From 34ad81e81b60775db732edacbd5af59d95579d24 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 11 Jun 2019 10:30:56 -0600 Subject: [PATCH] Identity r0.2.0 --- changelogs/identity_service.rst | 19 +++++++++++++++++++ .../newsfragments/1853.clarification | 1 - .../newsfragments/1967.clarification | 1 - .../identity_service/newsfragments/2046.new | 1 - .../newsfragments/2049.clarification | 1 - .../newsfragments/2057.clarification | 1 - .../newsfragments/2086.clarification | 1 - specification/identity_service_api.rst | 1 + specification/modules/third_party_invites.rst | 2 +- 9 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 changelogs/identity_service/newsfragments/1853.clarification delete mode 100644 changelogs/identity_service/newsfragments/1967.clarification delete mode 100644 changelogs/identity_service/newsfragments/2046.new delete mode 100644 changelogs/identity_service/newsfragments/2049.clarification delete mode 100644 changelogs/identity_service/newsfragments/2057.clarification delete mode 100644 changelogs/identity_service/newsfragments/2086.clarification diff --git a/changelogs/identity_service.rst b/changelogs/identity_service.rst index 0405d515d..d60812b88 100644 --- a/changelogs/identity_service.rst +++ b/changelogs/identity_service.rst @@ -1,3 +1,22 @@ +r0.2.0 +====== + +New Endpoints +------------- + +- Add ``/3pid/unbind`` for removing 3PIDs. (`#2046 `_) + + +Spec Clarifications +------------------- + +- Fix various spelling mistakes throughout the specification. (`#1853 `_) +- Fix route for ``/3pid/bind``. (`#1967 `_) +- Add missing aesthetic parameters to ``/store-invite``. (`#2049 `_) +- Clarify what the client should receive upon sending an identical email validation request multiple times. (`#2057 `_) +- Clarify that the default transport is JSON over HTTP. (`#2086 `_) + + r0.1.0 ====== diff --git a/changelogs/identity_service/newsfragments/1853.clarification b/changelogs/identity_service/newsfragments/1853.clarification deleted file mode 100644 index b0f052035..000000000 --- a/changelogs/identity_service/newsfragments/1853.clarification +++ /dev/null @@ -1 +0,0 @@ -Fix various spelling mistakes throughout the specification. diff --git a/changelogs/identity_service/newsfragments/1967.clarification b/changelogs/identity_service/newsfragments/1967.clarification deleted file mode 100644 index b080caeb9..000000000 --- a/changelogs/identity_service/newsfragments/1967.clarification +++ /dev/null @@ -1 +0,0 @@ -Fix route for ``/3pid/bind``. diff --git a/changelogs/identity_service/newsfragments/2046.new b/changelogs/identity_service/newsfragments/2046.new deleted file mode 100644 index 7146799bb..000000000 --- a/changelogs/identity_service/newsfragments/2046.new +++ /dev/null @@ -1 +0,0 @@ -Add ``/3pid/unbind`` for removing 3PIDs. diff --git a/changelogs/identity_service/newsfragments/2049.clarification b/changelogs/identity_service/newsfragments/2049.clarification deleted file mode 100644 index 403ac8d08..000000000 --- a/changelogs/identity_service/newsfragments/2049.clarification +++ /dev/null @@ -1 +0,0 @@ -Add missing aesthetic parameters to ``/store-invite``. diff --git a/changelogs/identity_service/newsfragments/2057.clarification b/changelogs/identity_service/newsfragments/2057.clarification deleted file mode 100644 index de72c201a..000000000 --- a/changelogs/identity_service/newsfragments/2057.clarification +++ /dev/null @@ -1 +0,0 @@ -Clarify what the client should receive upon sending an identical email validation request multiple times. diff --git a/changelogs/identity_service/newsfragments/2086.clarification b/changelogs/identity_service/newsfragments/2086.clarification deleted file mode 100644 index 7016308bc..000000000 --- a/changelogs/identity_service/newsfragments/2086.clarification +++ /dev/null @@ -1 +0,0 @@ -Clarify that the default transport is JSON over HTTP. diff --git a/specification/identity_service_api.rst b/specification/identity_service_api.rst index 88c7a8ab2..952a239db 100644 --- a/specification/identity_service_api.rst +++ b/specification/identity_service_api.rst @@ -51,6 +51,7 @@ Other versions of this specification The following other versions are also available, in reverse chronological order: - `HEAD `_: Includes all changes since the latest versioned release. +- `r0.2.0 `_ - `r0.1.0 `_ General principles diff --git a/specification/modules/third_party_invites.rst b/specification/modules/third_party_invites.rst index b8ab9657f..282b06f4d 100644 --- a/specification/modules/third_party_invites.rst +++ b/specification/modules/third_party_invites.rst @@ -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