Skip to content

Version Packages (beta) - #3312

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

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

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Aug 3, 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/core@5.0.0-beta.40

Minor Changes

  • #3048f8f6e17 Thanks @TooTallNate! - Add an experimental QuickJS WASM VM engine for workflow execution, opt-in via WORKFLOW_VM=quickjs (or per-run executionContext.workflowVm). The engine performs the same full event replay as the default node:vm engine but runs workflow code in a QuickJS VM compiled to WebAssembly, enabling platforms without node:vm support and laying the groundwork for VM-memory snapshotting.

  • #30465d591d2 Thanks @NathanColosimo! - Retain workflow execution across inline steps within one invocation; WORKFLOW_RETAINED_VM=0 disables retention. Boundaries whose step arguments are not primitive values fall back to ordinary replay.

  • #304789ede82 Thanks @NathanColosimo! - Retained workflow VMs now keep the fast path when step arguments are plain data or standard built-ins (Map, Set, Date, typed arrays, URL, Headers, …), not just primitives. A boundary falls back to a normal replay only when serializing its arguments ran code the workflow controls — a getter, a proxy, a custom serializer — or computed an Error's stack trace.

Patch Changes

  • #3301cb77725 Thanks @VaguelySerious! - Add env option to split correlation ID derivation into per-entity-type sequential ULIDs, instead of sharing one derivation source

  • #3048f8f6e17 Thanks @TooTallNate! - QuickJS engine performance: cache compiled WebAssembly modules process-wide, and execute steps inline in a live-VM continuation loop (no queue round-trip per step, cheap events fed before step bodies, delayed wait-continuation dispatch for racing timers).

  • #3301cb77725 Thanks @VaguelySerious! - Fix stream IDs minted while serializing a step's arguments latching the host wall clock into a run's ID sequence, which gave every entity created afterwards a different correlation ID on each replay

  • Updated dependencies [e6f1b6f]:

    • @workflow/world@5.0.0-beta.25
    • @workflow/world-local@5.0.0-beta.34
    • @workflow/errors@5.0.0-beta.15
    • @workflow/world-vercel@5.0.0-beta.36

workflow@5.0.0-beta.40

Minor Changes

  • #3048f8f6e17 Thanks @TooTallNate! - Add an experimental QuickJS WASM VM engine for workflow execution, opt-in via WORKFLOW_VM=quickjs (or per-run executionContext.workflowVm). The engine performs the same full event replay as the default node:vm engine but runs workflow code in a QuickJS VM compiled to WebAssembly, enabling platforms without node:vm support and laying the groundwork for VM-memory snapshotting.

  • #30465d591d2 Thanks @NathanColosimo! - Retain workflow execution across inline steps within one invocation; WORKFLOW_RETAINED_VM=0 disables retention. Boundaries whose step arguments are not primitive values fall back to ordinary replay.

  • #304789ede82 Thanks @NathanColosimo! - Retained workflow VMs now keep the fast path when step arguments are plain data or standard built-ins (Map, Set, Date, typed arrays, URL, Headers, …), not just primitives. A boundary falls back to a normal replay only when serializing its arguments ran code the workflow controls — a getter, a proxy, a custom serializer — or computed an Error's stack trace.

Patch Changes

  • #3301cb77725 Thanks @VaguelySerious! - Add env option to split correlation ID derivation into per-entity-type sequential ULIDs, instead of sharing one derivation source

  • #3048f8f6e17 Thanks @TooTallNate! - QuickJS engine performance: cache compiled WebAssembly modules process-wide, and execute steps inline in a live-VM continuation loop (no queue round-trip per step, cheap events fed before step bodies, delayed wait-continuation dispatch for racing timers).

  • #3301cb77725 Thanks @VaguelySerious! - Fix stream IDs minted while serializing a step's arguments latching the host wall clock into a run's ID sequence, which gave every entity created afterwards a different correlation ID on each replay

  • Updated dependencies [cb77725, f8f6e17, f8f6e17, 5d591d2, 89ede82, cb77725]:

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

@workflow/world@5.0.0-beta.25

Minor Changes

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

Minor Changes

Patch Changes

  • Updated dependencies [e6f1b6f]:
    • @workflow/world@5.0.0-beta.25
    • @workflow/errors@5.0.0-beta.15

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

Minor Changes

Patch Changes

  • #2866e6f1b6f Thanks @NathanColosimo! - Keep Hook tokens reserved through their configured minimum retention.

  • Updated dependencies [e6f1b6f]:

    • @workflow/world@5.0.0-beta.25
    • @workflow/world-local@5.0.0-beta.34
    • @workflow/errors@5.0.0-beta.15

@workflow/astro@5.0.0-beta.40

Patch Changes

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

@workflow/builders@5.0.0-beta.40

Patch Changes

@workflow/cli@5.0.0-beta.40

Patch Changes

  • Updated dependencies [e6f1b6f, cb77725, f8f6e17, f8f6e17, 5d591d2, 89ede82, cb77725]:
    • @workflow/world@5.0.0-beta.25
    • @workflow/world-local@5.0.0-beta.34
    • @workflow/core@5.0.0-beta.40
    • @workflow/errors@5.0.0-beta.15
    • @workflow/web@5.0.0-beta.40
    • @workflow/world-vercel@5.0.0-beta.36
    • @workflow/builders@5.0.0-beta.40

@workflow/nest@5.0.0-beta.40

Patch Changes

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

@workflow/next@5.0.0-beta.40

Patch Changes

@workflow/nitro@5.0.0-beta.40

Patch Changes

  • Updated dependencies [cb77725, f8f6e17, f8f6e17, 5d591d2, 89ede82, cb77725]:
    • @workflow/core@5.0.0-beta.40
    • @workflow/web@5.0.0-beta.40
    • @workflow/builders@5.0.0-beta.40
    • @workflow/rollup@5.0.0-beta.40
    • @workflow/vite@5.0.0-beta.40

@workflow/nuxt@5.0.0-beta.40

Patch Changes

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

@workflow/rollup@5.0.0-beta.40

Patch Changes

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

@workflow/sveltekit@5.0.0-beta.40

Patch Changes

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

@workflow/vite@5.0.0-beta.40

Patch Changes

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

@workflow/vitest@5.0.0-beta.40

Patch Changes

@workflow/web@5.0.0-beta.40

Patch Changes

  • Updated dependencies [e6f1b6f]:
    • @workflow/world-local@5.0.0-beta.34

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies [e6f1b6f]:
    • @workflow/world@5.0.0-beta.25
    • @workflow/errors@5.0.0-beta.15

@github-actions
github-actionsBot requested a review from a team as a code ownerAugust 3, 2026 22:49
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 46638c6 to 4a192c8CompareAugust 3, 2026 23:38
@github-actionsgithub-actionsBot reopened this Aug 3, 2026
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from b60507a to f8f6e17CompareAugust 3, 2026 23:39
@github-actionsgithub-actionsBot reopened this Aug 3, 2026
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 5baa7c7 to cb77725CompareAugust 3, 2026 23:50
@github-actionsgithub-actionsBot reopened this Aug 3, 2026
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c0b3eaf to 99f4aebCompareAugust 4, 2026 00:43
@github-actionsgithub-actionsBot reopened this Aug 4, 2026
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 5a02a9a to c22abcdCompareAugust 4, 2026 00:44
Sign up for freeto 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