Skip to content

Version Packages (beta) - #3598

Closed
github-actions[bot] wants to merge 0 commit into
mainfrom
changeset-release/main
Closed

Version Packages (beta)#3598
github-actions[bot] wants to merge 0 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@workflow/world@5.0.0-beta.28

Minor Changes

  • #3461 04e060a Thanks @VaguelySerious! - Add WORKFLOW_NODE_HTTP to run the Vercel and Local World HTTP layers on Node's built-in node:http and node:https modules instead of their usual HTTP client library.

Patch Changes

  • #3025 b0adb50 Thanks @pranaygp! - Batched event writes: add the optional events.createBatch World API (ordered events, one durable write, per-event outcomes), implement it in @workflow/world-vercel against POST /v4/runs/:runId/events/batch (slot-identity runs only), and fold clean suspension fan-outs — eager step_created and wait_created writes — into batched writes in the runtime. On by default; disable with WORKFLOW_BATCH_TRANSITIONS=0.

  • #3497 1321570 Thanks @VaguelySerious! - Log ignored duplicate events at debug instead of info/error, so a straggler no longer prints on every replay of the run.

@workflow/world-local@5.0.0-beta.37

Minor Changes

  • #3461 04e060a Thanks @VaguelySerious! - Add WORKFLOW_NODE_HTTP to run the Vercel and Local World HTTP layers on Node's built-in node:http and node:https modules instead of their usual HTTP client library.

Patch Changes

  • Updated dependencies [b0adb50, 1321570, 04e060a]:
    • @workflow/world@5.0.0-beta.28
    • @workflow/errors@5.0.0-beta.17

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

Minor Changes

  • #3461 04e060a Thanks @VaguelySerious! - Add WORKFLOW_NODE_HTTP to run the Vercel and Local World HTTP layers on Node's built-in node:http and node:https modules instead of their usual HTTP client library.

Patch Changes

  • #3025 b0adb50 Thanks @pranaygp! - Batched event writes: add the optional events.createBatch World API (ordered events, one durable write, per-event outcomes), implement it in @workflow/world-vercel against POST /v4/runs/:runId/events/batch (slot-identity runs only), and fold clean suspension fan-outs — eager step_created and wait_created writes — into batched writes in the runtime. On by default; disable with WORKFLOW_BATCH_TRANSITIONS=0.

  • #3586 52526e1 Thanks @NathanColosimo! - Avoid repeatedly copying partial event-frame bodies as network chunks arrive.

  • Updated dependencies [b0adb50, 1321570, 04e060a]:

    • @workflow/world@5.0.0-beta.28
    • @workflow/errors@5.0.0-beta.17

@workflow/astro@5.0.0-beta.43

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.43
    • @workflow/rollup@5.0.0-beta.43
    • @workflow/vite@5.0.0-beta.43

@workflow/builders@5.0.0-beta.43

Patch Changes

@workflow/cli@5.0.0-beta.43

Patch Changes

  • Updated dependencies [b0adb50, 1321570, 234d3dd, 52526e1, 04e060a, 707dfe6, ac51658, c5f9177, 880801b]:
    • @workflow/world@5.0.0-beta.28
    • @workflow/world-vercel@5.0.0-beta.39
    • @workflow/core@5.0.0-beta.43
    • @workflow/world-local@5.0.0-beta.37
    • @workflow/errors@5.0.0-beta.17
    • @workflow/web@5.0.0-beta.43
    • @workflow/builders@5.0.0-beta.43

@workflow/core@5.0.0-beta.43

Patch Changes

  • #3025 b0adb50 Thanks @pranaygp! - Batched event writes: add the optional events.createBatch World API (ordered events, one durable write, per-event outcomes), implement it in @workflow/world-vercel against POST /v4/runs/:runId/events/batch (slot-identity runs only), and fold clean suspension fan-outs — eager step_created and wait_created writes — into batched writes in the runtime. On by default; disable with WORKFLOW_BATCH_TRANSITIONS=0.

  • #3497 1321570 Thanks @VaguelySerious! - Log ignored duplicate events at debug instead of info/error, so a straggler no longer prints on every replay of the run.

  • #3560 234d3dd Thanks @alangenfeld! - Add a run-pickup watchdog to the e2e harness: a started run still pending after a budget is replaced (side-effect-free) and recorded as an infra event surfaced separately from test failures and flaky retries.

  • #3554 707dfe6 Thanks @VaguelySerious! - Fix a replay-determinism gap where branch wake order — and therefore step correlation ids — could depend on how much of the event log an invocation had loaded, corrupting runs under concurrent replays (CORRUPTED_EVENT_LOG).

  • #3526 ac51658 Thanks @shalabhc! - Record a workflow.step.execute.duration OpenTelemetry histogram around user step execution

  • #3564 c5f9177 Thanks @alangenfeld! - Verify stream tail when the reconnecting framed reader receives an EOF to ensure it is due to stream completion (and not other world-side behavior)

  • #3567 880801b Thanks @alangenfeld! - Propagate invocation request IDs to step-start events.

  • Updated dependencies [b0adb50, 1321570, 52526e1, 04e060a]:

    • @workflow/world@5.0.0-beta.28
    • @workflow/world-vercel@5.0.0-beta.39
    • @workflow/world-local@5.0.0-beta.37
    • @workflow/errors@5.0.0-beta.17

