Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog.md for 3.3.0 #3113

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
3.3.0
========
- Updated to Microsoft.Identity.Client 4.66.0
- Update system.Text.Json to 8.0.5 CVE-2024-43485
- Updated to .NET 9 RC2

### New features
- Microsoft.Identity.Web token acquisitio now provides an extensibility mechanism to enlight non-standard features. For details, see [#2975](https://github.com/AzureAD/microsoft-identity-web/issues/2975)

### Fundamentals
- Split DownstreamApi methods between AoT compatible and incompatible methods by @SaurabhMSFT in https://github.com/AzureAD/microsoft-identity-web/pull/3090
- ASP.NET Core (and other) cross-link updates by @guardrex in https://github.com/AzureAD/microsoft-identity-web/pull/3096. Thank you!
- Onboarded to Threading Analyzers. For details, see [#3052](https://github.com/AzureAD/microsoft-identity-web/issues/3052)
- display code coverage as PR comments
- Fix flaky EncryptionTestAsync on .NET 9.

3.2.2
=========
- Updated to Microsoft.IdentityModel.* 8.1.2
Expand Down
Loading