Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md
Original file line number Diff line number Diff line change
@@ -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.
Comment on lines +4 to +5

## 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.

Expand Down
3 changes: 3 additions & 0 deletions releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md
Original file line number Diff line number Diff line change
@@ -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.
Comment on lines +4 to +5

## 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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading