Skip to content

Commit 235d32d

Browse files
trwalkegladjohn
andauthored
Update CHANGELOG.md for 4.68.0 (#5124)
* Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Gladwin Johnson <[email protected]> * Update CHANGELOG with new features and fixes * Update CHANGELOG.md for version 4.68.0 Removing WithAdditionalCacheKeyComponents because it is still internal * Update CHANGELOG.md Co-authored-by: Gladwin Johnson <[email protected]> --------- Co-authored-by: Gladwin Johnson <[email protected]>
1 parent 4ab0e3b commit 235d32d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
4.68.0
2+
==========
3+
### Features
4+
- Added WithFmiPath() api to support FMI scenarios in MSAL. See [Issue #5110](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5110)
5+
- MSAL will now pass Client sku and Version to MsalRuntime for MSAL Runtime's client telemetry. See [Issue #5103](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5103)
6+
7+
### Bug Fixes
8+
- Reordered the condition for ManagedIdentitySource.MachineLearning to be checked after ManagedIdentitySource.AppService instead of before it. See [Issue #5077](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5077)
9+
- Improved Managed Identity Source Detection Logging for Debugging. See [Issue #5097](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5097)
10+
- When a 404 error occurs, MSAL will now include the endpoint and authority URLs in the exception message for better debugging. See [Issue #4769](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4769)
11+
- MSAL will now set `UseShellExecute` to `false` in OpenLinuxBrowser. See [Issue #5075](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5075)
12+
- Fixed a threading exception when using ExtraQueryParameters. See [Issue #5108](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5108)
13+
114
4.67.2
215
==========
316
### Bug Fixes

0 commit comments

Comments
 (0)