Skip to content

workflow@5.0.0-beta.26

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 00:17
Immutable release. Only release title and notes can be modified.
d1a040c

@workflow/core@5.0.0-beta.26

  • 603ad97 - Treat transient world-vercel transport failures as retryable, surfacing them as a TRANSPORT type WorkflowWorldError, to be retried by the queue instead of failing the run.
  • #2685 2477ad8 @VaguelySerious - Fix a turbo-mode race where a fire-and-forget hook, wait, or attribute created by a workflow that completes synchronously could be written to the server before the run was created.

@workflow/world-vercel@5.0.0-beta.22

  • 897aac9 - Retry transient transport failures (e.g. UND_ERR_REQ_RETRY, ECONNRESET, socket timeouts, 5xx) in-process for idempotent-on-retry event POSTs, so a brief network blip after a step completes no longer re-executes the step. step_started, step_retrying, and hook_received are excluded as they are not safe to blindly retry.
  • 603ad97 - Treat transient world-vercel transport failures as retryable, surfacing them as a TRANSPORT type WorkflowWorldError, to be retried by the queue instead of failing the run.
  • 1dcdafd - Unify world-vercel HTTP request handling into a shared core and extend OTEL client spans + debug logging to the v4 events, stream, and Vercel-API request paths.