Skip to content

Commit 7a871b9

Browse files
authored
Update changelog.md 3.3.1 (#3123)
* Update changelog.md 3.3.1 * PR feedback
1 parent 45beafc commit 7a871b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
3.3.1
2+
========
3+
- Updated to Microsoft.IdentityModel.* 8.2.0
4+
5+
### Supportability
6+
- Added JSON schema support for Microsoft.Identity.Web configuration. This allows for schema validation in the `appsettings.json`, improving configuration accuracy and developer experience. To use it, add the following at the top of your appsettings.json:
7+
`"$schema": "https://github.com/AzureAD/microsoft-identity-web/blob/master/JsonSchemas/microsoft-identity-web.json"`
8+
This update enhances the configuration process by providing clear structure and validation for settings used in Microsoft.Identity.Web. See PR [#3119](https://github.com/AzureAD/microsoft-identity-web/pull/3119) for details.
9+
10+
### Fundamentals
11+
- Fix a flaky test in the L1L2Cache tests. See PR [#3122](https://github.com/AzureAD/microsoft-identity-web/pull/3122) for details.
12+
113
3.3.0
214
========
315
- Updated to Microsoft.Identity.Client 4.66.0

0 commit comments

Comments
 (0)