You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes a bug where no allocation reason is set if a user is allocated to exactly 100.
6
-
* Fixes a bug where VariantAssignmentPercentage wasn't correct for default when enabled.
7
-
8
-
## 2.0.0b2 (10/11/2024)
9
-
10
-
* Adds VariantAssignmentPercentage, DefaultWhenEnabled, and AllocationId to telemetry.
11
-
* Allocation seed value is now None by default, and only defaults to `allocation\n<feature.id>` when assigning variants.
12
-
13
-
## 2.0.0b1 (09/10/2024)
14
-
15
-
* Adds support for Feature Variants.
16
-
* Adds support for Telemetry.
17
-
18
-
## 1.0.0 (06/26/2024)
19
-
20
-
Updated version to 1.0.0.
21
-
22
-
## 1.0.0b1 (05/22/2024)
23
-
24
-
New Feature Management library.
25
-
26
-
Provides the ability to manage feature flags in a project. Enables:
27
-
28
-
* Loading of feature flags from a file, see: https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureManagement.v2.0.0.schema.json
29
-
* Loading of feature flags from Azure App Configuration.
0 commit comments