Skip to content

azure-appconfiguration-provider_2.3.0

Latest

Choose a tag to compare

@azure-sdk azure-sdk released this 12 Nov 23:13
d12fad0

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