-
Notifications
You must be signed in to change notification settings - Fork 21
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.3.0 #330
Conversation
a80af12
to
2a07029
Compare
3f53d31
to
acb81b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want all these to go together since they are both significant spec-compliance changes:
If so, we'll have to do some manual release notes as well when we do, as we did with JS: https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.4.0
563b88c
to
d50bdf2
Compare
d50bdf2
to
b4ada0f
Compare
a147d5f
to
14ae9f9
Compare
@toddbaert we should also highlight the removal of .NET 6 support in the release notes. |
We'll release this update tomorrow unless someone objects. |
14ae9f9
to
7795f65
Compare
7795f65
to
565c0bf
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #330 +/- ##
=======================================
Coverage 86.13% 86.13%
=======================================
Files 39 39
Lines 1601 1601
Branches 173 173
=======================================
Hits 1379 1379
Misses 186 186
Partials 36 36 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Todd Baert <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
🤖 Release is at https://github.com/open-feature/dotnet-sdk/releases/tag/v2.3.0 🌻 |
🤖 I have created a release beep boop
2.3.0 (2025-01-31)
⚠ BREAKING CHANGES
Hook Changes
The signature of the
finally
hook stage has been changed. The signature now includes theevaluation details
, as per the OpenFeature specification. Note that since hooks are stillexperimental,
this does not constitute a change requiring a new major version. To migrate, update any hook that implements thefinally
stage to acceptevaluation details
as the second argument..NET 6
Removed support for .NET 6.
🐛 Bug Fixes
✨ New Features
🧹 Chore
📚 Documentation
This PR was generated with Release Please. See documentation.