You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 AzureAppConfigurationProviderload 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.