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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Comment on lines +4 to +8

## 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)
Expand Down
Loading