-
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
feat: remove the deprecated setTargetingKey method in EvaluationContext. #290
feat: remove the deprecated setTargetingKey method in EvaluationContext. #290
Conversation
Codecov Report
@@ Coverage Diff @@
## main #290 +/- ##
============================================
- Coverage 91.82% 91.80% -0.02%
+ Complexity 213 212 -1
============================================
Files 23 23
Lines 489 488 -1
Branches 30 30
============================================
- Hits 449 448 -1
Misses 24 24
Partials 16 16
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Thanks @thiyagu06 . I think regardless of whether this is a major version increase or not, we need to wait a while before we release it. The current deprecation warning should be there for at least a month or so to alert consumers. |
@toddbaert Is it not adequate in your mind to just rely on version numbers for this? |
We can! But I think technically, unless I'm missing something, removing this from the interface is a breaking change, so if we're being very strict it would mean this has to be a 2.0 release (we'd have to change the title to However, as per the spec, evaluation context is still It's such a small change, I don't mind either way, but I wanted to make sure we were all aware of this. I specifically wanted to get your opinion. |
I'm fine with breaking this on a minor change given the experimental status. |
@justinabrahms cool! I'll merge then and we can release this in a bit once the deprecation warning has floated around for a while (that was released today). |
Signed-off-by: thiyagu06 <[email protected]>
9622ee9
to
a8139cc
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Signed-off-by: thiyagu06 [email protected]
This PR
remove the deprecated setTargetingKey method in EvaluationContext.
Related Issues
#253
Notes
Follow-up Tasks
How to test