Skip to content

Commit b21ad2b

Browse files
Add release note for JS provider 2.0.2 and FM 2.1.0-preview (#1047)
* js provider & fm release * update
1 parent 91625d5 commit b21ad2b

4 files changed

Lines changed: 26 additions & 0 deletions

releaseNotes/JavaScriptFeatureManagement.md

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

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

5+
## 2.1.0-preview.1 - April 22, 2025
6+
7+
### Enhancements
8+
9+
* Introduced `ITargetingContextAccessor` to allow `FeatureManager` to get ambient targeting context in the server scenario. You can configure a targeting context accessor when initializing the `FeatureManager` through `FeatureManagerOptions.targetingContextAccessor`. [#93](https://github.com/microsoft/FeatureManagement-JavaScript/pull/93)
10+
511
## 2.0.0 - Jan 14, 2025
612

713
### Enhancements

releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md

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

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

5+
## 2.1.0-preview.1 - April 22, 2025
6+
7+
* Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.
8+
9+
### Enhancements
10+
11+
* Added `createTargetingTelemetryInitializer` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98)
12+
513
## 2.0.0 - Jan 14, 2025
614

715
### Enhancements

releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md

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

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

5+
## 2.1.0-preview.1 - April 22, 2025
6+
7+
* Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.
8+
9+
### Enhancements
10+
11+
* Added `createTargetingTelemetryProcessor` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98)
12+
513
## 2.0.0 - Jan 14, 2025
614

715
### Enhancements

releaseNotes/JavaScriptProvider.md

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

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

5+
## 2.0.2 - April 22, 2025
6+
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)
8+
59
## 2.0.1 - February 27, 2025
610

711
### Bug Fixes

0 commit comments

Comments
 (0)