Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@zhiyuanliang-ms zhiyuanliang-ms released this 21 May 03:32
ae74dfb

@microsoft/feature-management

Enhancements

  • Stablized the targeting context accessor. You can configure an ITargetingContextAccessor when initializing the FeatureManager through FeatureManagerOptions.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 to 2.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 to 2.1.0.

  • Stablized createTargetingTelemetryProcessor function to enable targeting id to be attached to Application Insights telemetry. #98