Skip to content

Commit

Permalink
autogen(docs): regenerate and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Nov 7, 2024
1 parent 7fad519 commit 57eb414
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,16 @@ https://github.com/ory-corp/cloud/issues/7176
Closes https://github.com/ory/kratos/issues/1570 Closes
https://github.com/ory/kratos/issues/3779

- Remove duplicate queries during settings flow and use better index hint for
credentials lookup ([#4193](https://github.com/ory/kratos/issues/4193))
([c33965e](https://github.com/ory/kratos/commit/c33965e5735ead3acddac87ef84c3a730874f9ab)):

This patch reduces duplicate GetIdentity queries as part of submitting the
settings flow, and improves an index to significantly reduce credential
lookup.

For better debugging, more tracing ha been added to the settings module.

- Remove more unused indices
([#4186](https://github.com/ory/kratos/issues/4186))
([b294804](https://github.com/ory/kratos/commit/b2948044de4eee1841110162fe874055182bd2d2))
Expand Down

0 comments on commit 57eb414

Please sign in to comment.