From 17e006f4c05308a1d6fdfd915bc79c8ef66ea59c Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Fri, 19 Sep 2025 17:48:23 +0800 Subject: [PATCH 1/2] release note .net provider 8.4.0 --- .../MicrosoftAzureAppConfigurationAspNetCore.md | 3 +++ ...rosoftAzureAppConfigurationFunctionsWorker.md | 3 +++ ...tensionsConfigurationAzureAppConfiguration.md | 16 ++++++++++++++++ 3 files changed, 22 insertions(+) diff --git a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md index 4bf73177..8605f790 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md @@ -1,6 +1,9 @@ # Microsoft.Azure.AppConfiguration.AspNetCore [Source code][source_code] | [Package (NuGet)][package] +## 8.4.0 - September 19th, 2025 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.4.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. + ## 8.3.0 - July 24th, 2025 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.3.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. diff --git a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md index 99f9698f..a56abf3d 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md @@ -1,6 +1,9 @@ # Microsoft.Azure.AppConfiguration.Functions.Worker [Source code][source_code] | [Package (NuGet)][package] +## 8.4.0 - September 19th, 2025 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.4.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. + ## 8.3.0 - July 24th, 2025 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.3.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index c8e326ec..e164e097 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -1,6 +1,22 @@ # Microsoft.Extensions.Configuration.AzureAppConfiguration [Source code][source_code] | [Package (NuGet)][package] +## 8.4.0 - September 19th, 2025 +### Enhancements +* Added support for parsing json values with comments. [#685](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/685) + +* Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime. [#689](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/689) + +* Updated dependency package versions. [#695](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/695) + * `Azure.Data.AppConfiguration`: `1.6.0` -> `1.6.1` + * `Azure.Messaging.EventGrid`: `4.7.0` -> `5.0.0` + * `Azure.Security.KeyVault.Secrets`: `4.6.0` -> `4.8.0` + * `Microsoft.Extensions.Diagnostics.HealthChecks`: `6.0.36` -> `8.0.19` + * `Microsoft.Extensions.Azure`: `1.7.6` -> `1.12.0` + * `Microsoft.Extensions.DependencyInjection.Abstractions`: `6.0.0` -> `8.0.2` + * `Microsoft.Extensions.Logging`: `6.0.0` -> `8.0.1` + * `Microsoft.Extensions.Configuration`: `6.0.1` -> `8.0.0` + ## 8.3.0 - July 24th, 2025 ### Enhancements * 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) From e97e1577eb3d964facb1e518a32fce5821c96af6 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Mon, 22 Sep 2025 11:01:52 +0800 Subject: [PATCH 2/2] update --- releaseNotes/JavaScriptProvider.md | 2 +- ...tensionsConfigurationAzureAppConfiguration.md | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/releaseNotes/JavaScriptProvider.md b/releaseNotes/JavaScriptProvider.md index 215c1587..40d75538 100644 --- a/releaseNotes/JavaScriptProvider.md +++ b/releaseNotes/JavaScriptProvider.md @@ -10,7 +10,7 @@ * Added a new property `secretRefreshInterval` under `AzureAppConfigurationOptions.keyVaultOptions`, which enables the configuration provider to periodically reload secrets and certificates from Key Vault. [#175](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/175) -* Added support for parsing json values with comments. [#205](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/205) +* Added support for accepting JSON values with comments. [#205](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/205) ### Bug fix diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index e164e097..8314b994 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -3,19 +3,9 @@ ## 8.4.0 - September 19th, 2025 ### Enhancements -* Added support for parsing json values with comments. [#685](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/685) - -* Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime. [#689](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/689) - -* Updated dependency package versions. [#695](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/695) - * `Azure.Data.AppConfiguration`: `1.6.0` -> `1.6.1` - * `Azure.Messaging.EventGrid`: `4.7.0` -> `5.0.0` - * `Azure.Security.KeyVault.Secrets`: `4.6.0` -> `4.8.0` - * `Microsoft.Extensions.Diagnostics.HealthChecks`: `6.0.36` -> `8.0.19` - * `Microsoft.Extensions.Azure`: `1.7.6` -> `1.12.0` - * `Microsoft.Extensions.DependencyInjection.Abstractions`: `6.0.0` -> `8.0.2` - * `Microsoft.Extensions.Logging`: `6.0.0` -> `8.0.1` - * `Microsoft.Extensions.Configuration`: `6.0.1` -> `8.0.0` +* Added support for accepting JSON values with comments. [#685](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/685) + +* Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically loads all key-values from the referenced snapshot. This enables dynamically switching between snapshots at runtime. [#689](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/689) ## 8.3.0 - July 24th, 2025 ### Enhancements