-
Notifications
You must be signed in to change notification settings - Fork 6
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: Adds support for client side prerequisite events. #39
Conversation
lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/Evaluator.java
Outdated
Show resolved
Hide resolved
lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/Evaluator.java
Outdated
Show resolved
Hide resolved
lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/FeatureFlagsState.java
Outdated
Show resolved
Hide resolved
lib/sdk/server/src/test/java/com/launchdarkly/sdk/server/LDClientEvaluationTest.java
Show resolved
Hide resolved
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.
So far this looks good, let me know when the TODO are done, I can approve.
Performance isn't significantly impacted Prereq branch Benchmark Mode Cnt Score Error Units Main Benchmark Mode Cnt Score Error Units |
🤖 I have created a release *beep* *boop* --- ## [7.6.0](7.5.0...7.6.0) (2024-10-24) ### Features * Adds support for client side prerequisite events. ([#39](#39)) ([e9ea4df](e9ea4df)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Requirements
Related issues
SDK-687