Skip to content

8.4.0

Latest

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 19 Sep 09:47
2caf9e7

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025

Enhancements

  • Added an overload of AddAzureAppConfiguration that accepts the endpoint and token credential. #694

  • Added support for parsing json values with comments. #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

  • Updated dependency package versions. #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

Microsoft.Azure.AppConfiguration.AspNetCore 8.4.0 - September 19th, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.4.0. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.4.0 - September 19th, 2025

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.4.0. See the release notes for more information on the changes.