From 929ea06197dc7b760377b4d573dfe9013dc41336 Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Mon, 24 Nov 2025 11:19:39 +0000 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1eda19e1..9ff8b83112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +4.79.2 +====== + +### Bug fixes + +* Bump winsdk dependency [#5575](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5575) +* ImdsV2 probe does not fire when .WithMtlsProofOfPossesstion is not used [#5579](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5579) +* Downgrade System.Formats.Asn1 to match ID web [#5583](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5583) + 4.79.0 ====== @@ -6,6 +15,7 @@ * Bearer Requests should Fallback to IMDS in Preview in https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5562 * Updating MSAL to send client info = 2 on client credential flow in https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5529 * Make `IMsalMtlsHttpClientFactory` interface public in https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5559* Adjust WithExtraQueryParameters APIs and cache key behavior https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5536 +* Adjust WithExtraQueryParameters APIs and cache key behavior [#5536](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5536) ### Bug fixes * Fix instance discovery bug in Fr cloud [#5549](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5549) @@ -13,6 +23,7 @@ + 4.78.0 ====== ### Changes From 413ae12277423792547abeecfce9cac20bd24462 Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Wed, 26 Nov 2025 17:02:17 +0000 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff8b83112..defa1db324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -4.79.2 +4.79.1 ====== ### Bug fixes From 64bc051e21998b07479ff7763101ae73e552e251 Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Wed, 26 Nov 2025 17:03:07 +0000 Subject: [PATCH 3/3] Update CHANGELOG for version 4.79.2 Updated version to 4.79.2 and listed bug fixes. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index defa1db324..5729edcf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ -4.79.1 +4.79.2 ====== ### Bug fixes - * Bump winsdk dependency [#5575](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5575) * ImdsV2 probe does not fire when .WithMtlsProofOfPossesstion is not used [#5579](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5579) * Downgrade System.Formats.Asn1 to match ID web [#5583](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5583)