From 59172586bbf33e72d5f743f79e0366ba63a6e35f Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Sat, 17 Dec 2022 12:06:16 +0000 Subject: [PATCH] autogen(docs): regenerate and update changelog [skip ci] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c2ec99081..88c77d0ea59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -293,6 +293,12 @@ The `/admin/courier/messages` endpoint now uses `keysetpagination` instead. ### Bug Fixes +- Add missing indexes for identity delete + ([#2952](https://github.com/ory/kratos/issues/2952)) + ([dc311f9](https://github.com/ory/kratos/commit/dc311f9a9dc0dbb26e2375b3cd4232a4e8cccb61)): + + This significantly improves the performance of identity deletes. + - Cors headers not added to the response [#2922](https://github.com/ory/kratos/issues/2922) ([#2934](https://github.com/ory/kratos/issues/2934))