Skip to content

2.2.0

Latest

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 11 Aug 02:28
6d73877

Enhancements

  • Added tag filter selector which enables the configuration provider to load configuration settings based on tags. #188

  • Added a new property secretRefreshInterval under AzureAppConfigurationOptions.keyVaultOptions, which enables the configuration provider to periodically reload secrets and certificates from Key Vault. #175

  • Added support for parsing json values with comments. #205

Bug fix

  • Fixed a bug that the configuration provider startup will keep retrying on unfailoverable RestError. #206