Skip to content

2.2.0-preview

Compare
Choose a tag to compare
@jimmyca15 jimmyca15 released this 10 Jul 23:35
d91bf9d

Microsoft.FeatureManagement Updates

The packages associated with this release are

Preview Release

A new set of APIs has been added to support custom feature providers. These APIs can be considered to be in preview.

Features

Custom Feature Providers

Implementing a custom feature provider enables developers to to read feature flags from sources such as a database or a feature management service. For more information on the concept of custom feature providers and how to use this new feature take a look at the project's readme.

Netcoreapp3.1 Targeting

The netcoreapp3.1 framework has been added to the list of target frameworks. This change resolves dependency issues for ASP.NET Core 3.1 applications.