Skip to content

Commit 767331f

Browse files
authored
Changelog for 2.13.4 (#2441)
* Changelog for 2.13.4 * Addressing PR feedback
1 parent e39c2f6 commit 767331f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

changelog.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1+
2.13.4
2+
=========
3+
- Update to IdentityModel 7.0.0-preview5 on .NET 8 and IdentityModel 6.32.3 for the other target frameworks.
4+
- Support for .NET 8 preview 7. See PR [#2430](https://github.com/AzureAD/microsoft-identity-web/pull/2430)
5+
6+
### Bug fixes
7+
- In Microsoft.Identity.Web.Owin, removed un-needed reference to Microsoft.Aspnet.WebApi.HelpPage. See issue [#2417](https://github.com/AzureAD/microsoft-identity-web/issues/2417)
8+
- Fix to accomodate for breaking change in ASP.NET Core on .NET 8 that the SecurityToken is now a JsonWebToken. See issue [#2420](https://github.com/AzureAD/microsoft-identity-web/issues/2420)
9+
- Improved the usability of IDownstreamApi by checking all `HttpResponse` for success before returning to the caller, instead of swallowing issues. This is a change of behavior. See issue [#2426](https://github.com/AzureAD/microsoft-identity-web/issues/2426)
10+
- Improvement/Fix of OWIN scenarios, especially the session with B2C: [#2388](https://github.com/AzureAD/microsoft-identity-web/issues/2388)
11+
- Fix an issue with CIAM web APIs and added two CIAM test apps. See PR [#2411](https://github.com/AzureAD/microsoft-identity-web/pull/2411)
12+
13+
### Fundamentals
14+
- performance improvements: [#2414](https://github.com/AzureAD/microsoft-identity-web/pull/2414)
15+
- Replaced Selenim with Playwright for more reliable faster UI tests. See issue [#2354](https://github.com/AzureAD/microsoft-identity-web/issues/2354)
16+
- Added MSAL telemetry about the kind of token cache used (L1/L2). See issue [#1900](https://github.com/AzureAD/microsoft-identity-web/issues/1900)
17+
118
2.13.3
219
=========
3-
- Update to Wilson 7.0.0-preview2 on .NET 8.
20+
- Update to IdentityModel 7.0.0-preview2 on .NET 8.
421

522
### New features:
623
- Support langversion 11, which as fewer allocations compared to 10. See issue [#2351](https://github.com/AzureAD/microsoft-identity-web/issues/2351).

0 commit comments

Comments
 (0)