Skip to content

Commit ba5875e

Browse files
authored
Merge pull request #948 from DuendeSoftware/mb/740
7.4.0-rc.1 -> 7.4.0
2 parents e2fcbce + 4b89558 commit ba5875e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/content/docs/identityserver/upgrades/v7_3-to-v7_4.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ sidebar:
55
label: v7.3 → v7.4
66
---
77

8-
This upgrade guide covers upgrading from Duende IdentityServer v7.3 to v7.4 ([release notes](https://github.com/DuendeSoftware/products/releases/tag/is-7.4.0-rc.1)).
8+
This upgrade guide covers upgrading from Duende IdentityServer v7.3 to v7.4 ([release notes](https://github.com/DuendeSoftware/products/releases/tag/is-7.4.0)).
99

1010
IdentityServer 7.4.0 is a significant release that includes:
1111

1212
- Support for [.NET 10](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/overview)
1313
- Support for OAuth 2.0 Authorization Server Metadata ([RFC 8414](https://www.rfc-editor.org/rfc/rfc8414.html))
14+
- Add service for diagnostic data by [@josephdecock](https://github.com/josephdecock) in [#2252](https://github.com/DuendeSoftware/products/pull/2252)
15+
- Trigger Back Channel Logout Earlier in Pipeline by [@bhazen](https://github.com/bhazen) in [#2258](https://github.com/DuendeSoftware/products/pull/2258)
16+
- Enable Customizing ErrorMessage on Redirect to Error Page by [@bhazen](https://github.com/bhazen) in [#2263](https://github.com/DuendeSoftware/products/pull/2263)
17+
- Better DCR Support for Public Clients by [@bhazen](https://github.com/bhazen) in [#2264](https://github.com/DuendeSoftware/products/pull/2264)
1418
- New Callback option for path detection in Dynamic Providers
1519
- Improved UI locales support
1620
- Support for custom parameters in the Authorize Redirect Uri
@@ -35,7 +39,7 @@ For example, in your project file:
3539
would change to:
3640

3741
```xml
38-
<PackageReference Include="Duende.IdentityServer" Version="7.4.0-rc.1" />
42+
<PackageReference Include="Duende.IdentityServer" Version="7.4.0" />
3943
```
4044

4145
## Step 2: Breaking Changes
@@ -66,4 +70,4 @@ https://github.com/DuendeSoftware/products/pull/2170
6670

6771
That's it. Of course, at this point, you can and should test that your IdentityServer is updated and working properly.
6872

69-
[1]: https://github.com/DuendeSoftware/products/pull/2128/files#diff-b9470315ba30a728f573d4fd52fae80da4f3f180b19d5e1b9b0bf3a9c7ce6841
73+
[1]: https://github.com/DuendeSoftware/products/pull/2128/files#diff-b9470315ba30a728f573d4fd52fae80da4f3f180b19d5e1b9b0bf3a9c7ce6841

0 commit comments

Comments
 (0)