-
Notifications
You must be signed in to change notification settings - Fork 3.3k
v0.3.52: docs updates, deployment version tables, workspace-level api keys, knowledgebase improvements #1320
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
Conversation
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
Google sheets append was sending an invalid shape to the google sheets api. This PR fixes this by having similar logic to what is in append.ts
* update infra and remove railway * overhaul docs * added a lot more videos/examples to docs * Revert "update infra and remove railway" This reverts commit b23258a. * remove unused lines * update start block docs * update agent docs * update API block docs * update function block docs * update response block docs * update parallel and router docs * update workflow docs * update connections docs * fix(sheets): fixed google sheets update (#1311) Google sheets append was sending an invalid shape to the google sheets api. This PR fixes this by having similar logic to what is in append.ts * fix(serializer): Required-field validation now respects sub-block visibility (#1313) * audit content * audit content --------- Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai> Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com> Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
* update infra and remove railway * fix(kb): exclude deleted docs from queries * Revert "update infra and remove railway" This reverts commit b23258a.
* chore(deployment-versioning): add migration script into repo * add migration * remove parent id changes
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
* update infra and remove railway * fix(file-upload): fix nextjs file upload issue with pdf-parse * Revert "update infra and remove railway" This reverts commit b23258a.
…ock (#1322) modified long description
…space members, add encryption for api keys (#1323) * update infra and remove railway * feat(api-keys): add workspace-level api keys * encrypt api keys * Revert "update infra and remove railway" This reverts commit b23258a. * reran migrations * tested workspace keys * consolidated code * more consolidation * cleanup * consolidate, remove unused code * add dummy key for ci * continue with regular path for self-hosted folks that don't have key set * fix tests * fix test * remove tests * removed ci additions
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.
Summary
Sheets fix: corrected Google Sheets update (append logic sending invalid shape) (#1311)
Serializer fix: required-field validation now respects sub-block visibility (#1313)
Docs feature: major overhaul; added videos/examples, expanded block/workflow/connection docs, audits, cleanup (#1317)
KB fix: exclude deleted docs from embeddings/vector search (#1319)
Deployment versioning chore: add migration script into repo (#1318)
Workspace-Level API Keys: Add workspace level api keys to share with other workspace members, add encryption for api keys (#1323)