- @microsoft/feature-management 2.1.0
- @microsoft/feature-management-applicationinsights-browser 2.1.0
- @microsoft/feature-management-applicationinsights-node 2.1.0
@microsoft/feature-management
Enhancements
-
Stablized the targeting context accessor. You can configure an
ITargetingContextAccessor
when initializing theFeatureManager
throughFeatureManagerOptions.targetingContextAccessor
. #93 -
Stablized the feature evaluation event properties. The shape of the object returned by
createFeatureEvaluationEventProperties
contains the following fields:"Version"
,"FeatureName"
,"Enabled"
,"TargetingId"
,"Variant
","VariantAssignmentReason"
,"DefaultWhenEnabled"
and"VariantAssignmentPercentage"
.
@microsoft/feature-management-applicationinsights-browser
-
Updated
@microsoft/feature-management
dependency to2.1.0
. -
Stablized
createTargetingTelemetryInitializer
function to enable targeting id to be attached to Application Insights telemetry. #98
@microsoft/feature-management-applicationinsights-node
-
Updated
@microsoft/feature-management
dependency to2.1.0
. -
Stablized
createTargetingTelemetryProcessor
function to enable targeting id to be attached to Application Insights telemetry. #98