From 65794a85c03ac7d5192d9c592f4ac9c5c27a805b Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Thu, 21 Aug 2025 14:49:36 +0800 Subject: [PATCH 1/3] js fm 2.2.0 --- releaseNotes/JavaScriptFeatureManagement.md | 6 ++++++ ...JavaScriptFeatureManagementApplicationInsightsBrowser.md | 6 ++++++ .../JavaScriptFeatureManagementApplicationInsightsNode.md | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/releaseNotes/JavaScriptFeatureManagement.md b/releaseNotes/JavaScriptFeatureManagement.md index f5829d35..fc60c72f 100644 --- a/releaseNotes/JavaScriptFeatureManagement.md +++ b/releaseNotes/JavaScriptFeatureManagement.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.2.0 - Augest 21, 2025 + +### Enhancements + + + ## 2.1.0 - May 20, 2025 ### Enhancements diff --git a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md index f69e5fc8..7d84ac34 100644 --- a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md +++ b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.2.0 - Augest 21, 2025 + +### Enhancements + +* Updated `@microsoft/feature-management` dependency to `2.2.0`. + ## 2.1.0 - May 20, 2025 ### Enhancements diff --git a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md index f13b7662..c196f5f2 100644 --- a/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md +++ b/releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.2.0 - Augest 21, 2025 + +### Enhancements + +* Updated `@microsoft/feature-management` dependency to `2.2.0`. + ## 2.1.0 - May 20, 2025 ### Enhancements From ef6b4bdb506dd49f2e8c0e8ff902c3c61a4c6a8f Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Thu, 21 Aug 2025 14:53:52 +0800 Subject: [PATCH 2/3] update --- releaseNotes/JavaScriptFeatureManagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes/JavaScriptFeatureManagement.md b/releaseNotes/JavaScriptFeatureManagement.md index fc60c72f..15acefa1 100644 --- a/releaseNotes/JavaScriptFeatureManagement.md +++ b/releaseNotes/JavaScriptFeatureManagement.md @@ -6,7 +6,7 @@ ### Enhancements - +* Added a `Recurrence` option to the `TimeWindowFilter` to support recurring time window. This enables scenarios where a feature flag is activated based on a recurrence pattern, such as every day after 5 PM or every Friday. See the [how to Time Window Filter document](https://learn.microsoft.com/azure/azure-app-configuration/howto-timewindow-filter) for more details. ## 2.1.0 - May 20, 2025 From ffefc332be885eca8461b8be380c04f6d2ab1d2f Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Fri, 22 Aug 2025 11:30:55 +0800 Subject: [PATCH 3/3] update --- releaseNotes/PythonFeatureManagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes/PythonFeatureManagement.md b/releaseNotes/PythonFeatureManagement.md index c237ddf4..6656e8b2 100644 --- a/releaseNotes/PythonFeatureManagement.md +++ b/releaseNotes/PythonFeatureManagement.md @@ -6,7 +6,7 @@ ### Enhancements -* Added a `Recurrence` option to the `TimeWindowFilter` to support recurring time window. This enables scenarios where a feature flag is activated based on a recurrence pattern, such as every day after 5 PM or every Friday. See the [how to Time Window Filter document](https://learn.microsoft.com/azure/azure-app-configuration/howto-timewindow-filter) for more details. +* Added a `Recurrence` option to the `TimeWindowFilter` to support recurring time window. This enables scenarios where a feature flag is activated based on a recurrence pattern, such as every day after 5 PM or every Friday. See [Enable features on a schedule](https://learn.microsoft.com/azure/azure-app-configuration/howto-timewindow-filter) for more details. * Added `VariantAssignmentPercentage` and `DefaultWhenEnabled` properties to telemetry when telemetry is published to Azure Monitor. This allows you to track the percentage of users assigned to each variant and the default variant when the feature flag is enabled. `VariantAssignmentPercentage` is the the total percentage of users assigned to the variant, even across multiple allocations. `DefaultWhenEnabled` is the variant that is assigned when the feature flag is enabled and no other variant is assigned. * Added `TargetingSpanProcessor` that can be used to add the Targeting Id to Spans. Requires `azure-monitor-events-extension` to be installed.