Skip to content

Version Packages - #2863

Merged
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable
Jul 22, 2026
Merged

Version Packages#2863
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 9, 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 stable, this PR will be updated.

Releases

@workflow/astro@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/builders@4.1.2

Patch Changes

  • #2963f1f7e1d Thanks @NathanColosimo! - Resolve dotted tsconfig path aliases during fast workflow discovery.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [0422a0e, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/cli@4.3.1

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, aac6ea5, 2213c91, 7c0266f, 8eb110c]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/web@4.1.13
    • @workflow/errors@4.1.5

@workflow/core@4.6.1

Patch Changes

  • #29960422a0e Thanks @joeyhotz! - Cache self-hosted step port discovery per process.

  • #2687b1d1a06 Thanks @Osamaali313! - Fix extractStreamIds overflowing the stack on circular references

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [aac6ea5, 2213c91, 7c0266f, 8eb110c]:

    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/errors@4.1.5

Patch Changes

  • Updated dependencies [2213c91]:
    • @workflow/utils@4.1.4

@workflow/nest@4.0.13

Patch Changes

@workflow/next@4.1.1

Patch Changes

  • #2813ad99be5 Thanks @NathanColosimo! - Ignore custom Next.js distDir output in the development workflow watcher.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #26933b46dab Thanks @ijjk! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2

@workflow/nitro@4.1.3

Patch Changes

@workflow/nuxt@4.0.13

Patch Changes

  • Updated dependencies [8bfee36]:
    • @workflow/nitro@4.1.3

@workflow/rollup@4.0.12

Patch Changes

@workflow/sveltekit@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #281489983d9 Thanks @NathanColosimo! - Avoid recursively loading Vite config while resolving SvelteKit routes during workflow plugin import.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/utils@4.1.4

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

@workflow/vite@4.0.12

Patch Changes

@workflow/vitest@4.0.13

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-local@4.2.2
    • @workflow/rollup@4.0.12

@workflow/web-shared@4.1.13

Patch Changes

workflow@4.6.1

Patch Changes

  • Updated dependencies [0422a0e, b1d1a06, ad99be5, 2213c91, 3b46dab, 8bfee36, 89983d9]:
    • @workflow/core@4.6.1
    • @workflow/next@4.1.1
    • @workflow/astro@4.0.12
    • @workflow/sveltekit@4.0.12
    • @workflow/utils@4.1.4
    • @workflow/nitro@4.1.3
    • @workflow/cli@4.3.1
    • @workflow/typescript-plugin@4.0.3
    • @workflow/nest@4.0.13
    • @workflow/rollup@4.0.12
    • @workflow/errors@4.1.5
    • @workflow/nuxt@4.0.13

@workflow/world-local@4.2.2

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/world-postgres@4.3.1

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/world-testing@4.1.12

Patch Changes

@workflow/world-vercel@4.5.1

Patch Changes

  • #2959aac6ea5 Thanks @alangenfeld! - Log the underlying queue handler error before retrying a failed delivery.

  • #30137c0266f Thanks @NathanColosimo! - Retry transient connection timeouts so Eve can resume existing workflow runs after brief network failures.

  • #29988eb110c Thanks @ruiconti! - Append caller-provided user-agent tokens to the world-vercel user-agent instead of discarding them.

  • Updated dependencies []:

    • @workflow/errors@4.1.5

@workflow/web@4.1.13

@github-actions
github-actionsBot requested review from a team and ijjk as code ownersJuly 9, 2026 19:49
@vercel

vercelBot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 7:00pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 7:00pm

@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from b0ae497 to 9ebe61cCompareJuly 9, 2026 23:24
@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from dd6e497 to c6c58deCompareJuly 13, 2026 23:59
@github-actions

github-actionsBot commented Jul 22, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

turso (83 failed):

  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY59A9YPMAS8X6E6BHJ3WNVR
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY3YF6ED0QQ7MC443ZN30A78
  • promiseRaceWorkflow | wrun_01KY3YFBR8NMCX9CJQBNWECK7W
  • promiseAnyWorkflow | wrun_01KY3YFHX35R5FK6YFSTCR1PMJ
  • importedStepOnlyWorkflow | wrun_01KY59AY3TJKEZM55ZA68DN356
  • readableStreamWorkflow | wrun_01KY3YFMWD786NA7YC9J0XGN4C
  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • webhookWorkflow | wrun_01KY3YGG33E0A6CX2QJ685RST0
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • parallelSleepWorkflow | wrun_01KY3YJTV02QR5YMDMH042F9MY
  • sleepWinsRaceWorkflow | wrun_01KY3YJYGQHYDTMXS57NJN7HX6
  • stepWinsRaceWorkflow | wrun_01KY3YK364J1NSK1D0QVHDJEYP
  • nullByteWorkflow | wrun_01KY3YKAJSCK2AWXEVJZ5Z2M5Z
  • workflowAndStepMetadataWorkflow | wrun_01KY3YKCZBWJHNY211Q4W0558D
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KY3YPV7R10EBRJ2QMV51N7ZS
  • writableForwardedFromWorkflowWorkflow | wrun_01KY3YQHQ6R6AY0JA2Y07KSJBS
  • writableForwardedFromStepWorkflow | wrun_01KY3YQTCGWARKPP41YX3BBB3Q
  • fetchWorkflow | wrun_01KY3YR0JSRP8HDS0E06PXTDER
  • promiseRaceStressTestWorkflow | wrun_01KY3YR6KB4R5JHN1HXJKG4HGN
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KY3YWE2WQ661TJ5AZQ5PE1EK
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY3YXAX8JNH21ZG8SHN3GFG5
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY3YXH870NJST669DRVNGRRJ
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY3Z0AV3J2T8SBECJCD5KQ5H
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3Z0VEFJYTVZ1CPYWF6Z9QW
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY3Z17Y9XYXQJ5DGAKVNRFM4
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY3Z1GEMZ77Z7RPWXX9KM81P
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY3Z1JSBVCB7YDQV93HHX6Y9
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KY3Z27Y14CVJ4C8K05P9KQ43
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY3Z2GXE8MS5M2TD4D9WBMN7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY3Z2SA19Y14D0FXC07FRBRA
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3Z31YYX13XQY4735NB6E5Q
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY3Z3BKBWW6Z6P5Z7Z6R0VZ1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY3Z3QWCD0WFMH9EQFSNGWH2
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3Z45H952Q0MMSNPDS4DS6X
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY3Z4WX7WRE437F5NDV0EYKZ
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY3Z5GH3E1VDRS65HB9016R7
  • cancelRun - cancelling a running workflow | wrun_01KY3Z5VE3RJ5X2120BM7PT90H
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY3Z613Y5NCHJ04P56RQW41C
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KY3Z69DVKFY8A5FKCB139T7E
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY3Z6RXA2ACRZ44A6BVMPR62
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY3Z74T67T60KY8WS7TEK1RG
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY3Z7HZAM5WWTQNMWS9C5503
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY3Z7Y6K82YXSQE5BMWFAE2R
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY3Z8344JGH3EPP3A3W5E9QN
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

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.

