1.1.0 (2024-01-29)
Features Added
- New API for Azure App Configuration Provider,
refresh
, which can be used to refresh the configuration from the Azure App Configuration service.refresh
by default can check every 30 seconds for changes to specified sentinel keys. If a change is detected then all configurations are reloaded. Sentinel keys can be set by passing a list ofSentinelKey
's torefresh_on
. - Added new options
on_refresh_success
andon_refresh_failure
callbacks to the load method. These callbacks are called when the refresh method successfully refreshes the configuration or fails to refresh the configuration.
Bugs Fixed
- Verifies that the
refresh_interval
is at least 1 second.