Skip to content

Commit 1d12b0d

Browse files
JS FM release 2.2.0 (#1093)
* js fm 2.2.0 * update * update
1 parent 3c08331 commit 1d12b0d

4 files changed

Lines changed: 19 additions & 1 deletion

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.2.0 - Augest 21, 2025
6+
7+
### Enhancements
8+
9+
* 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.
10+
511
## 2.1.0 - May 20, 2025
612

713
### Enhancements

releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.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.2.0 - Augest 21, 2025
6+
7+
### Enhancements
8+
9+
* Updated `@microsoft/feature-management` dependency to `2.2.0`.
10+
511
## 2.1.0 - May 20, 2025
612

713
### Enhancements

releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.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.2.0 - Augest 21, 2025
6+
7+
### Enhancements
8+
9+
* Updated `@microsoft/feature-management` dependency to `2.2.0`.
10+
511
## 2.1.0 - May 20, 2025
612

713
### Enhancements

releaseNotes/PythonFeatureManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Enhancements
88

9-
* 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.
9+
* 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.
1010
* 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.
1111
* Added `TargetingSpanProcessor` that can be used to add the Targeting Id to Spans. Requires `azure-monitor-events-extension` to be installed.
1212

0 commit comments

Comments
 (0)