diff --git a/releaseNotes/JavaScriptFeatureManagement.md b/releaseNotes/JavaScriptFeatureManagement.md index 1689ef1b..f411ad80 100644 --- a/releaseNotes/JavaScriptFeatureManagement.md +++ b/releaseNotes/JavaScriptFeatureManagement.md @@ -2,6 +2,14 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.1.0 - May 20, 2025 + +### Enhancements + +* Stablized the targeting context accessor. You can configure an `ITargetingContextAccessor` when initializing the `FeatureManager` through `FeatureManagerOptions.targetingContextAccessor`. [#93](https://github.com/microsoft/FeatureManagement-JavaScript/pull/93) + +* Stablized the feature evaluation event properties. These properties can be obtained through the use of `createFeatureEvaluationEventProperties`, and they include: `"Version"`, `"FeatureName"`, `"Enabled"`, `"TargetingId"`, `"Variant`", `"VariantAssignmentReason"`, `"DefaultWhenEnabled"` and `"VariantAssignmentPercentage"`. + ## 2.1.0-preview.1 - April 22, 2025 ### Enhancements diff --git a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md index 60337027..f69e5fc8 100644 --- a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md +++ b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md @@ -2,6 +2,14 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.1.0 - May 20, 2025 + +### Enhancements + +* Updated `@microsoft/feature-management` dependency to `2.1.0`. + +* Stablized `createTargetingTelemetryInitializer` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98) + ## 2.1.0-preview.1 - April 22, 2025 * Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes. diff --git a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md index 4c2fb615..f13b7662 100644 --- a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md +++ b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md @@ -2,6 +2,15 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.1.0 - May 20, 2025 + +### Enhancements + +* Updated `@microsoft/feature-management` dependency to `2.1.0`. + +* Stablized `createTargetingTelemetryProcessor` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98) + + ## 2.1.0-preview.1 - April 22, 2025 * Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.