Skip to content

Version Packages (beta) - #104

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 12, 2026

Copy link
Copy Markdown

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 force-pushed the changeset-release/main branch 15 times, most recently from 057a03d to 0b0ccf8 Compare February 19, 2026 02:29
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 8 times, most recently from dae1fc1 to d127a7d Compare February 26, 2026 20:29
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 5e5c154 to 0fea67f Compare February 27, 2026 20:29
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 6f8bb50 to 03dfab3 Compare April 30, 2026 20:29
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 8 times, most recently from 96741e9 to 09a0c1d Compare May 9, 2026 20:29
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 12 times, most recently from 41c3171 to 2a446af Compare May 22, 2026 02:29
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 9 times, most recently from f4455ab to 62ec537 Compare May 28, 2026 08:33
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.

0 participants