Skip to content
Merged
Changes from 2 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: 13 additions & 1 deletion releaseNotes/JavaScriptProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@

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

## 2.1.0 - May 22, 2025

### Enhancements

* Added snapshot selector which enables the configuration provider to load key-values and feature flags from snapshots. [#140](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/140)
Comment thread
zhiyuanliang-ms marked this conversation as resolved.
Outdated

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

* Added support for configuring `SecretClientOptions` used to connect to Azure Key Vault that has no registered `SecretClient` via the new `clientOptions` property under `AzureAppConfigurationOptions.keyVaultOptions`. [#194](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/194)
Comment thread
zhiyuanliang-ms marked this conversation as resolved.
Outdated

* Added support for resolving Key Vault secret in parallel by setting the new `parallelSecretResolutionEnabled` property under `AzureAppConfigurationOptions.keyVaultOptions` to true. [#192](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/192)
Comment thread
zhiyuanliang-ms marked this conversation as resolved.
Outdated
Comment thread
zhiyuanliang-ms marked this conversation as resolved.
Outdated

## 2.0.2 - April 22, 2025

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

## 2.0.1 - February 27, 2025

Expand Down