1 participant

@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Version Packages by github-actions[bot] · Pull Request #2863 · vercel/workflow · GitHub
Skip to content

Version Packages - #2863

Merged
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable
Jul 22, 2026
Merged

Version Packages#2863
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 9, 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 stable, this PR will be updated.

Releases

@workflow/astro@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/builders@4.1.2

Patch Changes

  • #2963f1f7e1d Thanks @NathanColosimo! - Resolve dotted tsconfig path aliases during fast workflow discovery.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [0422a0e, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/cli@4.3.1

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, aac6ea5, 2213c91, 7c0266f, 8eb110c]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/web@4.1.13
    • @workflow/errors@4.1.5

@workflow/core@4.6.1

Patch Changes

  • #29960422a0e Thanks @joeyhotz! - Cache self-hosted step port discovery per process.

  • #2687b1d1a06 Thanks @Osamaali313! - Fix extractStreamIds overflowing the stack on circular references

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [aac6ea5, 2213c91, 7c0266f, 8eb110c]:

    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/errors@4.1.5

Patch Changes

  • Updated dependencies [2213c91]:
    • @workflow/utils@4.1.4

@workflow/nest@4.0.13

Patch Changes

@workflow/next@4.1.1

Patch Changes

  • #2813ad99be5 Thanks @NathanColosimo! - Ignore custom Next.js distDir output in the development workflow watcher.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #26933b46dab Thanks @ijjk! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2

@workflow/nitro@4.1.3

Patch Changes

@workflow/nuxt@4.0.13

Patch Changes

  • Updated dependencies [8bfee36]:
    • @workflow/nitro@4.1.3

@workflow/rollup@4.0.12

Patch Changes

@workflow/sveltekit@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #281489983d9 Thanks @NathanColosimo! - Avoid recursively loading Vite config while resolving SvelteKit routes during workflow plugin import.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/utils@4.1.4

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

@workflow/vite@4.0.12

Patch Changes

@workflow/vitest@4.0.13

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-local@4.2.2
    • @workflow/rollup@4.0.12

@workflow/web-shared@4.1.13

Patch Changes

workflow@4.6.1

Patch Changes

  • Updated dependencies [0422a0e, b1d1a06, ad99be5, 2213c91, 3b46dab, 8bfee36, 89983d9]:
    • @workflow/core@4.6.1
    • @workflow/next@4.1.1
    • @workflow/astro@4.0.12
    • @workflow/sveltekit@4.0.12
    • @workflow/utils@4.1.4
    • @workflow/nitro@4.1.3
    • @workflow/cli@4.3.1
    • @workflow/typescript-plugin@4.0.3
    • @workflow/nest@4.0.13
    • @workflow/rollup@4.0.12
    • @workflow/errors@4.1.5
    • @workflow/nuxt@4.0.13

@workflow/world-local@4.2.2

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/world-postgres@4.3.1

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/world-testing@4.1.12

Patch Changes

@workflow/world-vercel@4.5.1

Patch Changes

  • #2959aac6ea5 Thanks @alangenfeld! - Log the underlying queue handler error before retrying a failed delivery.

  • #30137c0266f Thanks @NathanColosimo! - Retry transient connection timeouts so Eve can resume existing workflow runs after brief network failures.

  • #29988eb110c Thanks @ruiconti! - Append caller-provided user-agent tokens to the world-vercel user-agent instead of discarding them.

  • Updated dependencies []:

    • @workflow/errors@4.1.5

@workflow/web@4.1.13

@github-actions
github-actionsBot requested review from a team and ijjk as code ownersJuly 9, 2026 19:49
@vercel

vercelBot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 7:00pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 7:00pm

@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from b0ae497 to 9ebe61cCompareJuly 9, 2026 23:24
@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from dd6e497 to c6c58deCompareJuly 13, 2026 23:59
@github-actions

github-actionsBot commented Jul 22, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

turso (83 failed):

  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY59A9YPMAS8X6E6BHJ3WNVR
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY3YF6ED0QQ7MC443ZN30A78
  • promiseRaceWorkflow | wrun_01KY3YFBR8NMCX9CJQBNWECK7W
  • promiseAnyWorkflow | wrun_01KY3YFHX35R5FK6YFSTCR1PMJ
  • importedStepOnlyWorkflow | wrun_01KY59AY3TJKEZM55ZA68DN356
  • readableStreamWorkflow | wrun_01KY3YFMWD786NA7YC9J0XGN4C
  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • webhookWorkflow | wrun_01KY3YGG33E0A6CX2QJ685RST0
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • parallelSleepWorkflow | wrun_01KY3YJTV02QR5YMDMH042F9MY
  • sleepWinsRaceWorkflow | wrun_01KY3YJYGQHYDTMXS57NJN7HX6
  • stepWinsRaceWorkflow | wrun_01KY3YK364J1NSK1D0QVHDJEYP
  • nullByteWorkflow | wrun_01KY3YKAJSCK2AWXEVJZ5Z2M5Z
  • workflowAndStepMetadataWorkflow | wrun_01KY3YKCZBWJHNY211Q4W0558D
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KY3YPV7R10EBRJ2QMV51N7ZS
  • writableForwardedFromWorkflowWorkflow | wrun_01KY3YQHQ6R6AY0JA2Y07KSJBS
  • writableForwardedFromStepWorkflow | wrun_01KY3YQTCGWARKPP41YX3BBB3Q
  • fetchWorkflow | wrun_01KY3YR0JSRP8HDS0E06PXTDER
  • promiseRaceStressTestWorkflow | wrun_01KY3YR6KB4R5JHN1HXJKG4HGN
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KY3YWE2WQ661TJ5AZQ5PE1EK
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY3YXAX8JNH21ZG8SHN3GFG5
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY3YXH870NJST669DRVNGRRJ
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY3Z0AV3J2T8SBECJCD5KQ5H
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3Z0VEFJYTVZ1CPYWF6Z9QW
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY3Z17Y9XYXQJ5DGAKVNRFM4
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY3Z1GEMZ77Z7RPWXX9KM81P
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY3Z1JSBVCB7YDQV93HHX6Y9
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KY3Z27Y14CVJ4C8K05P9KQ43
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY3Z2GXE8MS5M2TD4D9WBMN7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY3Z2SA19Y14D0FXC07FRBRA
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3Z31YYX13XQY4735NB6E5Q
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY3Z3BKBWW6Z6P5Z7Z6R0VZ1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY3Z3QWCD0WFMH9EQFSNGWH2
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3Z45H952Q0MMSNPDS4DS6X
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY3Z4WX7WRE437F5NDV0EYKZ
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY3Z5GH3E1VDRS65HB9016R7
  • cancelRun - cancelling a running workflow | wrun_01KY3Z5VE3RJ5X2120BM7PT90H
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY3Z613Y5NCHJ04P56RQW41C
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KY3Z69DVKFY8A5FKCB139T7E
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY3Z6RXA2ACRZ44A6BVMPR62
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY3Z74T67T60KY8WS7TEK1RG
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY3Z7HZAM5WWTQNMWS9C5503
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY3Z7Y6K82YXSQE5BMWFAE2R
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY3Z8344JGH3EPP3A3W5E9QN
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

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.

