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(main): release 2.0.0 #254

Merged
merged 2 commits into from
Aug 21, 2024
Merged

chore(main): release 2.0.0 #254

merged 2 commits into from
Aug 21, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 28, 2024

🤖 I have created a release beep boop

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)
  • deps: update xunit-dotnet monorepo (#262) (43f14cc)
  • deps: update xunit-dotnet monorepo (#279) (fb1cc66)
  • deps: update xunit-dotnet monorepo to v2.8.1 (#266) (a7b6d85)
  • Enable nullable reference types (#253) (5a5312c)
  • in-memory UpdateFlags to UpdateFlagsAsync (#298) (390205a)
  • prompt 2.0 (9b9c3fd)
  • Support for determining spec support for the repo (#270) (67a1a0a)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 4813e5f to 4aa52fb Compare March 28, 2024 16:13
@github-actions github-actions bot requested a review from a team as a code owner March 28, 2024 16:13
Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking until breaking changes merged.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 5 times, most recently from 7cdb5b4 to d995883 Compare April 11, 2024 15:59
@github-actions github-actions bot force-pushed the release-please--branches--main branch from d995883 to 53c7416 Compare April 12, 2024 21:58
@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 9b48a7d to 84abd2c Compare April 25, 2024 22:30
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 84abd2c to c00a08b Compare May 5, 2024 03:25
@github-actions github-actions bot force-pushed the release-please--branches--main branch from c00a08b to bfcfbe1 Compare May 16, 2024 13:59
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 56a16ba to 4dbd796 Compare May 31, 2024 15:36
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 4dbd796 to bfd0cda Compare June 17, 2024 17:34
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from 8ef63ea to 3c59e5a Compare July 3, 2024 19:48
@github-actions github-actions bot force-pushed the release-please--branches--main branch 7 times, most recently from eecd1e6 to ed471b8 Compare July 29, 2024 17:54
@github-actions github-actions bot force-pushed the release-please--branches--main branch from ed471b8 to 4c03911 Compare August 6, 2024 03:21
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 4c03911 to 915733c Compare August 13, 2024 18:16
@toddbaert toddbaert self-requested a review August 14, 2024 17:57
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from be683cf to 49efc9f Compare August 14, 2024 18:03
@toddbaert
Copy link
Member

I will release this on early next week, and update/release the contribs.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 49efc9f to 99351c5 Compare August 21, 2024 15:36
@toddbaert toddbaert closed this Aug 21, 2024
@toddbaert toddbaert reopened this Aug 21, 2024
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@toddbaert toddbaert merged commit 10af6cc into main Aug 21, 2024
9 of 11 checks passed
@toddbaert toddbaert deleted the release-please--branches--main branch August 21, 2024 17:50
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants