From ff7a4d4419d4d40c19a59b7e2f535c59373f221e Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Wed, 26 Aug 2026 16:53:32 +0800 Subject: [PATCH] Add .NET provider v8.7.0-preview release notes --- releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md | 3 +++ releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md | 3 +++ .../MicrosoftExtensionsConfigurationAzureAppConfiguration.md | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md index db145de8..654223da 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md @@ -1,6 +1,9 @@ # Microsoft.Azure.AppConfiguration.AspNetCore [Source code][source_code] | [Package (NuGet)][package] +## 8.7.0-preview - August 26, 2026 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.7.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. + ## 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. diff --git a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md index 7b2e1c36..ce7ab9a4 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.7.0-preview - August 26, 2026 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.7.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. + ## 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. diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index e361e749..2bd49bf8 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -1,6 +1,10 @@ # Microsoft.Extensions.Configuration.AzureAppConfiguration [Source code][source_code] | [Package (NuGet)][package] +## 8.7.0-preview - August 26, 2026 +### Enhancements +* Added support for loading and refreshing enhanced feature flags from Azure App Configuration's dedicated feature flag endpoint. Feature flags continue to be supported alongside enhanced feature flags; when both have the same name, the enhanced feature flag takes precedence. [#738](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/738) + ## 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)