Skip to content

Commit 57a0e4b

Browse files
Release note .net provider 8.3.0 (#1082)
* release note 8.3.0 * update
1 parent e31fda5 commit 57a0e4b

3 files changed

Lines changed: 18 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.3.0 - July 24th, 2025
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.3.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
47
## 8.2.0 - May 14th, 2025
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.2.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.3.0 - July 24th, 2025
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.3.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
47
## 8.2.0 - May 14th, 2025
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.2.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
69

releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md

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

4+
## 8.3.0 - July 24th, 2025
5+
### Enhancements
6+
* Added health check integration for `Microsoft.Extensions.Diagnostic.HealthChecks`. You can call `AddAzureAppConfiguration` on `IHealthCheckBuilder` to register a health check for the Azure App Configuration provider. [#644](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/644)
7+
8+
```cs
9+
builder.Services
10+
.AddHealthChecks()
11+
.AddAzureAppConfiguration();
12+
```
13+
14+
* Introduced a new environment variable `AZURE_APP_CONFIGURATION_FM_SCHEMA_COMPATIBILITY_DISABLED` to force processing and outputting feature flags using the [Microsoft schema](https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureFlag.v2.0.0.schema.json). [#676](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/676)
15+
416
## 8.2.0 - May 14th, 2025
517
### Enhancements
618
* Updated the existing `Select` APIs with the new parameter `tagFilters` to support filtering key-values and feature flags by tags.

0 commit comments

Comments
 (0)