-
Notifications
You must be signed in to change notification settings - Fork 25
chore: now utilizes FDv2 basis param and supports FDv1 fallback #849
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
Conversation
…ates, and FDv2 DataSource impls.
@launchdarkly/js-sdk-common size report |
@launchdarkly/js-client-sdk-common size report |
@launchdarkly/js-client-sdk size report |
@@ -47,7 +47,7 @@ | |||
"dependencies": { | |||
"@launchdarkly/js-server-sdk-common": "2.15.1", | |||
"https-proxy-agent": "^5.0.1", | |||
"launchdarkly-eventsource": "2.1.0" | |||
"launchdarkly-eventsource": "2.2.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.
For reviewers: This includes error header support needed for FDv2 fallback.
@@ -25,7 +25,7 @@ it('it sets basis to true when intent code is xfer-full', () => { | |||
}); | |||
|
|||
mockStream.simulateEvent('server-intent', { | |||
data: '{"payloads": [{"code": "xfer-full", "id": "mockId"}]}', | |||
data: '{"payloads": [{"intentCode": "xfer-full", "id": "mockId"}]}', |
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.
FDv2 spec change.
packages/shared/sdk-server/src/store/TransactionalFeatureStore.ts
Outdated
Show resolved
Hide resolved
…ecuting in parallel
No description provided.