1 participant

@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Version Packages by github-actions[bot] · Pull Request #2863 · vercel/workflow · GitHub
Skip to content

Version Packages - #2863

Merged
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable
Jul 22, 2026
Merged

Version Packages#2863
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 9, 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 stable, this PR will be updated.

Releases

@workflow/astro@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/builders@4.1.2

Patch Changes

  • #2963f1f7e1d Thanks @NathanColosimo! - Resolve dotted tsconfig path aliases during fast workflow discovery.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [0422a0e, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/cli@4.3.1

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, aac6ea5, 2213c91, 7c0266f, 8eb110c]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/web@4.1.13
    • @workflow/errors@4.1.5

@workflow/core@4.6.1

Patch Changes

  • #29960422a0e Thanks @joeyhotz! - Cache self-hosted step port discovery per process.

  • #2687b1d1a06 Thanks @Osamaali313! - Fix extractStreamIds overflowing the stack on circular references

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [aac6ea5, 2213c91, 7c0266f, 8eb110c]:

    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/errors@4.1.5

Patch Changes

  • Updated dependencies [2213c91]:
    • @workflow/utils@4.1.4

@workflow/nest@4.0.13

Patch Changes

@workflow/next@4.1.1

Patch Changes

  • #2813ad99be5 Thanks @NathanColosimo! - Ignore custom Next.js distDir output in the development workflow watcher.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #26933b46dab Thanks @ijjk! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2

@workflow/nitro@4.1.3

Patch Changes

@workflow/nuxt@4.0.13

Patch Changes

  • Updated dependencies [8bfee36]:
    • @workflow/nitro@4.1.3

@workflow/rollup@4.0.12

Patch Changes

@workflow/sveltekit@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #281489983d9 Thanks @NathanColosimo! - Avoid recursively loading Vite config while resolving SvelteKit routes during workflow plugin import.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/utils@4.1.4

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

@workflow/vite@4.0.12

Patch Changes

@workflow/vitest@4.0.13

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-local@4.2.2
    • @workflow/rollup@4.0.12

@workflow/web-shared@4.1.13

Patch Changes

workflow@4.6.1

Patch Changes

  • Updated dependencies [0422a0e, b1d1a06, ad99be5, 2213c91, 3b46dab, 8bfee36, 89983d9]:
    • @workflow/core@4.6.1
    • @workflow/next@4.1.1
    • @workflow/astro@4.0.12
    • @workflow/sveltekit@4.0.12
    • @workflow/utils@4.1.4
    • @workflow/nitro@4.1.3
    • @workflow/cli@4.3.1
    • @workflow/typescript-plugin@4.0.3
    • @workflow/nest@4.0.13
    • @workflow/rollup@4.0.12
    • @workflow/errors@4.1.5
    • @workflow/nuxt@4.0.13

@workflow/world-local@4.2.2

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/world-postgres@4.3.1

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/world-testing@4.1.12

Patch Changes

@workflow/world-vercel@4.5.1

Patch Changes

  • #2959aac6ea5 Thanks @alangenfeld! - Log the underlying queue handler error before retrying a failed delivery.

  • #30137c0266f Thanks @NathanColosimo! - Retry transient connection timeouts so Eve can resume existing workflow runs after brief network failures.

  • #29988eb110c Thanks @ruiconti! - Append caller-provided user-agent tokens to the world-vercel user-agent instead of discarding them.

  • Updated dependencies []:

    • @workflow/errors@4.1.5

@workflow/web@4.1.13

@github-actions
github-actionsBot requested review from a team and ijjk as code ownersJuly 9, 2026 19:49
@vercel

vercelBot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 7:00pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 7:00pm

@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from b0ae497 to 9ebe61cCompareJuly 9, 2026 23:24
@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from dd6e497 to c6c58deCompareJuly 13, 2026 23:59
@github-actions

github-actionsBot commented Jul 22, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

