From 2927c8c3ebb4daef26367cd72806504eba3430f9 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Wed, 23 Apr 2025 13:13:24 +0800 Subject: [PATCH 1/2] js provider & fm release --- releaseNotes/JavaScriptFeatureManagement.md | 6 ++++++ ...vaScriptFeatureManagementApplicationInsightsBrowser.md | 8 ++++++++ .../JavaScriptFeatureManagementApplicationInsightsNode.md | 8 ++++++++ releaseNotes/JavaScriptProvider.md | 4 ++++ 4 files changed, 26 insertions(+) diff --git a/releaseNotes/JavaScriptFeatureManagement.md b/releaseNotes/JavaScriptFeatureManagement.md index f3b1652a..1689ef1b 100644 --- a/releaseNotes/JavaScriptFeatureManagement.md +++ b/releaseNotes/JavaScriptFeatureManagement.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.1.0-preview.1 - April 22, 2025 + +### Enhancements + +* 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) + ## 2.0.0 - Jan 14, 2025 ### Enhancements diff --git a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md index 8c11c043..60337027 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-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. + +### Enhancements + +* Added `createTargetingTelemetryInitializer` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98) + ## 2.0.0 - Jan 14, 2025 ### Enhancements diff --git a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md index 4241e221..4c2fb615 100644 --- a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md +++ b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md @@ -2,6 +2,14 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 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. + +### Enhancements + +* Added `createTargetingTelemetryProcessor` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98) + ## 2.0.0 - Jan 14, 2025 ### Enhancements diff --git a/releaseNotes/JavaScriptProvider.md b/releaseNotes/JavaScriptProvider.md index acb41bf7..c1b50fa2 100644 --- a/releaseNotes/JavaScriptProvider.md +++ b/releaseNotes/JavaScriptProvider.md @@ -2,6 +2,10 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.0.2 - April 22, 2025 + +- `FeatureFlagId` will no longer be 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 ### Bug Fixes From 806ad864f800f34e3a1c42782c8f7b7207e1f702 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Tue, 6 May 2025 13:42:00 +0800 Subject: [PATCH 2/2] update --- releaseNotes/JavaScriptProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes/JavaScriptProvider.md b/releaseNotes/JavaScriptProvider.md index c1b50fa2..42186be6 100644 --- a/releaseNotes/JavaScriptProvider.md +++ b/releaseNotes/JavaScriptProvider.md @@ -4,7 +4,7 @@ ## 2.0.2 - April 22, 2025 -- `FeatureFlagId` will no longer be 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