You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kratos/guides/upgrade.mdx
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,8 @@ Back up your data! Applying upgrades can lead to data loss if handled incorrectl
11
11
12
12
:::
13
13
14
-
1. Review breaking changes.
15
-
Visit the [CHANGELOG.md](https://github.com/ory/kratos/blob/master/CHANGELOG.md) to see if breaking changes have been
16
-
introduced in the version you are upgrading to.
14
+
1. Review breaking changes. Visit the [CHANGELOG.md](https://github.com/ory/kratos/blob/master/CHANGELOG.md) to see if breaking
15
+
changes have been introduced in the version you are upgrading to.
17
16
1. Backup your data.
18
17
1. Update the [Ory Kratos SDK](../sdk/01_overview.md) if used in your application.
19
18
1.[Install](../install.mdx) the new version of Ory Kratos.
@@ -26,5 +25,10 @@ Should you run into problems with the upgrade, consider a stepped upgrade and pl
26
25
27
26
In [Ory Kratos v0.7](https://github.com/ory/kratos/blob/v0.7.0-alpha.1/CHANGELOG.md#breaking-changes) the cookie behavior has
28
27
changed. Review
29
-
[changes in the exemplary self-service user interface](https://github.com/ory/kratos-selfservice-ui-node/commit/e7fa292968111e06401fcfc9b1dd0e8e285a4d87).
28
+
[changes in the exemplary self-service user interface](https://github.com/ory/kratos-selfservice-ui-node/commit/e7fa292968111e06401fcfc9b1dd0e8e285a4d87).
30
29
Visit the [Cookie Settings](https://www.ory.com/kratos/docs/guides/multi-domain-cookies/#cookies) document for more information.
30
+
31
+
#### v0.10.0 Authenticator assurance level (AAL) in session
32
+
33
+
Since [Ory Kratos v0.10.0](https://github.com/ory/kratos/blob/v0.10.0/CHANGELOG.md#breaking-changes), the AAL is part of the
34
+
session. When upgrading, sessions need to be reissued to observe a higher AAL due to multi-factor methods.
0 commit comments