turso (83 failed):

  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY59A9YPMAS8X6E6BHJ3WNVR
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY3YF6ED0QQ7MC443ZN30A78
  • promiseRaceWorkflow | wrun_01KY3YFBR8NMCX9CJQBNWECK7W
  • promiseAnyWorkflow | wrun_01KY3YFHX35R5FK6YFSTCR1PMJ
  • importedStepOnlyWorkflow | wrun_01KY59AY3TJKEZM55ZA68DN356
  • readableStreamWorkflow | wrun_01KY3YFMWD786NA7YC9J0XGN4C
  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • webhookWorkflow | wrun_01KY3YGG33E0A6CX2QJ685RST0
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • parallelSleepWorkflow | wrun_01KY3YJTV02QR5YMDMH042F9MY
  • sleepWinsRaceWorkflow | wrun_01KY3YJYGQHYDTMXS57NJN7HX6
  • stepWinsRaceWorkflow | wrun_01KY3YK364J1NSK1D0QVHDJEYP
  • nullByteWorkflow | wrun_01KY3YKAJSCK2AWXEVJZ5Z2M5Z
  • workflowAndStepMetadataWorkflow | wrun_01KY3YKCZBWJHNY211Q4W0558D
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KY3YPV7R10EBRJ2QMV51N7ZS
  • writableForwardedFromWorkflowWorkflow | wrun_01KY3YQHQ6R6AY0JA2Y07KSJBS
  • writableForwardedFromStepWorkflow | wrun_01KY3YQTCGWARKPP41YX3BBB3Q
  • fetchWorkflow | wrun_01KY3YR0JSRP8HDS0E06PXTDER
  • promiseRaceStressTestWorkflow | wrun_01KY3YR6KB4R5JHN1HXJKG4HGN
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KY3YWE2WQ661TJ5AZQ5PE1EK
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY3YXAX8JNH21ZG8SHN3GFG5
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY3YXH870NJST669DRVNGRRJ
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY3Z0AV3J2T8SBECJCD5KQ5H
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3Z0VEFJYTVZ1CPYWF6Z9QW
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY3Z17Y9XYXQJ5DGAKVNRFM4
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY3Z1GEMZ77Z7RPWXX9KM81P
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY3Z1JSBVCB7YDQV93HHX6Y9
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KY3Z27Y14CVJ4C8K05P9KQ43
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY3Z2GXE8MS5M2TD4D9WBMN7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY3Z2SA19Y14D0FXC07FRBRA
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3Z31YYX13XQY4735NB6E5Q
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY3Z3BKBWW6Z6P5Z7Z6R0VZ1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY3Z3QWCD0WFMH9EQFSNGWH2
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3Z45H952Q0MMSNPDS4DS6X
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY3Z4WX7WRE437F5NDV0EYKZ
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY3Z5GH3E1VDRS65HB9016R7
  • cancelRun - cancelling a running workflow | wrun_01KY3Z5VE3RJ5X2120BM7PT90H
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY3Z613Y5NCHJ04P56RQW41C
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KY3Z69DVKFY8A5FKCB139T7E
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY3Z6RXA2ACRZ44A6BVMPR62
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY3Z74T67T60KY8WS7TEK1RG
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY3Z7HZAM5WWTQNMWS9C5503
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY3Z7Y6K82YXSQE5BMWFAE2R
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY3Z8344JGH3EPP3A3W5E9QN
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

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.

1 participant

@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Version Packages by github-actions[bot] · Pull Request #2863 · vercel/workflow · GitHub
Skip to content

Version Packages - #2863

Merged
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable
Jul 22, 2026
Merged

Version Packages#2863
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 9, 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 stable, this PR will be updated.

Releases

@workflow/astro@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/builders@4.1.2

Patch Changes

  • #2963f1f7e1d Thanks @NathanColosimo! - Resolve dotted tsconfig path aliases during fast workflow discovery.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [0422a0e, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/cli@4.3.1

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, aac6ea5, 2213c91, 7c0266f, 8eb110c]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/web@4.1.13
    • @workflow/errors@4.1.5

@workflow/core@4.6.1

Patch Changes

  • #29960422a0e Thanks @joeyhotz! - Cache self-hosted step port discovery per process.

  • #2687b1d1a06 Thanks @Osamaali313! - Fix extractStreamIds overflowing the stack on circular references

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [aac6ea5, 2213c91, 7c0266f, 8eb110c]:

    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/errors@4.1.5

Patch Changes

  • Updated dependencies [2213c91]:
    • @workflow/utils@4.1.4

@workflow/nest@4.0.13

Patch Changes

@workflow/next@4.1.1

Patch Changes

  • #2813ad99be5 Thanks @NathanColosimo! - Ignore custom Next.js distDir output in the development workflow watcher.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #26933b46dab Thanks @ijjk! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2

@workflow/nitro@4.1.3

Patch Changes

@workflow/nuxt@4.0.13

Patch Changes

  • Updated dependencies [8bfee36]:
    • @workflow/nitro@4.1.3

@workflow/rollup@4.0.12

Patch Changes

@workflow/sveltekit@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #281489983d9 Thanks @NathanColosimo! - Avoid recursively loading Vite config while resolving SvelteKit routes during workflow plugin import.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/utils@4.1.4

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

@workflow/vite@4.0.12

Patch Changes

@workflow/vitest@4.0.13

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-local@4.2.2
    • @workflow/rollup@4.0.12

@workflow/web-shared@4.1.13

Patch Changes

workflow@4.6.1

Patch Changes

  • Updated dependencies [0422a0e, b1d1a06, ad99be5, 2213c91, 3b46dab, 8bfee36, 89983d9]:
    • @workflow/core@4.6.1
    • @workflow/next@4.1.1
    • @workflow/astro@4.0.12
    • @workflow/sveltekit@4.0.12
    • @workflow/utils@4.1.4
    • @workflow/nitro@4.1.3
    • @workflow/cli@4.3.1
    • @workflow/typescript-plugin@4.0.3
    • @workflow/nest@4.0.13
    • @workflow/rollup@4.0.12
    • @workflow/errors@4.1.5
    • @workflow/nuxt@4.0.13

@workflow/world-local@4.2.2

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/world-postgres@4.3.1

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/world-testing@4.1.12

Patch Changes

@workflow/world-vercel@4.5.1

Patch Changes

  • #2959aac6ea5 Thanks @alangenfeld! - Log the underlying queue handler error before retrying a failed delivery.

  • #30137c0266f Thanks @NathanColosimo! - Retry transient connection timeouts so Eve can resume existing workflow runs after brief network failures.

  • #29988eb110c Thanks @ruiconti! - Append caller-provided user-agent tokens to the world-vercel user-agent instead of discarding them.

  • Updated dependencies []:

    • @workflow/errors@4.1.5

@workflow/web@4.1.13

@github-actions
github-actionsBot requested review from a team and ijjk as code ownersJuly 9, 2026 19:49
@vercel

vercelBot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 7:00pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 7:00pm

@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from b0ae497 to 9ebe61cCompareJuly 9, 2026 23:24
@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from dd6e497 to c6c58deCompareJuly 13, 2026 23:59
@github-actions

github-actionsBot commented Jul 22, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

