Skip to content

Version Packages (beta) - #3378

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 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/builders@5.0.0-beta.41

Minor Changes

Patch Changes

@workflow/world@5.0.0-beta.26

Minor Changes

  • #3374 439a495 Thanks @karthikscale3! - Carry the run's pinned deployment on lazy resume messages so misrouted deliveries re-route before the hook_received write.

Patch Changes

  • #3385 74dbf81 Thanks @NathanColosimo! - Retry replay timeouts through normal queue redelivery instead of exiting the process, and keep Postgres jobs retryable through Core's terminal delivery limit.

  • #3382 a8db185 Thanks @VaguelySerious! - Fold new events returned by events.create into the replay log so a completed wait no longer needs a follow-up events.list round trip

  • #3205 22349e9 Thanks @NathanColosimo! - Load replay-event suffixes through one World request.

  • #3124 65139ac Thanks @NathanColosimo! - Infer required run and step entities, including their start times, from
    events.create request types.

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

Minor Changes

  • #3286 4bb86d3 Thanks @NathanColosimo! - Support Hook minimum retention on Vercel.

  • #3084 264ddff Thanks @shalabhc! - Add an opt-in WebSocket transport for event writes during step execution, enabled with WORKFLOW_EVENTS_TRANSPORT=ws. Defaults to HTTP; no behavior change unless explicitly enabled.

Patch Changes

  • #3385 74dbf81 Thanks @NathanColosimo! - Retry replay timeouts through normal queue redelivery instead of exiting the process, and keep Postgres jobs retryable through Core's terminal delivery limit.

  • #3382 a8db185 Thanks @VaguelySerious! - Fold new events returned by events.create into the replay log so a completed wait no longer needs a follow-up events.list round trip

  • #3370 bf4dda6 Thanks @VaguelySerious! - Recover from HTTP/2 connections that stop delivering event requests, and make WORKFLOW_H2_MULTIPLEX=0 disable HTTP/2 on the events path entirely

  • #3205 22349e9 Thanks @NathanColosimo! - Load replay-event suffixes through one World request.

  • #3191 665110b Thanks @NathanColosimo! - Load the current replay log from non-Turbo run_started responses while preserving Turbo's preload opt-out.

  • #3124 65139ac Thanks @NathanColosimo! - Infer required run and step entities, including their start times, from
    events.create request types.

  • Updated dependencies [74dbf81, a8db185, 439a495, 22349e9, 65139ac]:

    • @workflow/world@5.0.0-beta.26
    • @workflow/errors@5.0.0-beta.16

@workflow/astro@5.0.0-beta.41

Patch Changes

  • Updated dependencies [4ec7aca, 264ddff]:
    • @workflow/builders@5.0.0-beta.41
    • @workflow/rollup@5.0.0-beta.41
    • @workflow/vite@5.0.0-beta.41

@workflow/cli@5.0.0-beta.41

Patch Changes

@workflow/core@5.0.0-beta.41

Patch Changes

  • #3385 74dbf81 Thanks @NathanColosimo! - Retry replay timeouts through normal queue redelivery instead of exiting the process, and keep Postgres jobs retryable through Core's terminal delivery limit.

  • #3124 65139ac Thanks @NathanColosimo! - Continue partial run_started event preloads from their cursor instead of reloading the event log from the beginning.

  • #3382 a8db185 Thanks @VaguelySerious! - Fold new events returned by events.create into the replay log so a completed wait no longer needs a follow-up events.list round trip

  • #3286 4bb86d3 Thanks @NathanColosimo! - Fail a workflow when its World deterministically rejects Hook creation.

  • #3374 439a495 Thanks @karthikscale3! - Carry the run's pinned deployment on lazy resume messages so misrouted deliveries re-route before the hook_received write.

  • #3342 eb9e13f Thanks @TooTallNate! - QuickJS engine: start invocations by restoring a bundle-hydrated VM-memory snapshot instead of re-evaluating the workflow bundle (~25× faster VM startup; bundles with module-scope randomness or clock reads automatically fall back to fresh evaluation). Disable with WORKFLOW_QUICKJS_BASELINE_SNAPSHOT=0.

  • #3263 19b5b85 Thanks @TooTallNate! - QuickJS engine: move serialization out of the VM onto the host, replacing the in-VM serde bundle with side-effect-free handle introspection (same wire format, 2–100× faster).

  • #3406 fbebf71 Thanks @VaguelySerious! - Fix replay divergence when a step result overtook an earlier sleep or hook delivery that was parked behind an unread hook's payload

  • #3205 22349e9 Thanks @NathanColosimo! - Load replay-event suffixes through one World request.

  • #3124 65139ac Thanks @NathanColosimo! - Infer required run and step entities, including their start times, from
    events.create request types.

  • Updated dependencies [74dbf81, a8db185, 439a495, bf4dda6, 22349e9, 665110b, 65139ac, 4bb86d3, 264ddff]:

    • @workflow/world@5.0.0-beta.26
    • @workflow/world-vercel@5.0.0-beta.37
    • @workflow/world-local@5.0.0-beta.35
    • @workflow/errors@5.0.0-beta.16

