github Azure/azure-sdk-for-python azure-appconfiguration-provider_1.1.0

latest releases: azure-template_0.1.0b3920641, azure-mgmt-avs_9.0.0b1, azure-cognitiveservices-search-visualsearch_0.2.1...
5 months ago

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 of SentinelKey's to refresh_on.
  • Added new options on_refresh_success and on_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.

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

NewReleases is sending notifications on new releases.