turso (83 failed):

  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY59A9YPMAS8X6E6BHJ3WNVR
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY3YF6ED0QQ7MC443ZN30A78
  • promiseRaceWorkflow | wrun_01KY3YFBR8NMCX9CJQBNWECK7W
  • promiseAnyWorkflow | wrun_01KY3YFHX35R5FK6YFSTCR1PMJ
  • importedStepOnlyWorkflow | wrun_01KY59AY3TJKEZM55ZA68DN356
  • readableStreamWorkflow | wrun_01KY3YFMWD786NA7YC9J0XGN4C
  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • webhookWorkflow | wrun_01KY3YGG33E0A6CX2QJ685RST0
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • parallelSleepWorkflow | wrun_01KY3YJTV02QR5YMDMH042F9MY
  • sleepWinsRaceWorkflow | wrun_01KY3YJYGQHYDTMXS57NJN7HX6
  • stepWinsRaceWorkflow | wrun_01KY3YK364J1NSK1D0QVHDJEYP
  • nullByteWorkflow | wrun_01KY3YKAJSCK2AWXEVJZ5Z2M5Z
  • workflowAndStepMetadataWorkflow | wrun_01KY3YKCZBWJHNY211Q4W0558D
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KY3YPV7R10EBRJ2QMV51N7ZS
  • writableForwardedFromWorkflowWorkflow | wrun_01KY3YQHQ6R6AY0JA2Y07KSJBS
  • writableForwardedFromStepWorkflow | wrun_01KY3YQTCGWARKPP41YX3BBB3Q
  • fetchWorkflow | wrun_01KY3YR0JSRP8HDS0E06PXTDER
  • promiseRaceStressTestWorkflow | wrun_01KY3YR6KB4R5JHN1HXJKG4HGN
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KY3YWE2WQ661TJ5AZQ5PE1EK
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY3YXAX8JNH21ZG8SHN3GFG5
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY3YXH870NJST669DRVNGRRJ
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY3Z0AV3J2T8SBECJCD5KQ5H
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3Z0VEFJYTVZ1CPYWF6Z9QW
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY3Z17Y9XYXQJ5DGAKVNRFM4
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY3Z1GEMZ77Z7RPWXX9KM81P
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY3Z1JSBVCB7YDQV93HHX6Y9
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KY3Z27Y14CVJ4C8K05P9KQ43
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY3Z2GXE8MS5M2TD4D9WBMN7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY3Z2SA19Y14D0FXC07FRBRA
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3Z31YYX13XQY4735NB6E5Q
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY3Z3BKBWW6Z6P5Z7Z6R0VZ1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY3Z3QWCD0WFMH9EQFSNGWH2
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3Z45H952Q0MMSNPDS4DS6X
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY3Z4WX7WRE437F5NDV0EYKZ
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY3Z5GH3E1VDRS65HB9016R7
  • cancelRun - cancelling a running workflow | wrun_01KY3Z5VE3RJ5X2120BM7PT90H
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY3Z613Y5NCHJ04P56RQW41C
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KY3Z69DVKFY8A5FKCB139T7E
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY3Z6RXA2ACRZ44A6BVMPR62
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY3Z74T67T60KY8WS7TEK1RG
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY3Z7HZAM5WWTQNMWS9C5503
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY3Z7Y6K82YXSQE5BMWFAE2R
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY3Z8344JGH3EPP3A3W5E9QN
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

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.

1 participant

@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Version Packages by github-actions[bot] · Pull Request #2863 · vercel/workflow · GitHub
Skip to content

Version Packages - #2863

Merged
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable
Jul 22, 2026
Merged

Version Packages#2863
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 9, 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 stable, this PR will be updated.

Releases

@workflow/astro@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/builders@4.1.2

Patch Changes

  • #2963f1f7e1d Thanks @NathanColosimo! - Resolve dotted tsconfig path aliases during fast workflow discovery.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [0422a0e, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/cli@4.3.1

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, aac6ea5, 2213c91, 7c0266f, 8eb110c]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/web@4.1.13
    • @workflow/errors@4.1.5

@workflow/core@4.6.1

Patch Changes

  • #29960422a0e Thanks @joeyhotz! - Cache self-hosted step port discovery per process.

  • #2687b1d1a06 Thanks @Osamaali313! - Fix extractStreamIds overflowing the stack on circular references

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [aac6ea5, 2213c91, 7c0266f, 8eb110c]:

    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/errors@4.1.5

Patch Changes

  • Updated dependencies [2213c91]:
    • @workflow/utils@4.1.4

@workflow/nest@4.0.13

Patch Changes

@workflow/next@4.1.1

Patch Changes

  • #2813ad99be5 Thanks @NathanColosimo! - Ignore custom Next.js distDir output in the development workflow watcher.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #26933b46dab Thanks @ijjk! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2

@workflow/nitro@4.1.3

Patch Changes

@workflow/nuxt@4.0.13

Patch Changes

  • Updated dependencies [8bfee36]:
    • @workflow/nitro@4.1.3

@workflow/rollup@4.0.12

Patch Changes

@workflow/sveltekit@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #281489983d9 Thanks @NathanColosimo! - Avoid recursively loading Vite config while resolving SvelteKit routes during workflow plugin import.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/utils@4.1.4

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

@workflow/vite@4.0.12

Patch Changes

@workflow/vitest@4.0.13

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-local@4.2.2
    • @workflow/rollup@4.0.12

@workflow/web-shared@4.1.13

Patch Changes

workflow@4.6.1

Patch Changes

  • Updated dependencies [0422a0e, b1d1a06, ad99be5, 2213c91, 3b46dab, 8bfee36, 89983d9]:
    • @workflow/core@4.6.1
    • @workflow/next@4.1.1
    • @workflow/astro@4.0.12
    • @workflow/sveltekit@4.0.12
    • @workflow/utils@4.1.4
    • @workflow/nitro@4.1.3
    • @workflow/cli@4.3.1
    • @workflow/typescript-plugin@4.0.3
    • @workflow/nest@4.0.13
    • @workflow/rollup@4.0.12
    • @workflow/errors@4.1.5
    • @workflow/nuxt@4.0.13

@workflow/world-local@4.2.2

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/world-postgres@4.3.1

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/world-testing@4.1.12

Patch Changes

@workflow/world-vercel@4.5.1

Patch Changes

  • #2959aac6ea5 Thanks @alangenfeld! - Log the underlying queue handler error before retrying a failed delivery.

  • #30137c0266f Thanks @NathanColosimo! - Retry transient connection timeouts so Eve can resume existing workflow runs after brief network failures.

  • #29988eb110c Thanks @ruiconti! - Append caller-provided user-agent tokens to the world-vercel user-agent instead of discarding them.

  • Updated dependencies []:

    • @workflow/errors@4.1.5

@workflow/web@4.1.13

@github-actions
github-actionsBot requested review from a team and ijjk as code ownersJuly 9, 2026 19:49
@vercel

vercelBot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 7:00pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 7:00pm

@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from b0ae497 to 9ebe61cCompareJuly 9, 2026 23:24
@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from dd6e497 to c6c58deCompareJuly 13, 2026 23:59
@github-actions

github-actionsBot commented Jul 22, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

