github Azure/azure-sdk-for-python azure-appconfiguration-provider_2.3.0

5 hours ago

2.3.0 (2025-11-12)

Features Added

  • Added support for Azure App Configuration Snapshots, SettingSelector now has a snapshot_name parameter.
  • Added support for forced refresh of configurations when using Key Vault references. Adds secret_refresh_interval to the AzureAppConfigurationProvider load method. This allows the provider to refresh Key Vault secrets at a specified interval. Is set to 60 seconds by default, and can only be set if using Key Vault references.
  • Added support for async on_refresh_success.
  • Added support for Configuration Setting Mapping, new configuration_mapper parameter to the load method, allows for a callback to be added to modify configurations.

Bugs Fixed

  • Fixed a bug where feature flags were using the configuration refresh timer instead of the feature flag refresh timer.
  • When loading duplicate configurations only the priority configuration will be processed.

Other Changes

  • Updated Request Tracing

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.