Skip to content

Commit eea3553

Browse files
Add dotnet provider v8.6.0 release notes (#1163)
* Add dotnet provider v8.6.0 release notes * update * update release date
1 parent ff43e88 commit eea3553

3 files changed

Lines changed: 12 additions & 0 deletions

releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Microsoft.Azure.AppConfiguration.AspNetCore
22
[Source code][source_code] | [Package (NuGet)][package]
33

4+
## 8.6.0 - July 29th, 2026
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
47
## 8.6.0-preview - February 26th, 2026
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
69

releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Microsoft.Azure.AppConfiguration.Functions.Worker
22
[Source code][source_code] | [Package (NuGet)][package]
33

4+
## 8.6.0 - July 29th, 2026
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
47
## 8.6.0-preview - February 26th, 2026
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
69

releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Microsoft.Extensions.Configuration.AzureAppConfiguration
22
[Source code][source_code] | [Package (NuGet)][package]
33

4+
## 8.6.0 - July 29th, 2026
5+
### Enhancements
6+
* 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)
7+
8+
* 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)
9+
410
## 8.6.0-preview - February 26th, 2026
511
### Enhancements
612
* Optimized refresh behavior for `ConnectAzureFrontDoor` by using `HEAD` requests to check for changes. [#717](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/717)

0 commit comments

Comments
 (0)