-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
0.1[patch]: update 0.1 branch with main changes #5344
Conversation
…apped function returns one (#5342) * core: RunnableLambda should consume async iterator if the wrapped function returns one * Consume iterators too * Add tests * Dont interpret arrays/sets/etc as iterators * Implement in invoke too * Fix async storage propagation * Handle any async iterable * Add more tests
* feat: add delete by filter * feat: return added document ids * fix: delete by id * test: update integration tests * feat: add automatic index creation * Update azure_cosmosdb.ts * refactor: separate ids and filter params for delete() * refactor: use a single param for delete * test: fix unit tests * Address feedback --------- Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -4,13 +4,14 @@ import { | |||
Document as MongoDBDocument, |
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.
Hey there! 👋 I've flagged the recent change in the PR for maintainers to review, as it appears to add an import for accessing environment variables via getEnvironmentVariable
. It's important to ensure that any access to environment variables is handled securely. Let me know if you need further assistance with this!
No description provided.