microsoft / FeatureManagement-Dotnet

Microsoft.FeatureManagement provides standardized APIs for enabling feature flags within applications. Utilize this library to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
MIT License
1.02k stars 111 forks source link

Merge main into release v3 #444

Closed rossgrambo closed 3 months ago

rossgrambo commented 3 months ago

Changes include:

  1. TimeWindow recurring filter https://github.com/microsoft/FeatureManagement-Dotnet/pull/266
  2. Bug fix for async enumerable on feature flag names https://github.com/microsoft/FeatureManagement-Dotnet/pull/438
  3. Makes loggerfactory optional for built-in filters https://github.com/microsoft/FeatureManagement-Dotnet/pull/386