Skip to content

Commit 0c2483c

Browse files
authored
Update CHANGELOG.md (#5044)
* 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
1 parent 89a1e5e commit 0c2483c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
4.67.0
2+
==========
3+
### New Features
4+
- 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)
5+
- 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)
6+
- 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)
7+
8+
### Bug Fixes
9+
- 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)
10+
- Fixed issues where DurationTotalInMs in `AuthenticationResultMetadata` differed from Stopwatch measurements. See [Bug #4895](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4895)
11+
- 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)
12+
- 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)
13+
- 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)
14+
15+
### Deprecated
16+
- Removed MSAL v3 migration aids. See [Remove #4987](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4987)
17+
118
4.66.2
219
==========
320
### Bug Fixes

0 commit comments

Comments
 (0)