Skip to content

Commit

Permalink
Update CHANGELOG.md (#5044)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md for version 4.67.0

* Update CHANGELOG.md for bug fix descriptions

* Update CHANGELOG.md with bug fix details
  • Loading branch information
gladjohn authored Jan 8, 2025
1 parent 89a1e5e commit 0c2483c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
4.67.0
==========
### New Features
- MSAL.NET now supports acquiring token for Client Credentials flow with a Subject Name Issuer (SNI) certificate over Mutual TLS (mTLS) for first-party applications. See [Issue #4986](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4986)
- Bumped NET SDK from net6 to net8, aligning MSAL.NET with the latest .NET standards and features. See [Feature Request #5025](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5025)
- Public API analyzer integrated to enhance API compliance and stability. See [Feature Request #4931](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4931)

### Bug Fixes
- Improved AcquireTokenSilent logging and handling of Family of Client IDs (FOCI). See [Bug #4988](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4988)
- Fixed issues where DurationTotalInMs in `AuthenticationResultMetadata` differed from Stopwatch measurements. See [Bug #4895](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4895)
- Resolved incorrect computation of OTel durations in L1 cache and during the creation of POP tokens. See [Bug #5036](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5036)
- Addressed an issue where `AbstractAcquireTokenParameterBuilder<T>.WithAdfsAuthority` threw exceptions when the tenant ID was null and the authority host URI ended in /adfs. See [Bug #4860](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4860)
- Fixed a parsing issue in Managed Identity to align with Azure.Identity's behavior for handling invalid JSON responses. See [Bug #5016](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5016)

### Deprecated
- Removed MSAL v3 migration aids. See [Remove #4987](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4987)

4.66.2
==========
### Bug Fixes
Expand Down

0 comments on commit 0c2483c

Please sign in to comment.