Skip to content

Commit 60bc4e8

Browse files
Dotnet provider 8.6.0-preview release notes (#1136)
* Dotnet provider 8.6.0-preview release notes * update
1 parent 1afc38c commit 60bc4e8

3 files changed

Lines changed: 13 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-preview - February 26th, 2026
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
47
## 8.5.0 - February 12th, 2026
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0`. 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-preview - February 26th, 2026
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.6.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
47
## 8.5.0 - February 12th, 2026
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
69

releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md

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

4+
## 8.6.0-preview - February 26th, 2026
5+
### Enhancements
6+
* Optimized refresh behavior for `ConnectAzureFrontDoor` by using `HEAD` requests to check for changes. [#717](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/717)
7+
48
## 8.5.0 - February 12th, 2026
59
### Enhancements
610
* Upgraded the package reference for `Azure.Data.AppConfiguration` to `1.8.0`to take advantage of enhanced errors when Entra ID audience is misconfigured. [#721](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/721)
711

12+
### Bug Fixes
13+
* Fixed a bug where the Azure App Configuration health check did not honor the registered `failureStatus` when the provider failed to load or refresh. [#714](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/714)
14+
815
## 8.5.0-preview - November 14th, 2025
916
### Enhancements
1017
* Added a new method `ConnectAzureFrontDoor` to `AzureAppConfigurationOptions`, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client-side applications (like mobile/desktop apps) to securely load configuration from App Configuration service, while leveraging all the benefits of CDN. [#706](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/706)

0 commit comments

Comments
 (0)