@workflow/nest@5.0.0-beta.41

Patch Changes

  • Updated dependencies [4ec7aca, 264ddff]:
    • @workflow/builders@5.0.0-beta.41

@workflow/next@5.0.0-beta.41

Patch Changes

@workflow/nitro@5.0.0-beta.41

Patch Changes

@workflow/nuxt@5.0.0-beta.41

Patch Changes

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

@workflow/rollup@5.0.0-beta.41

Patch Changes

  • #3084 264ddff Thanks @shalabhc! - Add an opt-in WebSocket transport for event writes during step execution, enabled with WORKFLOW_EVENTS_TRANSPORT=ws. Defaults to HTTP; no behavior change unless explicitly enabled.

  • Updated dependencies [4ec7aca, 264ddff]:

    • @workflow/builders@5.0.0-beta.41

@workflow/sveltekit@5.0.0-beta.41

Patch Changes

  • Updated dependencies [4ec7aca, 264ddff]:
    • @workflow/builders@5.0.0-beta.41
    • @workflow/rollup@5.0.0-beta.41
    • @workflow/vite@5.0.0-beta.41

@workflow/vite@5.0.0-beta.41

Patch Changes

  • Updated dependencies [4ec7aca, 264ddff]:
    • @workflow/builders@5.0.0-beta.41

@workflow/vitest@5.0.0-beta.41

Patch Changes

@workflow/web@5.0.0-beta.41

Patch Changes

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

Patch Changes

workflow@5.0.0-beta.41

Patch Changes

  • Updated dependencies [74dbf81, 65139ac, a8db185, 4bb86d3, 439a495, eb9e13f, 19b5b85, fbebf71, 22349e9, 65139ac, 264ddff]:
    • @workflow/core@5.0.0-beta.41
    • @workflow/rollup@5.0.0-beta.41
    • @workflow/next@5.0.0-beta.41
    • @workflow/cli@5.0.0-beta.41
    • @workflow/nitro@5.0.0-beta.41
    • @workflow/typescript-plugin@5.0.0-beta.5
    • @workflow/errors@5.0.0-beta.16
    • @workflow/astro@5.0.0-beta.41
    • @workflow/nest@5.0.0-beta.41
    • @workflow/sveltekit@5.0.0-beta.41
    • @workflow/nuxt@5.0.0-beta.41

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

Patch Changes

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

Patch Changes

  • #3385 74dbf81 Thanks @NathanColosimo! - Retry replay timeouts through normal queue redelivery instead of exiting the process, and keep Postgres jobs retryable through Core's terminal delivery limit.

  • #3382 a8db185 Thanks @VaguelySerious! - Fold new events returned by events.create into the replay log so a completed wait no longer needs a follow-up events.list round trip

  • #3205 22349e9 Thanks @NathanColosimo! - Load replay-event suffixes through one World request.

  • #3124 65139ac Thanks @NathanColosimo! - Infer required run and step entities, including their start times, from
    events.create request types.

  • Updated dependencies [74dbf81, a8db185, 439a495, 22349e9, 65139ac]:

    • @workflow/world@5.0.0-beta.26
    • @workflow/world-local@5.0.0-beta.35
    • @workflow/errors@5.0.0-beta.16

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

Patch Changes

@github-actions
github-actions Bot requested a review from a team as a code owner August 7, 2026 00:01
@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workbench-python-workflow Error Error Aug 10, 2026 8:53pm

@github-actions github-actions Bot closed this Aug 7, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from bbd5aff to eb9e13f Compare August 7, 2026 09:57
@github-actions github-actions Bot reopened this Aug 7, 2026
@github-actions github-actions Bot closed this Aug 7, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 9daf704 to a8db185 Compare August 7, 2026 17:13
@github-actions github-actions Bot reopened this Aug 7, 2026
@github-actions github-actions Bot closed this Aug 7, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 60dc276 to 4bb86d3 Compare August 7, 2026 20:01
@github-actions github-actions Bot reopened this Aug 7, 2026
@github-actions github-actions Bot closed this Aug 7, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 019bea8 to 74dbf81 Compare August 7, 2026 22:18
@github-actions github-actions Bot reopened this Aug 7, 2026
@github-actions github-actions Bot closed this Aug 8, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from e775650 to 22349e9 Compare August 8, 2026 04:56
@github-actions github-actions Bot reopened this Aug 8, 2026
@github-actions github-actions Bot closed this Aug 10, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b7bf9f1 to 264ddff Compare August 10, 2026 00:35
@github-actions github-actions Bot reopened this Aug 10, 2026
@github-actions github-actions Bot closed this Aug 10, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 2314abc to 1aed119 Compare August 10, 2026 15:23
@github-actions github-actions Bot reopened this Aug 10, 2026
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