Skip to content

chore: Bump OpenFeature from 2.3.0 to 2.13.0#108

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/OpenFeature-2.13.0
Closed

chore: Bump OpenFeature from 2.3.0 to 2.13.0#108
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/OpenFeature-2.13.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Updated OpenFeature from 2.3.0 to 2.13.0.

Release notes

Sourced from OpenFeature's releases.

2.13.0

2.13.0 (2026-04-30)

🐛 Bug Fixes

  • add missing variant dimension in MetricsHook metrics (#​742) (dad175d)
  • fix 'occured' -> 'occurred' in XML doc comment (#​743) (178f836)
  • security: update dependency opentelemetry.exporter.opentelemetryprotocol to 1.15.3 [security] (#​746) (ec94acf)

✨ New Features

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

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.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 2, 2026
@dependabot dependabot Bot requested a review from thiagoluga as a code owner June 2, 2026 04:25
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

Labels

The following labels could not be found: nuget. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 2, 2026
@thiagoluga
Copy link
Copy Markdown
Contributor

Superseded by #115 (OpenFeature 2.3.0 -> 2.13.0 + the xUnit1051 test fix).

@thiagoluga thiagoluga closed this Jun 3, 2026
@thiagoluga thiagoluga deleted the dependabot/nuget/OpenFeature-2.13.0 branch June 3, 2026 11:41
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 3, 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.

thiagoluga added a commit that referenced this pull request Jun 3, 2026
Supersedes the failing Dependabot PR #108. The bump itself is API-compatible
with the provider; the only break was a new analyzer error: OpenFeature 2.13's
SetProviderAsync gained a CancellationToken parameter, so xUnit1051 (warning-as-
error) flagged the test call. Pass TestContext.Current.CancellationToken.

381 tests pass; build + dotnet format clean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

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