Skip to content

Commit b29bcc3

Browse files
js provider release note 2.2.0 (#1086)
1 parent ee4fcb9 commit b29bcc3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

releaseNotes/JavaScriptProvider.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
[Source code][source_code] | [Package (npm)][package] | [Samples][samples]
44

5+
## 2.2.0 - August 7, 2025
6+
7+
### Enhancements
8+
9+
* Added tag filter selector which enables the configuration provider to load configuration settings based on tags. [#188](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/188)
10+
11+
* Added a new property `secretRefreshInterval` under `AzureAppConfigurationOptions.keyVaultOptions`, which enables the configuration provider to periodically reload secrets and certificates from Key Vault. [#175](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/188)
12+
13+
* Added support for parsing json values with comments. [#205](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/205)
14+
15+
### Bug fix
16+
17+
* Fixed a bug that the configuration provider startup will keep retrying on unfailoverable `RestError`. [#206](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/206)
18+
519
## 2.1.0 - May 22, 2025
620

721
### Enhancements

0 commit comments

Comments
 (0)