Skip to content

Releases: mikanyg/FeatureToggle.Azure

v1.2.0

15 Aug 20:24
aa26e45
Compare
Choose a tag to compare

All 3 FeatureToggle.Azure providers now implements FeatureToggle.ITimePeriodProvider to support feature toggles inheriting from FeatureToggle.EnabledBetweenDatesFeatureToggle overriding the default provider with one of the 3 Azure providers instead. Makes it possible to use start and end DateTime values to control the period where feature toggles are enabled.

v1.1.0

23 May 21:25
50da002
Compare
Choose a tag to compare

All 3 FeatureToggle.Azure providers now implements FeatureToggle.IDateTimeToggleValueProvider to support feature toggles inheriting from FeatureToggle.EnabledOnOrAfterDateFeatureToggle and FeatureToggle.EnabledOnOrBeforeDateFeatureToggle overriding the default provider with one of the 3 Azure providers instead. Makes it possible to use absolute date and time to control when feature toggles are enabled/disabled.

v1.0.0

17 Apr 21:20
Compare
Choose a tag to compare

Initial release of FeatureToggle providers for the following Azure services:

  • DocumentDB
  • Table Storage
  • Service Fabric configuration packages