Version Packages (beta) - #3318
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 16:56
4540b7e to
73da40c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 18:51
619bb58 to
434e4be
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 19:05
6ec0fd1 to
27a3f15
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 20:11
e003940 to
de1905f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 20:58
8acc1c5 to
a8bf8db
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 22:00
c415ee1 to
1222aab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@workflow/world@5.0.0-beta.25
Major Changes
de1905fThanks @VaguelySerious! - Breaking:events.listByCorrelationIdandanalytics.events.listByCorrelationIdnow require arunId. A correlation id is unique within its run, not across runs, so an unscoped lookup answered with one event per run that numbered a step or wait the same.Minor Changes
e6f1b6fThanks @NathanColosimo! - Keep Hook tokens reserved through their configured minimum retention.@workflow/world-local@5.0.0-beta.34
Major Changes
de1905fThanks @VaguelySerious! - Breaking:events.listByCorrelationIdandanalytics.events.listByCorrelationIdnow require arunId. A correlation id is unique within its run, not across runs, so an unscoped lookup answered with one event per run that numbered a step or wait the same.Minor Changes
e6f1b6fThanks @NathanColosimo! - Keep Hook tokens reserved through their configured minimum retention.Patch Changes
#3315
1222aabThanks @pranaygp! - Update undici to 7.29.0Updated dependencies [
de1905f,e6f1b6f]:@workflow/world-postgres@5.0.0-beta.32
Major Changes
de1905fThanks @VaguelySerious! - Breaking:events.listByCorrelationIdandanalytics.events.listByCorrelationIdnow require arunId. A correlation id is unique within its run, not across runs, so an unscoped lookup answered with one event per run that numbered a step or wait the same.Minor Changes
99f4aebThanks @NathanColosimo! - Keep Hook tokens reserved through their configured minimum retention.Patch Changes
#2866
e6f1b6fThanks @NathanColosimo! - Keep Hook tokens reserved through their configured minimum retention.Updated dependencies [
1222aab,de1905f,e6f1b6f]:@workflow/world-vercel@5.0.0-beta.36
Major Changes
de1905fThanks @VaguelySerious! - Breaking:events.listByCorrelationIdandanalytics.events.listByCorrelationIdnow require arunId. A correlation id is unique within its run, not across runs, so an unscoped lookup answered with one event per run that numbered a step or wait the same.Patch Changes
#3315
1222aabThanks @pranaygp! - Update undici to 7.29.0Updated dependencies [
de1905f,e6f1b6f]:@workflow/core@5.0.0-beta.40
Minor Changes
#3048
f8f6e17Thanks @TooTallNate! - Add an experimental QuickJS WASM VM engine for workflow execution, opt-in viaWORKFLOW_VM=quickjs(or per-runexecutionContext.workflowVm). The engine performs the same full event replay as the defaultnode:vmengine but runs workflow code in a QuickJS VM compiled to WebAssembly, enabling platforms withoutnode:vmsupport and laying the groundwork for VM-memory snapshotting.#3046
5d591d2Thanks @NathanColosimo! - Retain workflow execution across inline steps within one invocation;WORKFLOW_RETAINED_VM=0disables retention. Boundaries whose step arguments are not primitive values fall back to ordinary replay.#3047
89ede82Thanks @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 anError's stack trace.Patch Changes
#3316
e084e08Thanks @karthikscale3! - Allow configuring the polling interval used byRun.returnValuewithWORKFLOW_RETURN_VALUE_POLL_INTERVAL_MS.#3301
cb77725Thanks @VaguelySerious! - Add env option to split correlation ID derivation into per-entity-type sequential ULIDs, instead of sharing one derivation source#3319
27a3f15Thanks @NathanColosimo! - Preserve Hook minimum-retention deadlines in QuickJS workflows.#3048
f8f6e17Thanks @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).#3301
cb77725Thanks @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 replayUpdated dependencies [
1222aab,de1905f,e6f1b6f]:@workflow/web@5.0.0-beta.40
Minor Changes
de1905fThanks @VaguelySerious! - Breaking:events.listByCorrelationIdandanalytics.events.listByCorrelationIdnow require arunId. A correlation id is unique within its run, not across runs, so an unscoped lookup answered with one event per run that numbered a step or wait the same.Patch Changes
1222aab,de1905f,e6f1b6f]:workflow@5.0.0-beta.40
Minor Changes
#3048
f8f6e17Thanks @TooTallNate! - Add an experimental QuickJS WASM VM engine for workflow execution, opt-in viaWORKFLOW_VM=quickjs(or per-runexecutionContext.workflowVm). The engine performs the same full event replay as the defaultnode:vmengine but runs workflow code in a QuickJS VM compiled to WebAssembly, enabling platforms withoutnode:vmsupport and laying the groundwork for VM-memory snapshotting.#3046
5d591d2Thanks @NathanColosimo! - Retain workflow execution across inline steps within one invocation;WORKFLOW_RETAINED_VM=0disables retention. Boundaries whose step arguments are not primitive values fall back to ordinary replay.#3047
89ede82Thanks @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 anError's stack trace.Patch Changes
#3301
cb77725Thanks @VaguelySerious! - Add env option to split correlation ID derivation into per-entity-type sequential ULIDs, instead of sharing one derivation source#3048
f8f6e17Thanks @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).#3301
cb77725Thanks @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 replayUpdated dependencies [
e084e08,cb77725,27a3f15,f8f6e17,f8f6e17,5d591d2,89ede82,cb77725]:@workflow/astro@5.0.0-beta.40
Patch Changes
@workflow/builders@5.0.0-beta.40
Patch Changes
e084e08,cb77725,27a3f15,f8f6e17,f8f6e17,5d591d2,89ede82,cb77725]:@workflow/cli@5.0.0-beta.40
Patch Changes
1222aab,de1905f,e084e08,e6f1b6f,cb77725,27a3f15,f8f6e17,f8f6e17,5d591d2,89ede82,cb77725]:@workflow/nest@5.0.0-beta.40
Patch Changes
@workflow/next@5.0.0-beta.40
Patch Changes
e084e08,cb77725,27a3f15,f8f6e17,f8f6e17,5d591d2,89ede82,cb77725]:@workflow/nitro@5.0.0-beta.40
Patch Changes
de1905f,e084e08,cb77725,27a3f15,f8f6e17,f8f6e17,5d591d2,89ede82,cb77725]:@workflow/nuxt@5.0.0-beta.40
Patch Changes
@workflow/rollup@5.0.0-beta.40
Patch Changes
@workflow/sveltekit@5.0.0-beta.40
Patch Changes
@workflow/vite@5.0.0-beta.40
Patch Changes
@workflow/vitest@5.0.0-beta.40
Patch Changes
1222aab,de1905f,e084e08,e6f1b6f,cb77725,27a3f15,f8f6e17,f8f6e17,5d591d2,89ede82,cb77725]:@workflow/web-shared@5.0.0-beta.40
Patch Changes
#3300
73da40cThanks @mitul-s! - Align the default shared UI color palette with Vercel's Geist stylesheet.#2866
e6f1b6fThanks @NathanColosimo! - Keep Hook tokens reserved through their configured minimum retention.Updated dependencies [
de1905f,e084e08,e6f1b6f,cb77725,27a3f15,f8f6e17,f8f6e17,5d591d2,89ede82,cb77725]:@workflow/world-testing@5.0.0-beta.40
Patch Changes
de1905f,e084e08,e6f1b6f,cb77725,27a3f15,f8f6e17,f8f6e17,5d591d2,89ede82,cb77725]: