@@ -16,6 +16,10 @@ changes. Some updates contain changes to the stores used by IdentityServer that
16
16
schema updates. If you are using our Entity Framework based stores we recommend using Entity Framework
17
17
Migrations.
18
18
19
+ ## Upgrading from version 7.1 to 7.2
20
+
21
+ See [ IdentityServer v7.1 to v7.2] ( /identityserver/upgrades/v7_1-to-v7_2.md ) .
22
+
19
23
## Upgrading from version 7.0 to 7.1
20
24
21
25
IdentityServer v7.1 includes support for ** .NET 9** and many other smaller fixes and
@@ -36,30 +40,30 @@ breaking changes that affect your implementation.
36
40
37
41
There are changes to the stores which requires database schema updates. If you use the Entity Framework
38
42
based stores you need to apply the upgrade and database migrations
39
- from [ 6.0 - 6.1] ( v6_0-to-v6_1 ) . Then
40
- continue with " Upgrading from version 6.2" below . If you are experienced with the Entity Framework
41
- Migrations Tooling you may also create a single migration 6.0- 7.0.
43
+ from [ 6.0 - 6.1] ( /identityserver/upgrades/ v6_0-to-v6_1.md ) . Then
44
+ continue with the [ Upgrading from version 6.2] ( #upgrading-from-version-62 ) guide . If you are experienced with the Entity Framework
45
+ Migrations Tooling you may also create a single migration from 6.0 to 7.0.
42
46
43
47
#### Upgrading from version 6.1
44
48
45
- There no schema changes or other breaking changes between 6.1 abd 6.2. Follow the "Upgrading from
46
- version 6.2" guide below .
49
+ There no schema changes or other breaking changes between 6.1 and 6.2.
50
+ Follow the [ Upgrading from version 6.2] ( #upgrading-from-version-62 ) guide.
47
51
48
52
#### Upgrading from version 6.2
49
53
50
54
There are changes to the stores which requires database schema updates. If you use the Entity Framework
51
55
based stores you need to apply the upgrade and database migrations
52
- from [ 6.2 - 6.3] ( v6_2-to-v6_3 ) . If you
53
- are experienced with the Entity Framework Migrations Tooling you may also create a single migration
54
- 6.2- 7.0.
56
+ from [ 6.2 - 6.3] ( /identityserver/upgrades/ v6_2-to-v6_3.md ) . If you
57
+ are experienced with the Entity Framework Migrations Tooling you may also create a single migration from
58
+ 6.2 to 7.0.
55
59
56
60
There were minor breaking changes in 6.3, most notably rotated refresh tokens are now deleted immediately
57
61
on use by default. Review
58
- the [ list in the upgrade guide] ( v6_2-to-v6_3#step-4-breaking-changes ) to check
62
+ the [ list in the upgrade guide] ( /identityserver/upgrades/ v6_2-to-v6_3.md #step-4-breaking-changes) to check
59
63
if any of them affect your implementation.
60
64
61
65
Then continue with "Upgrading from version 6.3" below.
62
66
63
67
#### Upgrading from version 6.3
64
68
65
- Follow the [ upgrade guide version 6.3 - 7.0] ( v6_3-to-v7_0 )
69
+ Follow the [ upgrade guide version 6.3 - 7.0] ( /identityserver/upgrades/ v6_3-to-v7_0.md )
0 commit comments