From cad6adb54462c5cc6de50cf9e91c9d73817a0739 Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Fri, 24 Jul 2026 15:56:50 +0800 Subject: [PATCH 1/3] Add dotnet provider v8.6.0 release notes --- releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md | 4 ++-- .../MicrosoftAzureAppConfigurationFunctionsWorker.md | 3 +++ ...MicrosoftExtensionsConfigurationAzureAppConfiguration.md | 6 ++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md index 45077e79..c86b5307 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md @@ -1,8 +1,8 @@ # Microsoft.Azure.AppConfiguration.AspNetCore [Source code][source_code] | [Package (NuGet)][package] -## 8.6.0-preview - February 26th, 2026 -* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. +## 8.6.0 - July 24th, 2026 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. ## 8.5.0 - February 12th, 2026 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. diff --git a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md index 4c282721..4828a35f 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md @@ -1,6 +1,9 @@ # Microsoft.Azure.AppConfiguration.Functions.Worker [Source code][source_code] | [Package (NuGet)][package] +## 8.6.0 - July 24th, 2026 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. + ## 8.6.0-preview - February 26th, 2026 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index 580473ec..0c537aed 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -1,6 +1,12 @@ # Microsoft.Extensions.Configuration.AzureAppConfiguration [Source code][source_code] | [Package (NuGet)][package] +## 8.6.0 - July 24th, 2026 +### Enhancements +* Added support for resolving Azure Key Vault references in parallel by setting the new `ParallelSecretResolutionEnabled` property under `AzureAppConfigurationKeyVaultOptions` to true. [#736](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/736) + +* Upgraded `Azure.Data.AppConfiguration` to `1.11.0` to enable automatic Microsoft Entra ID audience detection. [#745](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/745) + ## 8.6.0-preview - February 26th, 2026 ### Enhancements * Optimized refresh behavior for `ConnectAzureFrontDoor` by using `HEAD` requests to check for changes. [#717](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/717) From de893042aea03e613481b778b3e1bb3c0b07cfd8 Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Fri, 24 Jul 2026 15:58:04 +0800 Subject: [PATCH 2/3] update --- releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md index c86b5307..51cc5f9f 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md @@ -4,6 +4,9 @@ ## 8.6.0 - July 24th, 2026 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. +## 8.6.0-preview - February 26th, 2026 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. + ## 8.5.0 - February 12th, 2026 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. From 8aad62416abd96fe0c02c716b193ed91ff6935a9 Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Tue, 28 Jul 2026 17:00:34 +0800 Subject: [PATCH 3/3] update release date --- releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md | 2 +- releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md | 2 +- .../MicrosoftExtensionsConfigurationAzureAppConfiguration.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md index 51cc5f9f..db145de8 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md @@ -1,7 +1,7 @@ # Microsoft.Azure.AppConfiguration.AspNetCore [Source code][source_code] | [Package (NuGet)][package] -## 8.6.0 - July 24th, 2026 +## 8.6.0 - July 29th, 2026 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. ## 8.6.0-preview - February 26th, 2026 diff --git a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md index 4828a35f..7b2e1c36 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md @@ -1,7 +1,7 @@ # Microsoft.Azure.AppConfiguration.Functions.Worker [Source code][source_code] | [Package (NuGet)][package] -## 8.6.0 - July 24th, 2026 +## 8.6.0 - July 29th, 2026 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. ## 8.6.0-preview - February 26th, 2026 diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index 0c537aed..e361e749 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -1,7 +1,7 @@ # Microsoft.Extensions.Configuration.AzureAppConfiguration [Source code][source_code] | [Package (NuGet)][package] -## 8.6.0 - July 24th, 2026 +## 8.6.0 - July 29th, 2026 ### Enhancements * Added support for resolving Azure Key Vault references in parallel by setting the new `ParallelSecretResolutionEnabled` property under `AzureAppConfigurationKeyVaultOptions` to true. [#736](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/736)