Skip to content

Commit

Permalink
added 2.13.3 notes (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLozensky authored Aug 17, 2023
1 parent 1bb5ac3 commit b0eb96a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.13.3
=========
- Update to Wilson 7.0.0-preview2 on .NET 8.

### New features:
- Support langversion 11, which as fewer allocations compared to 10. See issue [#2351](https://github.com/AzureAD/microsoft-identity-web/issues/2351).
- In AspNET Core 3.1 and Net 5+, Microsoft.Identity.Web now use the DefaultTokenAcquisitionHost (the host for SDK apps) instead of the
Asp.NET Core one, when the service collection was not initialized by ASP.NET Core (that is the `IWebHostEnvironment` is not present in the collection. If you want the ASP.NET Core host, you would need to use the `WebApplication.CreateBuilder().Services` instead
of instantiating a simple service collection.
- In web APIs, `GetAuthenticationResultForUserAsync` tries to find the inbound token from `user.Identity.BootstrapContext` first (if not null), and then from the token acquisition host. This will help for non-asp.NET Core Azure functions for instance.
See issue [#2371](https://github.com/AzureAD/microsoft-identity-web/issues/2371) for details.

2.13.2
=========
### Bug fixes:
Expand Down

0 comments on commit b0eb96a

Please sign in to comment.