turso (83 failed):

  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY59A9YPMAS8X6E6BHJ3WNVR
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY3YF6ED0QQ7MC443ZN30A78
  • promiseRaceWorkflow | wrun_01KY3YFBR8NMCX9CJQBNWECK7W
  • promiseAnyWorkflow | wrun_01KY3YFHX35R5FK6YFSTCR1PMJ
  • importedStepOnlyWorkflow | wrun_01KY59AY3TJKEZM55ZA68DN356
  • readableStreamWorkflow | wrun_01KY3YFMWD786NA7YC9J0XGN4C
  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • webhookWorkflow | wrun_01KY3YGG33E0A6CX2QJ685RST0
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • parallelSleepWorkflow | wrun_01KY3YJTV02QR5YMDMH042F9MY
  • sleepWinsRaceWorkflow | wrun_01KY3YJYGQHYDTMXS57NJN7HX6
  • stepWinsRaceWorkflow | wrun_01KY3YK364J1NSK1D0QVHDJEYP
  • nullByteWorkflow | wrun_01KY3YKAJSCK2AWXEVJZ5Z2M5Z
  • workflowAndStepMetadataWorkflow | wrun_01KY3YKCZBWJHNY211Q4W0558D
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KY3YPV7R10EBRJ2QMV51N7ZS
  • writableForwardedFromWorkflowWorkflow | wrun_01KY3YQHQ6R6AY0JA2Y07KSJBS
  • writableForwardedFromStepWorkflow | wrun_01KY3YQTCGWARKPP41YX3BBB3Q
  • fetchWorkflow | wrun_01KY3YR0JSRP8HDS0E06PXTDER
  • promiseRaceStressTestWorkflow | wrun_01KY3YR6KB4R5JHN1HXJKG4HGN
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KY3YWE2WQ661TJ5AZQ5PE1EK
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY3YXAX8JNH21ZG8SHN3GFG5
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY3YXH870NJST669DRVNGRRJ
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY3Z0AV3J2T8SBECJCD5KQ5H
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3Z0VEFJYTVZ1CPYWF6Z9QW
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY3Z17Y9XYXQJ5DGAKVNRFM4
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY3Z1GEMZ77Z7RPWXX9KM81P
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY3Z1JSBVCB7YDQV93HHX6Y9
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KY3Z27Y14CVJ4C8K05P9KQ43
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY3Z2GXE8MS5M2TD4D9WBMN7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY3Z2SA19Y14D0FXC07FRBRA
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3Z31YYX13XQY4735NB6E5Q
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY3Z3BKBWW6Z6P5Z7Z6R0VZ1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY3Z3QWCD0WFMH9EQFSNGWH2
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3Z45H952Q0MMSNPDS4DS6X
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY3Z4WX7WRE437F5NDV0EYKZ
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY3Z5GH3E1VDRS65HB9016R7
  • cancelRun - cancelling a running workflow | wrun_01KY3Z5VE3RJ5X2120BM7PT90H
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY3Z613Y5NCHJ04P56RQW41C
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KY3Z69DVKFY8A5FKCB139T7E
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY3Z6RXA2ACRZ44A6BVMPR62
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY3Z74T67T60KY8WS7TEK1RG
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY3Z7HZAM5WWTQNMWS9C5503
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY3Z7Y6K82YXSQE5BMWFAE2R
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY3Z8344JGH3EPP3A3W5E9QN
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

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.

1 participant

@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Version Packages by github-actions[bot] · Pull Request #2863 · vercel/workflow · GitHub
Skip to content

Version Packages - #2863

Merged
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable
Jul 22, 2026
Merged

Version Packages#2863
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 9, 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 stable, this PR will be updated.

Releases

@workflow/astro@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/builders@4.1.2

Patch Changes

  • #2963f1f7e1d Thanks @NathanColosimo! - Resolve dotted tsconfig path aliases during fast workflow discovery.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [0422a0e, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/cli@4.3.1

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, aac6ea5, 2213c91, 7c0266f, 8eb110c]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/web@4.1.13
    • @workflow/errors@4.1.5

@workflow/core@4.6.1

Patch Changes

  • #29960422a0e Thanks @joeyhotz! - Cache self-hosted step port discovery per process.

  • #2687b1d1a06 Thanks @Osamaali313! - Fix extractStreamIds overflowing the stack on circular references

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [aac6ea5, 2213c91, 7c0266f, 8eb110c]:

    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/errors@4.1.5

Patch Changes

  • Updated dependencies [2213c91]:
    • @workflow/utils@4.1.4

@workflow/nest@4.0.13

Patch Changes

@workflow/next@4.1.1

Patch Changes

  • #2813ad99be5 Thanks @NathanColosimo! - Ignore custom Next.js distDir output in the development workflow watcher.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #26933b46dab Thanks @ijjk! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2

@workflow/nitro@4.1.3

Patch Changes

@workflow/nuxt@4.0.13

Patch Changes

  • Updated dependencies [8bfee36]:
    • @workflow/nitro@4.1.3

@workflow/rollup@4.0.12

Patch Changes

@workflow/sveltekit@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #281489983d9 Thanks @NathanColosimo! - Avoid recursively loading Vite config while resolving SvelteKit routes during workflow plugin import.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/utils@4.1.4

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

@workflow/vite@4.0.12

Patch Changes

@workflow/vitest@4.0.13

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-local@4.2.2
    • @workflow/rollup@4.0.12

@workflow/web-shared@4.1.13

Patch Changes

workflow@4.6.1

Patch Changes

  • Updated dependencies [0422a0e, b1d1a06, ad99be5, 2213c91, 3b46dab, 8bfee36, 89983d9]:
    • @workflow/core@4.6.1
    • @workflow/next@4.1.1
    • @workflow/astro@4.0.12
    • @workflow/sveltekit@4.0.12
    • @workflow/utils@4.1.4
    • @workflow/nitro@4.1.3
    • @workflow/cli@4.3.1
    • @workflow/typescript-plugin@4.0.3
    • @workflow/nest@4.0.13
    • @workflow/rollup@4.0.12
    • @workflow/errors@4.1.5
    • @workflow/nuxt@4.0.13

@workflow/world-local@4.2.2

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/world-postgres@4.3.1

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/world-testing@4.1.12

Patch Changes

@workflow/world-vercel@4.5.1

Patch Changes

  • #2959aac6ea5 Thanks @alangenfeld! - Log the underlying queue handler error before retrying a failed delivery.

  • #30137c0266f Thanks @NathanColosimo! - Retry transient connection timeouts so Eve can resume existing workflow runs after brief network failures.

  • #29988eb110c Thanks @ruiconti! - Append caller-provided user-agent tokens to the world-vercel user-agent instead of discarding them.

  • Updated dependencies []:

    • @workflow/errors@4.1.5

@workflow/web@4.1.13

