Skip to content

Commit

Permalink
Merge branch 'master' into alnr/order-by
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Nov 7, 2024
2 parents 57b5fe9 + 3dbeb64 commit be414f5
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 be414f5

Please sign in to comment.