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 Feb 27, 2025
1 parent 43ab7c5 commit b449fb5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

**Table of Contents**

- [ (2025-02-26)](#2025-02-26)
- [ (2025-02-27)](#2025-02-27)
- [Breaking Changes](#breaking-changes)
- [Related issue(s)](#related-issues)
- [Related issue(s)](#related-issues-1)
- [Related issue(s)](#related-issues-2)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# [](https://github.com/ory/kratos/compare/v1.3.0...v) (2025-02-26)
# [](https://github.com/ory/kratos/compare/v1.3.0...v) (2025-02-27)

## Breaking Changes

Expand Down Expand Up @@ -129,6 +129,11 @@ Closes https://github.com/ory-corp/cloud/issues/7176

* Explicity set updated_at field when updating identity ([#4131](https://github.com/ory/kratos/issues/4131)) ([66afac1](https://github.com/ory/kratos/commit/66afac173dc08b1d6666b107cf7050a2b0b27774))
* Gracefully handle unused index ([#4196](https://github.com/ory/kratos/issues/4196)) ([3dbeb64](https://github.com/ory/kratos/commit/3dbeb64b3f99a3aeba5f7126c301b72fda4c3e3c))
* IdentityCreated is over-reporting on error inserts ([#4323](https://github.com/ory/kratos/issues/4323)) ([c3f4ecf](https://github.com/ory/kratos/commit/c3f4ecf2562ffe400e500da97a93327b6115ddb6)):

`defer` was the incorrect code path here, as we should only record
identity created if the transaction did not error (aka was rolled back).

* Ignore CSRF on all apple provider callback URLs ([#4291](https://github.com/ory/kratos/issues/4291)) ([b60edba](https://github.com/ory/kratos/commit/b60edba1f4642f07b411271b6c7a442665dc2a74))
* Improve linking on OIDC signup ([#4314](https://github.com/ory/kratos/issues/4314)) ([687d578](https://github.com/ory/kratos/commit/687d5787b12450895ba613ceee47da408917a0a7)), closes [#1234](https://github.com/ory/kratos/issues/1234) [#1234](https://github.com/ory/kratos/issues/1234):

Expand Down

0 comments on commit b449fb5

Please sign in to comment.