ci(changesets): version packages#1041
Conversation
Deploying voltagent with
|
| Latest commit: |
185be07
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9eb1a6d5.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
This comment has been minimized.
This comment has been minimized.
📝 WalkthroughWalkthroughThe pull request removes a staged changeset entry describing multi-tenant workflow execution filtering and replaces it with direct CHANGELOG updates documenting the feature across multiple packages. Dependency versions are bumped across all example projects and core packages to reflect the new releases. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@voltagent/cloudflare-d1@2.1.1
Patch Changes
#1040
5e54d3bThanks @omeraplak! - feat: add multi-tenant filters to workflow execution listing (/workflows/executions)You can now filter workflow execution history by
userIdand metadata fields in addition toexisting filters (
workflowId,status,from,to,limit,offset).What's New
userIdfilter support for workflow run queries.metadataas URL-encoded JSON objectmetadata.<key>query params (for example:metadata.tenantId=acme)success->completedpending->running@voltagent/voltagent-memory)TypeScript Example
cURL Examples
@voltagent/core@2.3.7
Patch Changes
#1040
5e54d3bThanks @omeraplak! - feat: add multi-tenant filters to workflow execution listing (/workflows/executions)You can now filter workflow execution history by
userIdand metadata fields in addition toexisting filters (
workflowId,status,from,to,limit,offset).What's New
userIdfilter support for workflow run queries.metadataas URL-encoded JSON objectmetadata.<key>query params (for example:metadata.tenantId=acme)success->completedpending->running@voltagent/voltagent-memory)TypeScript Example
cURL Examples
@voltagent/libsql@2.1.1
Patch Changes
#1040
5e54d3bThanks @omeraplak! - feat: add multi-tenant filters to workflow execution listing (/workflows/executions)You can now filter workflow execution history by
userIdand metadata fields in addition toexisting filters (
workflowId,status,from,to,limit,offset).What's New
userIdfilter support for workflow run queries.metadataas URL-encoded JSON objectmetadata.<key>query params (for example:metadata.tenantId=acme)success->completedpending->running@voltagent/voltagent-memory)TypeScript Example
cURL Examples
@voltagent/postgres@2.1.1
Patch Changes
#1040
5e54d3bThanks @omeraplak! - feat: add multi-tenant filters to workflow execution listing (/workflows/executions)You can now filter workflow execution history by
userIdand metadata fields in addition toexisting filters (
workflowId,status,from,to,limit,offset).What's New
userIdfilter support for workflow run queries.metadataas URL-encoded JSON objectmetadata.<key>query params (for example:metadata.tenantId=acme)success->completedpending->running@voltagent/voltagent-memory)TypeScript Example
cURL Examples
@voltagent/server-core@2.1.5
Patch Changes
#1040
5e54d3bThanks @omeraplak! - feat: add multi-tenant filters to workflow execution listing (/workflows/executions)You can now filter workflow execution history by
userIdand metadata fields in addition toexisting filters (
workflowId,status,from,to,limit,offset).What's New
userIdfilter support for workflow run queries.metadataas URL-encoded JSON objectmetadata.<key>query params (for example:metadata.tenantId=acme)success->completedpending->running@voltagent/voltagent-memory)TypeScript Example
cURL Examples
Updated dependencies [
5e54d3b]:@voltagent/server-elysia@2.0.5
Patch Changes
#1040
5e54d3bThanks @omeraplak! - feat: add multi-tenant filters to workflow execution listing (/workflows/executions)You can now filter workflow execution history by
userIdand metadata fields in addition toexisting filters (
workflowId,status,from,to,limit,offset).What's New
userIdfilter support for workflow run queries.metadataas URL-encoded JSON objectmetadata.<key>query params (for example:metadata.tenantId=acme)success->completedpending->running@voltagent/voltagent-memory)TypeScript Example
cURL Examples
Updated dependencies [
5e54d3b]:@voltagent/supabase@2.1.2
Patch Changes
#1040
5e54d3bThanks @omeraplak! - feat: add multi-tenant filters to workflow execution listing (/workflows/executions)You can now filter workflow execution history by
userIdand metadata fields in addition toexisting filters (
workflowId,status,from,to,limit,offset).What's New
userIdfilter support for workflow run queries.metadataas URL-encoded JSON objectmetadata.<key>query params (for example:metadata.tenantId=acme)success->completedpending->running@voltagent/voltagent-memory)TypeScript Example
cURL Examples
@voltagent/voltagent-memory@1.0.4
Patch Changes
#1040
5e54d3bThanks @omeraplak! - feat: add multi-tenant filters to workflow execution listing (/workflows/executions)You can now filter workflow execution history by
userIdand metadata fields in addition toexisting filters (
workflowId,status,from,to,limit,offset).What's New
userIdfilter support for workflow run queries.metadataas URL-encoded JSON objectmetadata.<key>query params (for example:metadata.tenantId=acme)success->completedpending->running@voltagent/voltagent-memory)TypeScript Example
cURL Examples
Summary by cubic
Versioned packages for a patch release that adds multi-tenant filters to /workflows/executions and updates examples to the new versions. This enables filtering by userId and metadata across all storage adapters.
New Features
Dependencies
Written for commit 185be07. Summary will update on new commits.
Summary by CodeRabbit
New Features
Chores