Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions releaseNotes/JavaScriptProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 2.2.0 - August 7, 2025

### Enhancements

* 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)

* 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)

* Added support for parsing json values with comments. [#205](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/205)

### Bug fix

* Fixed a bug that the configuration provider startup will keep retrying on unfailoverable `RestError`. [#206](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/206)

## 2.1.0 - May 22, 2025

### Enhancements
Expand Down