diff --git a/changelogs/identity_service.rst b/changelogs/identity_service.rst index cb06709d..7cccc0cf 100644 --- a/changelogs/identity_service.rst +++ b/changelogs/identity_service.rst @@ -1,3 +1,20 @@ +r0.3.0 +====== + +New Endpoints +------------- + +- Add ``/account``, ``/account/register``, and ``/account/logout`` to authenticate with the identity server. (`#2255 `_) +- Add endpoints for accepting and handling terms of service. (`#2258 `_) +- Add ``/hash_details`` and a new ``/lookup`` endpoint for performing hashed association lookups. (`#2287 `_) + + +Backwards Compatible Changes +---------------------------- + +- Deprecate the v1 API in favour of an authenticated v2 API. (`#2254 `_) + + r0.2.1 ====== diff --git a/changelogs/identity_service/newsfragments/2254.feature b/changelogs/identity_service/newsfragments/2254.feature deleted file mode 100644 index 089d01fe..00000000 --- a/changelogs/identity_service/newsfragments/2254.feature +++ /dev/null @@ -1 +0,0 @@ -Deprecate the v1 API in favour of an authenticated v2 API. diff --git a/changelogs/identity_service/newsfragments/2255.new b/changelogs/identity_service/newsfragments/2255.new deleted file mode 100644 index fcb6ba88..00000000 --- a/changelogs/identity_service/newsfragments/2255.new +++ /dev/null @@ -1 +0,0 @@ -Add ``/account``, ``/account/register``, and ``/account/logout`` to authenticate with the identity server. diff --git a/changelogs/identity_service/newsfragments/2258.new b/changelogs/identity_service/newsfragments/2258.new deleted file mode 100644 index 06b9efff..00000000 --- a/changelogs/identity_service/newsfragments/2258.new +++ /dev/null @@ -1 +0,0 @@ -Add endpoints for accepting and handling terms of service. diff --git a/changelogs/identity_service/newsfragments/2287.new b/changelogs/identity_service/newsfragments/2287.new deleted file mode 100644 index 7d575bc9..00000000 --- a/changelogs/identity_service/newsfragments/2287.new +++ /dev/null @@ -1 +0,0 @@ -Add ``/hash_details`` and a new ``/lookup`` endpoint for performing hashed association lookups.