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
8 changes: 8 additions & 0 deletions releaseNotes/JavaScriptProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.0.1 - February 27, 2025

### Bug Fixes

* Fixed a bug where the load operation would be interrupted if searching for replicas failed. [#170](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/170)

## 2.0.0 - February 13, 2025

### Enhancements
Expand All @@ -14,6 +20,8 @@

* Added support for loading all feature flags with no label when no selector is specified under `AzureAppConfigurationOptions.featureFlagOptions`. [#158](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/158)

* Added support for injecting additional telemetry metadata `FeatureFlagId`, `FeatureFlagReference` and `ETag` to feature flags if telemetry is enabled.

## 1.1.3 - January 8, 2025

### Bug Fixes
Expand Down