From d766ff16488dadbb31b37c34c42e2927c478376a Mon Sep 17 00:00:00 2001 From: Travis Walker Date: Sat, 19 Oct 2024 12:49:25 -0700 Subject: [PATCH] Update CHANGELOG.md for 4.66.0 (#4961) * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> --------- Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d43783ab7e..1b77d79784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +4.66.0 +========== +### New Features +- Enabled extended functionality in the MSAL authentication flow through the implementation of `IAuthenticationOperation`. This allows for custom extensions in the authentication flow by providing an authentication operation interface. See [Issue #4956](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4956) +- MSAL.NET will now opt-in to regional ESTS when the environment variable MSAL_FORCE_REGION is set `(e.g., MSAL_FORCE_REGION=eastus)`. This automatically directs MSAL to use the specified region for token acquisition. If the region is explicitly set to `"DisableMsalForceRegion"`, MSAL will not opt-in to regional ESTS. Use of the `WithAzureRegion(xyz)` API takes precedence over the environment variable. See [Issue #4930](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4930) + 4.65.0 ========== ### New Features