@workflow/nest@5.0.0-beta.43

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.43

@workflow/next@5.0.0-beta.43

Patch Changes

  • #3529 ae16375 Thanks @alangenfeld! - Fix dev HMR dropping edits to already-tracked files that land while a full rediscovery rebuild is in flight; the post-rebuild baseline refresh absorbed such edits so their watcher events classified as no-ops and the change never reached the manifest. Files first discovered by the in-flight rebuild narrow the same race but a create-then-edit within one rebuild window can still be absorbed.

  • #3589 916fcf0 Thanks @alangenfeld! - Dev HMR logging (WORKFLOW_DEV_HMR_LOGS=1) now also logs workflow dev hmr: rebuild complete

  • Updated dependencies [b0adb50, 1321570, 234d3dd, 707dfe6, ac51658, c5f9177, 880801b]:

    • @workflow/core@5.0.0-beta.43
    • @workflow/builders@5.0.0-beta.43

@workflow/nitro@5.0.0-beta.43

Patch Changes

@workflow/nuxt@5.0.0-beta.43

Patch Changes

  • Updated dependencies []:
    • @workflow/nitro@5.0.0-beta.43

@workflow/rollup@5.0.0-beta.43

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.43

@workflow/sveltekit@5.0.0-beta.43

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.43
    • @workflow/rollup@5.0.0-beta.43
    • @workflow/vite@5.0.0-beta.43

@workflow/vite@5.0.0-beta.43

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@5.0.0-beta.43

@workflow/vitest@5.0.0-beta.43

Patch Changes

@workflow/web@5.0.0-beta.43

Patch Changes

  • Updated dependencies [04e060a]:
    • @workflow/world-local@5.0.0-beta.37

@workflow/web-shared@5.0.0-beta.43

Patch Changes

workflow@5.0.0-beta.43

Patch Changes

  • #3497 1321570 Thanks @VaguelySerious! - Log ignored duplicate events at debug instead of info/error, so a straggler no longer prints on every replay of the run.

  • #3554 707dfe6 Thanks @VaguelySerious! - Fix a replay-determinism gap where branch wake order — and therefore step correlation ids — could depend on how much of the event log an invocation had loaded, corrupting runs under concurrent replays (CORRUPTED_EVENT_LOG).

  • Updated dependencies [b0adb50, ae16375, 916fcf0, 1321570, 234d3dd, 707dfe6, ac51658, c5f9177, 880801b]:

    • @workflow/core@5.0.0-beta.43
    • @workflow/next@5.0.0-beta.43
    • @workflow/cli@5.0.0-beta.43
    • @workflow/errors@5.0.0-beta.17
    • @workflow/nitro@5.0.0-beta.43
    • @workflow/typescript-plugin@5.0.0-beta.5
    • @workflow/astro@5.0.0-beta.43
    • @workflow/nest@5.0.0-beta.43
    • @workflow/rollup@5.0.0-beta.43
    • @workflow/sveltekit@5.0.0-beta.43
    • @workflow/nuxt@5.0.0-beta.43

@workflow/world-postgres@5.0.0-beta.35

Patch Changes

  • Updated dependencies [b0adb50, 1321570, 04e060a]:
    • @workflow/world@5.0.0-beta.28
    • @workflow/world-local@5.0.0-beta.37
    • @workflow/errors@5.0.0-beta.17

@workflow/world-testing@5.0.0-beta.43

Patch Changes

@github-actions github-actions Bot closed this Aug 18, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from d2ea00b to 04e060a Compare August 18, 2026 21:32
@github-actions github-actions Bot reopened this Aug 18, 2026
@github-actions github-actions Bot closed this Aug 18, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1ce8350 to 8789f45 Compare August 18, 2026 22:03
@github-actions github-actions Bot reopened this Aug 18, 2026
@github-actions github-actions Bot closed this Aug 18, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 4e09243 to 3837ca2 Compare August 18, 2026 22:05
@github-actions github-actions Bot reopened this Aug 18, 2026
@github-actions github-actions Bot closed this Aug 18, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 49493a4 to 52526e1 Compare August 18, 2026 22:30
@github-actions github-actions Bot reopened this Aug 18, 2026
@github-actions github-actions Bot closed this Aug 18, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from a70299a to 6ca2f1b Compare August 18, 2026 22:46
@github-actions github-actions Bot reopened this Aug 18, 2026
@github-actions github-actions Bot closed this Aug 18, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from af8ad57 to a036888 Compare August 18, 2026 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant