@trigger.dev/sdk@4.3.3
·
20 commits
to main
since this release
Patch Changes
-
Add support for AI SDK v6 (Vercel AI SDK) (#2919)
- Updated peer dependency to allow
ai@^6.0.0alongside v4 and v5 - Updated internal code to handle async validation from AI SDK v6's Schema type
- Updated peer dependency to allow
-
Expose user-provided idempotency key and scope in task context.
ctx.run.idempotencyKeynow returns the original key passed toidempotencyKeys.create()instead of the hash, andctx.run.idempotencyKeyScopeshows the scope ("run", "attempt", or "global"). (#2903) -
Updated dependencies:
@trigger.dev/core@4.3.3