-
Notifications
You must be signed in to change notification settings - Fork 661
Regenerate sdk release 9 #788
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
Codecov Report
@@ Coverage Diff @@
## master #788 +/- ##
==========================================
+ Coverage 83.27% 83.31% +0.04%
==========================================
Files 36 36
Lines 4561 4586 +25
Branches 578 583 +5
==========================================
+ Hits 3798 3821 +23
Misses 362 362
- Partials 401 403 +2
Continue to review full report at Codecov.
|
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.
One question about keeping api_key for compatibility. It's still not clear to me why the Node SDK works for query and federatedQuery without converting the array types to string. Can you make sure this is working?
| export type Options = { | ||
| version: string; | ||
| url?: string; | ||
| api_key?: string; |
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.
Do we need to keep this to maintain compatibility until next major release?
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.
We shouldn't need to since it is available in the base class options but I will confirm
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.
Confirmed, this still transpiles in TypeScript.
need to make changes in discovery to support arrays
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.
👍 looks good!
|
🎉 This PR is included in version 3.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
api_keyin VisRec, and LTv2 (there was JSDoc for this but never a console message).