-
Notifications
You must be signed in to change notification settings - Fork 40
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 1.14.0 #1242
chore(main): release 1.14.0 #1242
Conversation
f766e3a
to
bf909fd
Compare
067138a
to
6876d3e
Compare
71818c1
to
09053d6
Compare
09053d6
to
de8459b
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.
#1246 requires some manual changelog/release notes updates. I will do this tomorrow, release and immediately update the contribs.
de8459b
to
e920456
Compare
e920456
to
c68f1ac
Compare
Signed-off-by: Todd Baert <[email protected]>
Quality Gate passedIssues Measures |
🤖 Release is at https://github.com/open-feature/java-sdk/releases/tag/v1.14.0 🌻 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1242 +/- ##
============================================
+ Coverage 93.51% 93.69% +0.18%
- Complexity 463 464 +1
============================================
Files 43 43
Lines 1110 1110
Branches 89 89
============================================
+ Hits 1038 1040 +2
+ Misses 44 43 -1
+ Partials 28 27 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🤖 I have created a release beep boop
1.14.0 (2025-01-10)
⚠ BREAKING CHANGES
The signature of the
finallyAfter
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 thefinallyAfter
stage to acceptevaluation details
as the second argument.🐛 Bug Fixes
✨ New Features
🧹 Chore
This PR was generated with Release Please. See documentation.