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: changelog.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
4.0.2
2
+
=========
3
+
### New features
4
+
- Migrate to .NET 10 GA. [#3449](https://github.com/AzureAD/microsoft-identity-web/pull/3449) and [#3590](https://github.com/AzureAD/microsoft-identity-web/pull/3590)
5
+
6
+
### Dependencies updates
7
+
- Bump MSAL.NET to version [4.79.2](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases/tag/4.79.2) and handle changes to deprecated WithExtraQueryParameters APIs. [#3583](https://github.com/AzureAD/microsoft-identity-web/pull/3583)
8
+
- Update Microsoft.IdentityModel and Abstractions versions. [#3604](https://github.com/AzureAD/microsoft-identity-web/pull/3604)
9
+
- Update coverlet.collector to 6.0.4. [#3587](https://github.com/AzureAD/microsoft-identity-web/pull/3587)
10
+
- Update package validation baseline version to 4.0.0. [#3589](https://github.com/AzureAD/microsoft-identity-web/pull/3589)
11
+
- Bump js-yaml from 4.1.0 to 4.1.1 in /tests/DevApps/SidecarAdapter/typescript. [#3595](https://github.com/AzureAD/microsoft-identity-web/pull/3595)
12
+
13
+
### Entra ID SDK sidecar
14
+
- Restrict hosts to localhost for sidecar. [#3579](https://github.com/AzureAD/microsoft-identity-web/pull/3579)
15
+
- Update http file to match endpoints. [#3555](https://github.com/AzureAD/microsoft-identity-web/pull/3555)
16
+
- Revise sidecar issue template for Entra ID. [#3577](https://github.com/AzureAD/microsoft-identity-web/pull/3577)
17
+
18
+
### Documentation
19
+
- Update README to include Entra SDK container info. [#3578](https://github.com/AzureAD/microsoft-identity-web/pull/3578)
20
+
21
+
### Fundamentals
22
+
- Include NET 9.0 in template-install-dependencies. [#3593](https://github.com/AzureAD/microsoft-identity-web/pull/3593)
0 commit comments