Skip to content

Commit 8ae862b

Browse files
Release note for js provider 2.1.0 (#1062)
* release note for js provider 2.1.0 * update * update
1 parent 4fe418b commit 8ae862b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

releaseNotes/JavaScriptProvider.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

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

5+
## 2.1.0 - May 22, 2025
6+
7+
### Enhancements
8+
9+
* Added snapshot selector which enables the configuration provider to load configuration snapshots. [#140](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/140)
10+
11+
* 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 the `AzureAppConfigurationOptions.startupOptions.timeoutInMs` property. [#166](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/166)
12+
13+
* Added support for configuring `SecretClientOptions` used to connect to an Azure Key Vault that has no registered `SecretClient` via the new `AzureAppConfigurationOptions.keyVaultOptions.clientOptions` property. [#194](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/194)
14+
15+
* Added support for resolving Azure Key Vault secrets in parallel by setting the new `parallelSecretResolutionEnabled` property under `AzureAppConfigurationOptions.keyVaultOptions` to true. [#192](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/192)
16+
517
## 2.0.2 - April 22, 2025
618

7-
- `FeatureFlagId` is no longer added to telemetry metadata of a feature flag with `telemetry` enabled. [#183](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/183)
19+
* `FeatureFlagId` is no longer added to telemetry metadata of a feature flag with `telemetry` enabled. [#183](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/183)
820

921
## 2.0.1 - February 27, 2025
1022

0 commit comments

Comments
 (0)