Enhancements
-
Added snapshot selector which enables the configuration provider to load configuration snapshots. #140
-
Added time-based retry mechanism for the
load
function to handle transient failures. By default, the retry timeout is set to 100 seconds, which can be customized via theAzureAppConfigurationOptions.startupOptions.timeoutInMs
property. #166 -
Added support for configuring
SecretClientOptions
used to connect to an Azure Key Vault that has no registeredSecretClient
via the newAzureAppConfigurationOptions.keyVaultOptions.clientOptions
property. #194 -
Added support for resolving Azure Key Vault secrets in parallel by setting the new
parallelSecretResolutionEnabled
property underAzureAppConfigurationOptions.keyVaultOptions
to true. #192