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 Sep 26, 2023
1 parent 7ae1271 commit 461ad52
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

**Table of Contents**

- [ (2023-09-20)](#2023-09-20)
- [ (2023-09-26)](#2023-09-26)
- [Breaking Changes](#breaking-changes)
- [Bug Fixes](#bug-fixes)
- [Documentation](#documentation)
Expand Down Expand Up @@ -313,7 +313,7 @@

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

# [](https://github.com/ory/kratos/compare/v1.0.0...v) (2023-09-20)
# [](https://github.com/ory/kratos/compare/v1.0.0...v) (2023-09-26)

## Breaking Changes

Expand Down Expand Up @@ -385,6 +385,13 @@ https://github.com/ory/kratos/pull/3480
- Don't return 500 on conflict for POST /admin/identities
([#3437](https://github.com/ory/kratos/issues/3437))
([1429949](https://github.com/ory/kratos/commit/142994932e449d9948148804502c98ef73daafff))
- Error handling on identity import
([#3520](https://github.com/ory/kratos/issues/3520))
([83bfb2d](https://github.com/ory/kratos/commit/83bfb2d2a9c69bf3a3442500b9484c1a69f8c794)):

When importing identities without any traits, or with malformed traits, 500s
are returned. This improves the error handling and messaging.

- False-positives for requiring re-authentication on update
([#3421](https://github.com/ory/kratos/issues/3421))
([ce8139f](https://github.com/ory/kratos/commit/ce8139f2325a8317388cbcaaa98f3f83d626657b))
Expand Down Expand Up @@ -453,6 +460,8 @@ https://github.com/ory/kratos/pull/3480
- Return 400 bad request for invalid login challenge
([#3404](https://github.com/ory/kratos/issues/3404))
([ca34e9b](https://github.com/ory/kratos/commit/ca34e9b744482b41d65082f3bed52e9c4ebd7ba4))
- Schema test errors ([#3528](https://github.com/ory/kratos/issues/3528))
([bee0341](https://github.com/ory/kratos/commit/bee0341c5bf5708a2210146fc59f050a1b9df663))
- Type-assert all interfaces that WebHook implements
([ffda1a0](https://github.com/ory/kratos/commit/ffda1a0dab661c5f11ad849b9287094313561b79))
- Use registry client for schema loading
Expand Down Expand Up @@ -488,6 +497,8 @@ https://github.com/ory/kratos/pull/3480
The tokenize feature supports multiple templates, which makes it easy to use
the resulting JWT in a variety of use cases.

- Add event ([#3524](https://github.com/ory/kratos/issues/3524))
([75031e6](https://github.com/ory/kratos/commit/75031e67bc82a820a6aba134115e8d5f93303638))
- Add GetID member functions to RecoveryAddress and Credentials
([#3474](https://github.com/ory/kratos/issues/3474))
([085d500](https://github.com/ory/kratos/commit/085d5002df27d455057d33bd2d93dfbca0de4872))
Expand Down Expand Up @@ -564,6 +575,14 @@ https://github.com/ory/kratos/pull/3480
- Emit error details when we find stray cookies in an API flow
([#3496](https://github.com/ory/kratos/issues/3496))
([df74339](https://github.com/ory/kratos/commit/df74339802d98a292abb32806eca35fb2554960b))
- Fine-grained hooks for all available flow methods
([#3519](https://github.com/ory/kratos/issues/3519))
([a37f6bd](https://github.com/ory/kratos/commit/a37f6bddc48443b2fc464699fa5c2922f64d81f6)):

Adds fine-grained hook configurations to the post-settings flow for methods
totp, webauthn, lookup_secret and the post-login flow for totp, lookup_secret,
and code.

- Hook to revoke sessions after password changed
([#3514](https://github.com/ory/kratos/issues/3514))
([e6af6db](https://github.com/ory/kratos/commit/e6af6db37ff5de33a656ce7804c813451395459d)),
Expand Down Expand Up @@ -626,6 +645,8 @@ https://github.com/ory/kratos/pull/3480
"reauthenticate" will force the user to reauthenticate (similar to
`prompt=login` for other Providers).

- Support for B2B SSO ([#3489](https://github.com/ory/kratos/issues/3489))
([0ec037a](https://github.com/ory/kratos/commit/0ec037ab298ed28fb0ac84db6a4d2b14b81e57df))
- Support multiple origins for WebAuthN
([#3380](https://github.com/ory/kratos/issues/3380))
([013f335](https://github.com/ory/kratos/commit/013f335881831bbf90ac31b219b57118fc089fe6)):
Expand All @@ -649,9 +670,13 @@ https://github.com/ory/kratos/pull/3480

- **e2e:** Logout return_to ([#3418](https://github.com/ory/kratos/issues/3418))
([c348c12](https://github.com/ory/kratos/commit/c348c12ab3c9cdb4ce8159fe774ed179ff6a4d8a))
- Fix cypress setup ([#3527](https://github.com/ory/kratos/issues/3527))
([70c8ddd](https://github.com/ory/kratos/commit/70c8ddd49c8abb9c10f2ca349e01061b791c5e7b))
- Fix e2e failures and speed up e2e tests
([#3483](https://github.com/ory/kratos/issues/3483))
([70a6171](https://github.com/ory/kratos/commit/70a617194d61763f4b75691b22cfa76ba71ab019))
- Resolve cypress issues ([#3531](https://github.com/ory/kratos/issues/3531))
([4206d26](https://github.com/ory/kratos/commit/4206d2605dfa30b19e132be31b85b1a35f8dca78))

# [1.0.0](https://github.com/ory/kratos/compare/v0.13.0...v1.0.0) (2023-07-12)

Expand Down

0 comments on commit 461ad52

Please sign in to comment.