@github-actions
github-actionsBot requested review from a team and ijjk as code ownersJuly 9, 2026 19:49
@vercel

vercelBot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 7:00pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 7:00pm

@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from b0ae497 to 9ebe61cCompareJuly 9, 2026 23:24
@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from dd6e497 to c6c58deCompareJuly 13, 2026 23:59
@github-actions

github-actionsBot commented Jul 22, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

turso (83 failed):

  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY59A9YPMAS8X6E6BHJ3WNVR
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY3YF6ED0QQ7MC443ZN30A78
  • promiseRaceWorkflow | wrun_01KY3YFBR8NMCX9CJQBNWECK7W
  • promiseAnyWorkflow | wrun_01KY3YFHX35R5FK6YFSTCR1PMJ
  • importedStepOnlyWorkflow | wrun_01KY59AY3TJKEZM55ZA68DN356
  • readableStreamWorkflow | wrun_01KY3YFMWD786NA7YC9J0XGN4C
  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • webhookWorkflow | wrun_01KY3YGG33E0A6CX2QJ685RST0
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • parallelSleepWorkflow | wrun_01KY3YJTV02QR5YMDMH042F9MY
  • sleepWinsRaceWorkflow | wrun_01KY3YJYGQHYDTMXS57NJN7HX6
  • stepWinsRaceWorkflow | wrun_01KY3YK364J1NSK1D0QVHDJEYP
  • nullByteWorkflow | wrun_01KY3YKAJSCK2AWXEVJZ5Z2M5Z
  • workflowAndStepMetadataWorkflow | wrun_01KY3YKCZBWJHNY211Q4W0558D
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KY3YPV7R10EBRJ2QMV51N7ZS
  • writableForwardedFromWorkflowWorkflow | wrun_01KY3YQHQ6R6AY0JA2Y07KSJBS
  • writableForwardedFromStepWorkflow | wrun_01KY3YQTCGWARKPP41YX3BBB3Q
  • fetchWorkflow | wrun_01KY3YR0JSRP8HDS0E06PXTDER
  • promiseRaceStressTestWorkflow | wrun_01KY3YR6KB4R5JHN1HXJKG4HGN
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KY3YWE2WQ661TJ5AZQ5PE1EK
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY3YXAX8JNH21ZG8SHN3GFG5
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY3YXH870NJST669DRVNGRRJ
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY3Z0AV3J2T8SBECJCD5KQ5H
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3Z0VEFJYTVZ1CPYWF6Z9QW
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY3Z17Y9XYXQJ5DGAKVNRFM4
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY3Z1GEMZ77Z7RPWXX9KM81P
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY3Z1JSBVCB7YDQV93HHX6Y9
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KY3Z27Y14CVJ4C8K05P9KQ43
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY3Z2GXE8MS5M2TD4D9WBMN7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY3Z2SA19Y14D0FXC07FRBRA
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3Z31YYX13XQY4735NB6E5Q
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY3Z3BKBWW6Z6P5Z7Z6R0VZ1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY3Z3QWCD0WFMH9EQFSNGWH2
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3Z45H952Q0MMSNPDS4DS6X
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY3Z4WX7WRE437F5NDV0EYKZ
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY3Z5GH3E1VDRS65HB9016R7
  • cancelRun - cancelling a running workflow | wrun_01KY3Z5VE3RJ5X2120BM7PT90H
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY3Z613Y5NCHJ04P56RQW41C
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KY3Z69DVKFY8A5FKCB139T7E
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY3Z6RXA2ACRZ44A6BVMPR62
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY3Z74T67T60KY8WS7TEK1RG
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY3Z7HZAM5WWTQNMWS9C5503
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY3Z7Y6K82YXSQE5BMWFAE2R
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY3Z8344JGH3EPP3A3W5E9QN
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

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.

1 participant

@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })(); Version Packages by github-actions[bot] · Pull Request #2863 · vercel/workflow · GitHub
Skip to content

Version Packages - #2863

Merged
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable
Jul 22, 2026
Merged

Version Packages#2863
VaguelySerious merged 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 9, 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 stable, this PR will be updated.

Releases

@workflow/astro@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/builders@4.1.2

Patch Changes

  • #2963f1f7e1d Thanks @NathanColosimo! - Resolve dotted tsconfig path aliases during fast workflow discovery.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [0422a0e, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/cli@4.3.1

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, aac6ea5, 2213c91, 7c0266f, 8eb110c]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/web@4.1.13
    • @workflow/errors@4.1.5

@workflow/core@4.6.1

Patch Changes

  • #29960422a0e Thanks @joeyhotz! - Cache self-hosted step port discovery per process.

  • #2687b1d1a06 Thanks @Osamaali313! - Fix extractStreamIds overflowing the stack on circular references

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [aac6ea5, 2213c91, 7c0266f, 8eb110c]:

    • @workflow/world-vercel@4.5.1
    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/errors@4.1.5

Patch Changes

  • Updated dependencies [2213c91]:
    • @workflow/utils@4.1.4

@workflow/nest@4.0.13

Patch Changes

@workflow/next@4.1.1

Patch Changes

  • #2813ad99be5 Thanks @NathanColosimo! - Ignore custom Next.js distDir output in the development workflow watcher.

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #26933b46dab Thanks @ijjk! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:

    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2

@workflow/nitro@4.1.3

Patch Changes

@workflow/nuxt@4.0.13

Patch Changes

  • Updated dependencies [8bfee36]:
    • @workflow/nitro@4.1.3

@workflow/rollup@4.0.12

Patch Changes

@workflow/sveltekit@4.0.12

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • #281489983d9 Thanks @NathanColosimo! - Avoid recursively loading Vite config while resolving SvelteKit routes during workflow plugin import.

  • Updated dependencies [f1f7e1d, 2213c91]:

    • @workflow/builders@4.1.2
    • @workflow/rollup@4.0.12
    • @workflow/vite@4.0.12

@workflow/utils@4.1.4

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

@workflow/vite@4.0.12

Patch Changes

@workflow/vitest@4.0.13

Patch Changes

  • Updated dependencies [0422a0e, f1f7e1d, b1d1a06, 2213c91]:
    • @workflow/core@4.6.1
    • @workflow/builders@4.1.2
    • @workflow/world-local@4.2.2
    • @workflow/rollup@4.0.12

@workflow/web-shared@4.1.13

Patch Changes

workflow@4.6.1

