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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
3.10.0
2
+
=======
3
+
### Dependencies updates
4
+
- Updated MSAL to version 4.73.1 ([#3398](https://github.com/AzureAD/microsoft-identity-web/pull/3398)).
5
+
- Updated `global.json` to the latest .NET 9 runtime framework 9.0.107 ([#3385](https://github.com/AzureAD/microsoft-identity-web/pull/3385)).
6
+
7
+
### New feature
8
+
- Added support for Agent Identities ([#3396](https://github.com/AzureAD/microsoft-identity-web/issues/3396), [#3402](https://github.com/AzureAD/microsoft-identity-web/pull/3402)).
9
+
introducing the `Microsoft.Identity.Web.AgentIdentities` package .
10
+
11
+
### Bug fixes
12
+
- Processed codeQL issues
13
+
14
+
### Fundamentals
15
+
- improved unit tests for OidcFic with the new SignedAssertionFmiPath
0 commit comments