-
Notifications
You must be signed in to change notification settings - Fork 0
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: Evaluation Details #90
Conversation
Note: This will not pass until we merge and publish |
b2e41ac
to
672e9e6
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.
📈
@@ -56,6 +56,6 @@ | |||
"webpack-cli": "^4.10.0" | |||
}, | |||
"dependencies": { | |||
"@eppo/js-client-sdk-common": "3.3.3" | |||
"@eppo/js-client-sdk-common": "4.0.0" |
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.
📈
@@ -30,7 +31,6 @@ import { ServingStoreUpdateStrategy } from './isolatable-hybrid.store'; | |||
import { | |||
offlineInit, | |||
IAssignmentLogger, | |||
IEppoClient, |
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.
Good riddance
672e9e6
to
6755619
Compare
e49e815
to
1ff1b94
Compare
Evaluation Reasons - js-client-sdk-common
Evaluation Reasons - js-client-sdk
Evaluation Reasons - node-server-sdk
Evaluation Reasons - react-native-sdk
Motivation and Context
This implements the "assignment details" functionality for the js-client-sdk.
Description
IEppoClient
is being removed in@eppo/js-client-sdk-common@3.4.0
, which required updatesIConfigurationStore.setEntries
returnsPromise<boolean>
in@eppo/js-client-sdk-common@3.4.0
which also requires updates. Resolving withtrue
internally tells the configuration store to set theconfigFetchedAt
andconfigPublishedAt
fields.How has this been tested?
Manual testing will be done once @eppo/js-client-sdk-common@3.4.0 is published