Skip to content

Bump OpenFeature from 2.2.0 to 2.12.0#48

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/sdks/dotnet/src/FeatureSignals/OpenFeature-2.12.0
Closed

Bump OpenFeature from 2.2.0 to 2.12.0#48
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/sdks/dotnet/src/FeatureSignals/OpenFeature-2.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Updated OpenFeature from 2.2.0 to 2.12.0.

Release notes

Sourced from OpenFeature's releases.

2.12.0

2.12.0 (2026-04-06)

✨ New Features

🔧 Refactoring

2.11.1

2.11.1 (2025-12-30)

🐛 Bug Fixes

  • Fix dimension mismatch in active evaluation metric (#​679) (0624332)

2.11.0

2.11.0 (2025-12-18)

✨ New Features

2.10.0

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)

2.9.0

2.9.0 (2025-10-16)

🐛 Bug Fixes

✨ New Features

🚀 Performance

2.8.1

2.8.1 (2025-07-31)

🐛 Bug Fixes

  • expose ValueJsonConverter for generator support and add JsonSourceGenerator test cases (#​537) (e03aeba)

2.8.0

2.8.0 (2025-07-30)

🐛 Bug Fixes

  • update DI lifecycle to use container instead of static instance (#​534) (1a3846d)

✨ New Features

🧹 Chore

📚 Documentation

🔄 Refactoring

2.7.0

2.7.0 (2025-07-03)

🐛 Bug Fixes

  • Add generic to evaluation event builder (#​500) (68af649)
  • ArgumentNullException when creating a client with optional name (#​508) (9151dcd)

✨ New Features

🧹 Chore

📚 Documentation

2.6.0

2.6.0 (2025-05-23)

✨ New Features

  • add AddHandler extension method to Dependency Injection package (#​462) (ff414b8)
  • Add Extension Method for adding global Hook via DependencyInjection (#​459) (9b04485)
  • Add OTEL compatible telemetry object builder (#​397) (6c44db9)

🧹 Chore

📚 Documentation

2.5.0

2.5.0 (2025-04-25)

✨ New Features

🧹 Chore

📚 Documentation

🔄 Refactoring

2.4.0

2.4.0 (2025-04-14)

🐛 Bug Fixes

  • Refactor error handling and improve documentation (#​417) (b0b168f)

✨ New Features

  • update FeatureLifecycleStateOptions.StopState default to Stopped (#​414) (6c23f21)

🧹 Chore

📚 Documentation

🔄 Refactoring

2.3.2

2.3.2 (2025-03-24)

🐛 Bug Fixes

  • Address issue with newline characters when running Logging Hook Unit Tests on linux (#​374) (a98334e)
  • Remove virtual GetEventChannel from FeatureProvider (#​401) (00a4e4a)
  • Update project name in solution file (#​380) (1f13258)

🧹 Chore

🔄 Refactoring

2.3.1

2.3.1 (2025-02-04)

🐛 Bug Fixes

🧹 Chore

2.3.0

2.3.0 (2025-01-31)

⚠ BREAKING CHANGES

Hook Changes

The signature of the finally hook stage has been changed. The signature now includes the evaluation details, as per the OpenFeature specification. Note that since hooks are still experimental, this does not constitute a change requiring a new major version. To migrate, update any hook that implements the finally stage to accept evaluation details as the second argument.

.NET 6

Removed support for .NET 6.

🐛 Bug Fixes

✨ New Features

🧹 Chore

  • deps: update actions/upload-artifact action to v4.5.0 (#​332) (fd68cb0)
  • deps: update codecov/codecov-action action to v5 (#​316) (6c4cd02)
  • deps: update codecov/codecov-action action to v5.1.2 (#​334) (b9ebddf)
  • deps: update codecov/codecov-action action to v5.3.1 (#​355) (1e8ebc4)
  • deps: update dependency coverlet.collector to 6.0.3 (#​336) (8527b03)
  • deps: update dependency coverlet.msbuild to 6.0.3 (#​337) (26fd235)
  • deps: update dependency dotnet-sdk to v9.0.101 (#​339) (dd26ad6)
  • deps: update dependency fluentassertions to 7.1.0 (#​346) (dd1c8e4)
  • deps: update dependency microsoft.net.test.sdk to 17.12.0 (#​322) (6f5b049)

📚 Documentation

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: OpenFeature
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area: sdks Client SDKs (sdks/) type: task Engineering work (refactoring, infra, deps) labels Apr 8, 2026
@dependabot dependabot bot requested a review from dinesh-g1 as a code owner April 8, 2026 10:01
@dependabot dependabot bot added type: task Engineering work (refactoring, infra, deps) area: sdks Client SDKs (sdks/) labels Apr 8, 2026
@dinesh-g1
Copy link
Copy Markdown
Owner

Closing in favor of grouped Dependabot updates (monthly, bundled PRs).

@dinesh-g1 dinesh-g1 closed this Apr 8, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/sdks/dotnet/src/FeatureSignals/OpenFeature-2.12.0 branch April 8, 2026 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: sdks Client SDKs (sdks/) type: task Engineering work (refactoring, infra, deps)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change functional tests library Review requirement IDs used in tests

1 participant