Skip to content

v2.10.0

Choose a tag to compare

@openfeaturebot openfeaturebot released this 01 Dec 18:29
4080f03

2.10.0 (2025-12-01)

๐Ÿ› Bug Fixes

  • Address issue with FeatureClient not being resolved when no Provider added (#607) (a8d12ef)
  • Address issues when evaluating the context in the InMemoryProvider (#615) (94fcdc1)
  • Ensure AddPolicyName without adding a Provider does not get stuck in infinite loop (#606) (4b965dd)
  • Ensure EvaluationContext is reliably added to the injected FeatureClient (#605) (c987b58)

โœจ New Features

  • Add DI for multi provider (#621) (ee862f0)
  • Add disabled flag support to InMemoryProvider (#632) (df1765c)
  • Add optional CancellationToken parameter to SetProviderAsync (#638) (a1f7ff6)
  • Add SourceLink configuration for .NET SDK 8+ to enhance debugging experience (1b40391)
  • Add SourceLink configuration for .NET to enhance debugging experience (#614) (1b40391)
  • Add tracking to multi-provider (#612) (186b357)

๐Ÿ”ง Refactoring

  • Clean up project files by removing TargetFrameworks and formatting (#611) (dfbc3ee)
  • Pass cancellation tokens to Provider Initialization functions (#640) (8b472d8)
  • Remove deprecated Dependency Injection code (#626) (a36a906)