npx @buildinternet/releases get rel_bjtM7GAuqZUbsxe2vilqk
TypeScript SDK (qstash-js):
Added retryDelay option to dynamicaly program the retry duration of a failed message. The new parameter is available in publish/batch/enqueue/schedules. See here Full changelog, including all fixes, is available here.
Fetched April 8, 2026
Step retries now accept a function passed to retries.delay that calculates the next delay based on the failed attempt and thrown error, all…
A step's retries.delay can now be a function that computes the delay per failed attempt, receiving { ctx, error } and returning a delay in…
Workflow runs now support multiple labels via string | string[] on client.trigger and context.invoke, with log, DLQ, and cancel filters acc…
Patch Changes - 772da3a: Stream MCP tool responses over SSE so HTTP headers flush before client fetch timeouts. Switching enableJsonRespons…