2.3.0 (2025-11-12)
Features Added
- Added support for Azure App Configuration Snapshots,
SettingSelectornow has asnapshot_nameparameter. - Added support for forced refresh of configurations when using Key Vault references. Adds
secret_refresh_intervalto theAzureAppConfigurationProviderloadmethod. 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_mapperparameter to theloadmethod, 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