4.0.0-preview3
Pre-release
Pre-release
·
167 commits
to release/v4
since this release
Microsoft.FeatureManagement Updates
The packages associated with this release are
- Microsoft.FeatureManagement 4.0.0-preview3
- Microsoft.FeatureManagement.AspNetCore 4.0.0-preview3
- Microsoft.FeatureManagement.Telemetry.ApplicationInsights 4.0.0-preview3
- Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore 4.0.0-preview3
Microsoft.FeatureManagement
Enhancements
- Added support for variant feature flags defined using Microsoft Feature Management schema. Variants and telemetry can be declared using Microsoft Feature Flag schema v2. The Microsoft Feature Management schema is designed to be language agnostic, enabling you to apply a consistent feature management configuration across Microsoft feature management libraries of different programming languages.
Microsoft.FeatureManagement.AspNetCore
- Updated
Microsoft.FeatureManagementreference to4.0.0-preview3.
Microsoft.FeatureManagement.Telemetry.ApplicationInsights
Breaking Changes
-
Updated the namespace for
ApplicationInsightsTelemetryPublishertoMicrosoft.FeatureManagement.Telemetry. In the future, developers using any of our offered telemetry publishers will no longer need to specify the service specific namespaces likeusing Microsoft.FeatureManagement.Telemetry.ApplicationInsights. -
Updated the namespace for
TrackEventextension method ofTelemetryClienttoMicrosoft.ApplicationInsights. The previous directiveusing Microsoft.FeatureManagement.Telemetry.ApplicationInsightsis no longer required when calling theTrackEventmethod.
Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore
- Updated
Microsoft.FeatureManagementreference to4.0.0-preview3.