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.5.0 - February 12th, 2026
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.

## 8.5.0-preview - November 14th, 2025
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.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.5.0 - February 12th, 2026
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.

## 8.5.0-preview - November 14th, 2025
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.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,10 @@
# Microsoft.Extensions.Configuration.AzureAppConfiguration
[Source code][source_code] | [Package (NuGet)][package]

## 8.5.0 - February 12th, 2026
### Enhancements
* Upgraded the package reference for `Azure.Data.AppConfiguration` to `1.8.0`. [#721](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/721)

## 8.5.0-preview - November 14th, 2025
### Enhancements
* 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)
Expand Down
Loading