feat: SDK update for version 28.0.0 - #163
Merged
Merged
Conversation
Greptile SummaryThe PR updates the Node.js SDK to API format 1.9.6 and package version 28.0.0.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains in the available follow-up review scope. No blocking failure remains. Important Files Changed
Reviews (4): Last reviewed commit: "chore: merge main into dev for the relea..." | Re-trigger Greptile |
Meldiron
reviewed
Aug 14, 2026
|
|
||
| const tablesDB = new sdk.TablesDB(client); | ||
|
|
||
| const result = await tablesDB.cutoverMigration({ |
Contributor
There was a problem hiding this comment.
Lets check with Jake if this is 100% terminology we want. its not what we commonly do. We usually createMnigrationCutover, for exmaple
Meldiron
reviewed
Aug 14, 2026
Comment on lines
+15
to
+17
| specification: 'serverless', // optional | ||
| replicas: 0, // optional | ||
| syncMode: 'async' // optional |
Contributor
There was a problem hiding this comment.
Note for fututre, we might want enums here
Meldiron
approved these changes
Aug 14, 2026
loks0n
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains updates to the SDK for version 28.0.0.
What's Changed
account.createJWT; useusers.createJWTinstead. A leaked JWT could mint further JWTs, letting a credential outlive its own expiry — a session cannot duplicate itself to live forever eitherproject.createKey. A leaked key could mint further hidden keys, making a compromise far harder to contain and revokeactivities.listEventsqueriesnow takes an array instead of a stringembeddingsservice withcreateTextEmbeddings, plus theEmbeddingModelenumlistMigrations,createMigration,getMigration,deleteMigration,cutoverMigration, andlistOperationsproxy.createInvalidationfor purging cached edge responses, plus theInvalidationTypeenumapps.deleteInstallationusers.getMFAChallengeand theMfaChallengeSecretmodelproject.updateMFAFactorsPolicyand thePolicyMfaFactorsmodelclient.setOrganizationfor organization-scoped requestsfolderparameter tostorage.createFilesyncModeparameter totablesDB.createandtablesDB.update, andspecificationtotablesDB.updateinstallationScopesparameter toproject.updateOAuth2Servercustomauthentication factor,node-26runtime,mfa-factorsproject policy, and theembeddings.writeandproxy.invalidations.writekey scopes1.9.6