Skip to content

chore: bump OpenFeature from 2.2.0 to 2.3.0 in /openfeature/provider_tests/dotnet-integration-tests#3030

Merged
kodiakhq[bot] merged 1 commit intomainfrom
dependabot/nuget/openfeature/provider_tests/dotnet-integration-tests/OpenFeature-2.3.0
Feb 3, 2025
Merged

chore: bump OpenFeature from 2.2.0 to 2.3.0 in /openfeature/provider_tests/dotnet-integration-tests#3030
kodiakhq[bot] merged 1 commit intomainfrom
dependabot/nuget/openfeature/provider_tests/dotnet-integration-tests/OpenFeature-2.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps OpenFeature from 2.2.0 to 2.3.0.

Release notes

Sourced from OpenFeature's releases.

v2.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.

  • Add evaluation details to finally hook stage (#335) (2ef9955)

.NET 6

Removed support for .NET 6.

🐛 Bug Fixes

  • Adding Async Lifetime method to fix flaky unit tests (#333) (e14ab39)
  • Fix issue with DI documentation (#350) (728ae47)

✨ 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

  • disable space in link text lint rule (#329) (583b2a9)
Changelog

Sourced from OpenFeature's changelog.

2.3.0 (2025-01-31)

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.

  • Add evaluation details to finally hook stage (#335) (2ef9955)

.NET 6

Removed support for .NET 6.

🐛 Bug Fixes

  • Adding Async Lifetime method to fix flaky unit tests (#333) (e14ab39)
  • Fix issue with DI documentation (#350) (728ae47)

✨ 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

  • disable space in link text lint rule (#329) (583b2a9)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [OpenFeature](https://github.com/open-feature/dotnet-sdk) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/open-feature/dotnet-sdk/releases)
- [Changelog](https://github.com/open-feature/dotnet-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/dotnet-sdk@v2.2.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Feb 3, 2025
@netlify
Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for go-feature-flag-doc-preview canceled.

Name Link
🔨 Latest commit fa40697
🔍 Latest deploy log https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/67a04a11792ef7000935ebde

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2025

@codecov
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.80%. Comparing base (3043092) to head (fa40697).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3030   +/-   ##
=======================================
  Coverage   84.80%   84.80%           
=======================================
  Files         113      113           
  Lines        5246     5246           
=======================================
  Hits         4449     4449           
  Misses        632      632           
  Partials      165      165           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kodiakhq kodiakhq bot merged commit cb3d307 into main Feb 3, 2025
24 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/nuget/openfeature/provider_tests/dotnet-integration-tests/OpenFeature-2.3.0 branch February 3, 2025 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant