Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump OpenFeature from 1.6.0 to 2.0.0 in /openfeature/provider_tests/dotnet-integration-tests #2253

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2024

Bumps OpenFeature from 1.6.0 to 2.0.0.

Release notes

Sourced from OpenFeature's releases.

v2.0.0

2.0.0 (2024-08-21)

Today we're announcing the release of the OpenFeature SDK for .NET, v2.0! This release contains several ergonomic improvements to the SDK, which .NET developers will appreciate. It also includes some performance optimizations brought to you by the latest .NET primitives.

For details and migration tips, check out: https://openfeature.dev/blog/dotnet-sdk-v2

⚠ BREAKING CHANGES

  • domain instead of client name (#294)
  • internally maintain provider status (#276)
  • add CancellationTokens, ValueTasks hooks (#268)
  • Use same type for flag metadata and event metadata (#241)
  • Enable nullable reference types (#253)

🐛 Bug Fixes

  • Add missing error message when an error occurred (#256) (949d53c)
  • Should map metadata when converting from ResolutionDetails to FlagEvaluationDetails (#282) (2f8bd21)

✨ New Features

🧹 Chore

  • cleanup code (#277) (44cf586)
  • deps: Project file cleanup and remove unnecessary dependencies (#251) (79def47)
  • deps: update actions/upload-artifact action to v4.3.3 (#263) (7718649)
  • deps: update actions/upload-artifact action to v4.3.4 (#278) (15189f1)
  • deps: update actions/upload-artifact action to v4.3.5 (#291) (00e99d6)
  • deps: update codecov/codecov-action action to v4 (#227) (11a0333)
  • deps: update codecov/codecov-action action to v4.3.1 (#267) (ff9df59)
  • deps: update codecov/codecov-action action to v4.5.0 (#272) (281295d)
  • deps: update dependency benchmarkdotnet to v0.14.0 (#293) (aec222f)
  • deps: update dependency coverlet.collector to v6.0.2 (#247) (ab34c16)
  • deps: update dependency coverlet.msbuild to v6.0.2 (#239) (e654222)
  • deps: update dependency dotnet-sdk to v8.0.204 (#261) (8f82645)
  • deps: update dependency dotnet-sdk to v8.0.301 (#271) (acd0385)
  • deps: update dependency dotnet-sdk to v8.0.303 (#275) (871dcac)
  • deps: update dependency dotnet-sdk to v8.0.400 (#295) (bb4f352)
  • deps: update dependency githubactionstestlogger to v2.4.1 (#274) (46c2b15)
  • deps: update dependency microsoft.net.test.sdk to v17.10.0 (#273) (581ff81)

... (truncated)

Changelog

Sourced from OpenFeature's changelog.

2.0.0 (2024-08-21)

Today we're announcing the release of the OpenFeature SDK for .NET, v2.0! This release contains several ergonomic improvements to the SDK, which .NET developers will appreciate. It also includes some performance optimizations brought to you by the latest .NET primitives.

For details and migration tips, check out: https://openfeature.dev/blog/dotnet-sdk-v2

⚠ BREAKING CHANGES

  • domain instead of client name (#294)
  • internally maintain provider status (#276)
  • add CancellationTokens, ValueTasks hooks (#268)
  • Use same type for flag metadata and event metadata (#241)
  • Enable nullable reference types (#253)

🐛 Bug Fixes

  • Add missing error message when an error occurred (#256) (949d53c)
  • Should map metadata when converting from ResolutionDetails to FlagEvaluationDetails (#282) (2f8bd21)

✨ New Features

🧹 Chore

  • cleanup code (#277) (44cf586)
  • deps: Project file cleanup and remove unnecessary dependencies (#251) (79def47)
  • deps: update actions/upload-artifact action to v4.3.3 (#263) (7718649)
  • deps: update actions/upload-artifact action to v4.3.4 (#278) (15189f1)
  • deps: update actions/upload-artifact action to v4.3.5 (#291) (00e99d6)
  • deps: update codecov/codecov-action action to v4 (#227) (11a0333)
  • deps: update codecov/codecov-action action to v4.3.1 (#267) (ff9df59)
  • deps: update codecov/codecov-action action to v4.5.0 (#272) (281295d)
  • deps: update dependency benchmarkdotnet to v0.14.0 (#293) (aec222f)
  • deps: update dependency coverlet.collector to v6.0.2 (#247) (ab34c16)
  • deps: update dependency coverlet.msbuild to v6.0.2 (#239) (e654222)
  • deps: update dependency dotnet-sdk to v8.0.204 (#261) (8f82645)
  • deps: update dependency dotnet-sdk to v8.0.301 (#271) (acd0385)
  • deps: update dependency dotnet-sdk to v8.0.303 (#275) (871dcac)
  • deps: update dependency dotnet-sdk to v8.0.400 (#295) (bb4f352)
  • deps: update dependency githubactionstestlogger to v2.4.1 (#274) (46c2b15)
  • deps: update dependency microsoft.net.test.sdk to v17.10.0 (#273) (581ff81)
  • deps: update dotnet monorepo (#218) (bc8301d)

... (truncated)

Commits
  • 10af6cc chore(main): release 2.0.0 (#254)
  • 390205a chore: in-memory UpdateFlags to UpdateFlagsAsync (#298)
  • bb4f352 chore(deps): update dependency dotnet-sdk to v8.0.400 (#295)
  • aec222f chore(deps): update dependency benchmarkdotnet to v0.14.0 (#293)
  • 4c0592e feat!: domain instead of client name (#294)
  • 00e99d6 chore(deps): update actions/upload-artifact action to v4.3.5 (#291)
  • ccc2f7f feat: back targetingKey with internal map (#287)
  • 2f8bd21 fix: Should map metadata when converting from ResolutionDetails to FlagEvalua...
  • 2dbe1f4 feat: Drop net7 TFM (#284)
  • 871dcac chore(deps): update dependency dotnet-sdk to v8.0.303 (#275)
  • Additional 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 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)

@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Aug 23, 2024
Copy link

netlify bot commented Aug 23, 2024

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

Name Link
🔨 Latest commit 5d4b6fb
🔍 Latest deploy log https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/66d5d55138a94600091a144d

Copy link

codecov bot commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.03%. Comparing base (ff08839) to head (5d4b6fb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2253   +/-   ##
=======================================
  Coverage   86.03%   86.03%           
=======================================
  Files         102      102           
  Lines        3730     3730           
=======================================
  Hits         3209     3209           
  Misses        398      398           
  Partials      123      123           

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

@dependabot dependabot bot force-pushed the dependabot/nuget/openfeature/provider_tests/dotnet-integration-tests/OpenFeature-2.0.0 branch from dd28d58 to 70f9594 Compare August 23, 2024 04:50
@thomaspoignant
Copy link
Owner

This PR is failing because we have to adapt the integration tests to the OpenFeature .NET SDK v2 syntax.

Bumps [OpenFeature](https://github.com/open-feature/dotnet-sdk) from 1.6.0 to 2.0.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@v1.6.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/openfeature/provider_tests/dotnet-integration-tests/OpenFeature-2.0.0 branch from 70f9594 to edc7a08 Compare September 2, 2024 09:10
thomaspoignant and others added 2 commits September 2, 2024 17:09
Signed-off-by: Thomas Poignant <[email protected]>
Copy link

sonarqubecloud bot commented Sep 2, 2024

@kodiakhq kodiakhq bot merged commit 595090f into main Sep 2, 2024
22 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/nuget/openfeature/provider_tests/dotnet-integration-tests/OpenFeature-2.0.0 branch September 2, 2024 15:13
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