Patch Changes

  • Updated dependencies [0422a0e, b1d1a06, ad99be5, 2213c91, 3b46dab, 8bfee36, 89983d9]:
    • @workflow/core@4.6.1
    • @workflow/next@4.1.1
    • @workflow/astro@4.0.12
    • @workflow/sveltekit@4.0.12
    • @workflow/utils@4.1.4
    • @workflow/nitro@4.1.3
    • @workflow/cli@4.3.1
    • @workflow/typescript-plugin@4.0.3
    • @workflow/nest@4.0.13
    • @workflow/rollup@4.0.12
    • @workflow/errors@4.1.5
    • @workflow/nuxt@4.0.13

@workflow/world-local@4.2.2

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/errors@4.1.5

@workflow/world-postgres@4.3.1

Patch Changes

  • #27322213c91 Thanks @NathanColosimo! - Respect framework base paths when routing workflow traffic and expose health checks on generated Next.js workflow routes.

  • Updated dependencies [2213c91]:

    • @workflow/utils@4.1.4
    • @workflow/world-local@4.2.2
    • @workflow/errors@4.1.5

@workflow/world-testing@4.1.12

Patch Changes

@workflow/world-vercel@4.5.1

Patch Changes

  • #2959aac6ea5 Thanks @alangenfeld! - Log the underlying queue handler error before retrying a failed delivery.

  • #30137c0266f Thanks @NathanColosimo! - Retry transient connection timeouts so Eve can resume existing workflow runs after brief network failures.

  • #29988eb110c Thanks @ruiconti! - Append caller-provided user-agent tokens to the world-vercel user-agent instead of discarding them.

  • Updated dependencies []:

    • @workflow/errors@4.1.5

@workflow/web@4.1.13

@github-actions
github-actionsBot requested review from a team and ijjk as code ownersJuly 9, 2026 19:49
@vercel

vercelBot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 7:00pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 7:00pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 7:00pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 7:00pm

@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from b0ae497 to 9ebe61cCompareJuly 9, 2026 23:24
@github-actions
github-actionsBotforce-pushed the changeset-release/stable branch from dd6e497 to c6c58deCompareJuly 13, 2026 23:59
@github-actions

github-actionsBot commented Jul 22, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production10770781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds821029193
✅ 📋 Other594036630
Total53801023815863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

turso (83 failed):

  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • addTenWorkflow | wrun_01KY3YEW4GWRC1WNYQVBPSNQQZ
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY59A9YPMAS8X6E6BHJ3WNVR
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY3YF6ED0QQ7MC443ZN30A78
  • promiseRaceWorkflow | wrun_01KY3YFBR8NMCX9CJQBNWECK7W
  • promiseAnyWorkflow | wrun_01KY3YFHX35R5FK6YFSTCR1PMJ
  • importedStepOnlyWorkflow | wrun_01KY59AY3TJKEZM55ZA68DN356
  • readableStreamWorkflow | wrun_01KY3YFMWD786NA7YC9J0XGN4C
  • hookWorkflow | wrun_01KY3YG2B1HKY3VTGJ67GZH8ES
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY3YGB1MYYPD1PQYXBGAD7VJ
  • webhookWorkflow | wrun_01KY3YGG33E0A6CX2QJ685RST0
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY3YGQ7P2Q1B62GW4S0TZZA0
  • sleepingWorkflow | wrun_01KY3YJ89RNBHH3TB24RR4HMF8
  • parallelSleepWorkflow | wrun_01KY3YJTV02QR5YMDMH042F9MY
  • sleepWinsRaceWorkflow | wrun_01KY3YJYGQHYDTMXS57NJN7HX6
  • stepWinsRaceWorkflow | wrun_01KY3YK364J1NSK1D0QVHDJEYP
  • nullByteWorkflow | wrun_01KY3YKAJSCK2AWXEVJZ5Z2M5Z
  • workflowAndStepMetadataWorkflow | wrun_01KY3YKCZBWJHNY211Q4W0558D
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KY3YPV7R10EBRJ2QMV51N7ZS
  • writableForwardedFromWorkflowWorkflow | wrun_01KY3YQHQ6R6AY0JA2Y07KSJBS
  • writableForwardedFromStepWorkflow | wrun_01KY3YQTCGWARKPP41YX3BBB3Q
  • fetchWorkflow | wrun_01KY3YR0JSRP8HDS0E06PXTDER
  • promiseRaceStressTestWorkflow | wrun_01KY3YR6KB4R5JHN1HXJKG4HGN
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KY3YWE2WQ661TJ5AZQ5PE1EK
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3YWTV42VXSR9C4N03236RR
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY3YX8AE1ADKQXZSFQS1AR8A
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY3YXAX8JNH21ZG8SHN3GFG5
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY3YXH870NJST669DRVNGRRJ
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3YXKSRSMVTB1N5PYENTQBW
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY3YY1ES3RGBHZPT0Q6768RZ
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY3YZ7ABQWZ8CBCDVW0HJQ3P
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY3YZCKAJJPF5CG7JD42CP0X
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY3YZKK43FVD88D3GK6HRN9Y
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY3YZS92X174QK97FTEWK4F6
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY3Z03CFA9D85D48889HD9GJ
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY3Z0AV3J2T8SBECJCD5KQ5H
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3Z0VEFJYTVZ1CPYWF6Z9QW
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY3Z17Y9XYXQJ5DGAKVNRFM4
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY3Z1GEMZ77Z7RPWXX9KM81P
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY3Z1JSBVCB7YDQV93HHX6Y9
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KY3Z27Y14CVJ4C8K05P9KQ43
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY3Z2GXE8MS5M2TD4D9WBMN7
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY3Z2SA19Y14D0FXC07FRBRA
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3Z31YYX13XQY4735NB6E5Q
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY3Z3BKBWW6Z6P5Z7Z6R0VZ1
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY3Z3QWCD0WFMH9EQFSNGWH2
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3Z45H952Q0MMSNPDS4DS6X
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY3Z4WX7WRE437F5NDV0EYKZ
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY3Z5GH3E1VDRS65HB9016R7
  • cancelRun - cancelling a running workflow | wrun_01KY3Z5VE3RJ5X2120BM7PT90H
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY3Z613Y5NCHJ04P56RQW41C
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KY3Z69DVKFY8A5FKCB139T7E
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY3Z6RXA2ACRZ44A6BVMPR62
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY3Z74T67T60KY8WS7TEK1RG
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY3Z7HZAM5WWTQNMWS9C5503
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY3Z7Y6K82YXSQE5BMWFAE2R
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY3Z8344JGH3EPP3A3W5E9QN
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY3Z87XWKAKKSTR5NQEPKK47

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
✅ fastify9708
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
✅ vite9708
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis67190
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run

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.

1 participant

@VaguelySerious