Skip to content

2.1.0-preview.1

Pre-release
Pre-release

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 23 Apr 05:20
· 15 commits to release/v2 since this release
301d618

The packages associated with this release are

@microsoft/feature-management

Enhancements

  • Introduced ITargetingContextAccessor to allow FeatureManager to get ambient targeting context in the server scenario. You can configure a targeting context accessor when initializing the FeatureManager through FeatureManagerOptions.targetingContextAccessor. #93

@microsoft/feature-management-applicationinsights-browser

  • Updated @microsoft/feature-management dependency to 2.1.0-preview.1.

Enhancements

  • Added 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-preview.1.

Enhancements

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