Skip to content

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

Merged
merged 15 commits into from
May 22, 2025

Conversation

tanderson-ld
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented May 12, 2025

@launchdarkly/js-sdk-common size report
This is the brotli compressed size of the ESM build.
Size: 24867 bytes
Size limit: 26000

Copy link
Contributor

github-actions bot commented May 12, 2025

@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Size: 15777 bytes
Size limit: 20000

Copy link
Contributor

github-actions bot commented May 12, 2025

@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Size: 21175 bytes
Size limit: 25000

@tanderson-ld tanderson-ld changed the title Ta/fdv2 code move part3 chore: now utilizes FDv2 basis param and supports FDv1 fallback May 12, 2025
@tanderson-ld tanderson-ld changed the base branch from main to ta/fdv2-code-move-part2 May 12, 2025 21:03
@@ -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"
Copy link
Contributor Author

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"}]}',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FDv2 spec change.

@tanderson-ld tanderson-ld marked this pull request as ready for review May 14, 2025 19:35
@tanderson-ld tanderson-ld requested a review from a team as a code owner May 14, 2025 19:35
Base automatically changed from ta/fdv2-code-move-part2 to main May 19, 2025 19:42
@tanderson-ld tanderson-ld requested a review from kinyoklion May 21, 2025 15:00
@tanderson-ld tanderson-ld merged commit 0b50153 into main May 22, 2025
25 checks passed
@tanderson-ld tanderson-ld deleted the ta/fdv2-code-move-part3 branch May 22, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants