Immutable
release. Only release title and notes can be modified.
@workflow/core@4.5.0
- #2373
296b785@pranaygp - Replacehook.hasConflict(aPromise<boolean>property) withhook.getConflict(), a method returning a promise that suspends the workflow to commit hook registration and resolves with{ runId }identifying the conflicting run when another active hook owns the token (ornullonce the hook is registered), without waiting for hook payload data. Code usingawait hook.hasConflictshould migrate toconst conflict = await hook.getConflict()and branch onconflict !== null. - #2305
9c667e0@willsather - Add an optionalnamespaceparameter that scopes queue topic prefixes to__{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision. - #2345
2100fc3@pranaygp - Fix unhandled rejection whenstep_created/wait_createdcalls fail inwaitUntil - #2336
4291c59@TooTallNate - Fix unexpected rejections inwaitUntilcausing process crashes - #1847
73975ad@VaguelySerious - Auto-reconnectgetReadable()streams on server close or transient errors
@workflow/cli@4.2.10
- #2395
15507bd@pranaygp - Upgrade esbuild to ^0.28.1 to resolve GHSA-gv7w-rqvm-qjhr (missing binary integrity verification before executing downloaded binaries).
@workflow/world@4.2.0
- #2305
9c667e0@willsather - Add an optionalnamespaceparameter that scopes queue topic prefixes to__{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.
@workflow/world-local@4.2.0
- #2305
9c667e0@willsather - Add an optionalnamespaceparameter that scopes queue topic prefixes to__{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision. - #2399
b5569a8@VaguelySerious - Update @vercel/queues from 0.3.0 to 0.3.1, which adds native retries for 429s and ECONNRESET
@workflow/world-postgres@4.2.0
- #2305
9c667e0@willsather - Add an optionalnamespaceparameter that scopes queue topic prefixes to__{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision. - #2399
b5569a8@VaguelySerious - Update @vercel/queues from 0.3.0 to 0.3.1, which adds native retries for 429s and ECONNRESET
@workflow/world-vercel@4.4.1
- #2338
253eeea@xujustinj - Usevitest runinstead of watch mode so localpnpm testexits cleanly. - #1847
73975ad@VaguelySerious - Propagate client stream cancellation - #2399
b5569a8@VaguelySerious - Update @vercel/queues from 0.3.0 to 0.3.1, which adds native retries for 429s and ECONNRESET
@workflow/world-testing@4.1.10
- #2338
253eeea@xujustinj - Usevitest runinstead of watch mode so localpnpm testexits cleanly.
@workflow/builders@4.1.0
- #2305
9c667e0@willsather - Add an optionalnamespaceparameter that scopes queue topic prefixes to__{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision. - #2395
15507bd@pranaygp - Upgrade esbuild to ^0.28.1 to resolve GHSA-gv7w-rqvm-qjhr (missing binary integrity verification before executing downloaded binaries).