Publish "workflow" and "@workflow/core" package versions in sync - #870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Jan 27, 2026

Copy link
Copy Markdown
Member

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercelBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-astro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-express-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-fastify-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-hono-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nitro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nuxt-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-vite-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-docsReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-nestReadyReadyPreview, CommentJan 27, 2026 9:17pm

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.041s (-2.8%)1.019s (~)0.978s101.00x
💻 LocalNitro0.043s (-8.1% 🟢)1.007s (~)0.964s101.05x
💻 LocalExpress0.043s (-4.0%)1.007s (~)0.964s101.05x
🐘 PostgresNext.js (Turbopack)0.128s (-28.3% 🟢)1.022s (~)0.893s103.13x
🐘 PostgresNitro0.218s (-20.9% 🟢)1.013s (~)0.795s105.31x
🐘 PostgresExpress0.243s (-21.5% 🟢)1.015s (~)0.772s105.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (+2.4%)1.632s (-5.8% 🟢)0.990s101.00x
▲ VercelNext.js (Turbopack)0.648s (-19.7% 🟢)1.595s (-24.7% 🟢)0.947s101.01x
▲ VercelExpress0.660s (-3.9%)1.568s (+5.3% 🔺)0.909s101.03x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.091s (~)2.013s (~)0.922s101.00x
💻 LocalNitro1.113s (~)2.007s (~)0.894s101.02x
💻 LocalExpress1.117s (~)2.007s (~)0.890s101.02x
🐘 PostgresExpress2.222s (+4.5%)3.017s (~)0.795s102.04x
🐘 PostgresNitro2.304s (+8.5% 🔺)3.017s (~)0.714s102.11x
🐘 PostgresNext.js (Turbopack)2.436s (+19.4% 🔺)3.017s (+15.2% 🔺)0.582s102.23x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.901s (-6.7% 🟢)3.754s (-1.3%)0.853s101.00x
▲ VercelNext.js (Turbopack)3.317s (+12.3% 🔺)4.146s (+6.5% 🔺)0.828s101.14x
▲ VercelNitro3.423s (+9.0% 🔺)4.343s (+6.9% 🔺)0.920s101.18x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.714s (~)11.022s (~)0.307s51.00x
💻 LocalNitro10.834s (~)11.017s (~)0.183s51.01x
💻 LocalExpress10.847s (~)11.020s (~)0.173s51.01x
🐘 PostgresNitro19.367s (+16.2% 🔺)20.036s (+16.3% 🔺)0.669s51.81x
🐘 PostgresNext.js (Turbopack)19.655s (+37.4% 🔺)20.245s (+38.3% 🔺)0.590s51.83x
🐘 PostgresExpress20.433s (~)21.027s (~)0.594s51.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.200s (-1.7%)24.004s (-3.1%)0.804s51.00x
▲ VercelNext.js (Turbopack)23.306s (-0.5%)24.135s (~)0.829s51.00x
▲ VercelExpress23.439s (+0.5%)24.386s (~)0.947s51.01x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.371s (-1.3%)2.012s (~)0.641s151.00x
💻 LocalExpress1.399s (~)2.007s (~)0.608s151.02x
💻 LocalNitro1.406s (+0.7%)2.006s (~)0.600s151.03x
🐘 PostgresNitro2.141s (-3.2%)2.759s (+6.3% 🔺)0.618s111.56x
🐘 PostgresExpress2.194s (+16.3% 🔺)3.013s (+25.7% 🔺)0.819s101.60x
🐘 PostgresNext.js (Turbopack)2.326s (+8.7% 🔺)2.833s (+4.7%)0.507s111.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.019s (+0.5%)3.908s (-2.4%)0.889s81.00x
▲ VercelExpress3.308s (+10.0% 🔺)4.123s (+9.2% 🔺)0.816s81.10x
▲ VercelNext.js (Turbopack)3.311s (-15.1% 🟢)4.115s (-10.5% 🟢)0.805s81.10x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.325s (-3.9%)3.292s (+5.0% 🔺)0.967s101.00x
💻 LocalNitro2.452s (~)3.052s (~)0.600s101.05x
💻 LocalExpress2.481s (+0.8%)3.032s (-3.5%)0.550s101.07x
🐘 PostgresExpress8.264s (-9.5% 🟢)9.049s (-5.3% 🟢)0.786s43.55x
🐘 PostgresNext.js (Turbopack)12.019s (-9.1% 🟢)12.360s (-7.7% 🟢)0.341s35.17x
🐘 PostgresNitro12.942s (+29.4% 🔺)13.027s (+25.4% 🔺)0.085s35.57x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.149s (-3.6%)3.812s (-2.1%)0.663s81.00x
▲ VercelNitro3.230s (-22.7% 🟢)4.027s (-17.1% 🟢)0.797s81.03x
▲ VercelNext.js (Turbopack)3.746s (-2.9%)4.472s (-4.2%)0.726s71.19x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.383s (~)2.011s (~)0.627s151.00x
💻 LocalNitro1.419s (~)2.007s (~)0.588s151.03x
💻 LocalExpress1.422s (+0.7%)2.006s (~)0.584s151.03x
🐘 PostgresNitro2.096s (-6.9% 🟢)2.598s (-5.5% 🟢)0.501s121.52x
🐘 PostgresNext.js (Turbopack)2.108s (-11.4% 🟢)2.694s (~)0.587s121.52x
🐘 PostgresExpress2.265s (+4.6%)2.678s (+3.2%)0.414s121.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.949s (-1.3%)3.833s (+2.6%)0.884s81.00x
▲ VercelNitro3.059s (+5.2% 🔺)3.874s (+1.9%)0.815s81.04x
▲ VercelNext.js (Turbopack)3.243s (+10.6% 🔺)3.950s (+6.4% 🔺)0.708s81.10x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.467s (-1.7%)3.014s (~)0.547s101.00x
💻 LocalNext.js (Turbopack)2.478s (+0.8%)3.128s (+3.0%)0.649s101.00x
💻 LocalExpress2.549s (-4.2%)3.021s (-3.6%)0.472s101.03x
🐘 PostgresExpress11.525s (-3.5%)12.025s (-5.2% 🟢)0.500s34.67x
🐘 PostgresNitro12.801s (~)13.382s (~)0.581s35.19x
🐘 PostgresNext.js (Turbopack)12.965s (-6.4% 🟢)13.391s (-4.7%)0.425s35.26x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.993s (-21.2% 🟢)3.778s (-16.8% 🟢)0.785s81.00x
▲ VercelExpress3.409s (+9.3% 🔺)4.130s (+9.6% 🔺)0.721s81.14x
▲ VercelNext.js (Turbopack)3.491s (+5.5% 🔺)4.092s (+7.1% 🔺)0.601s81.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.147s (+2.2%)1.003s (~)0.015s (-8.5% 🟢)1.026s (~)0.879s101.00x
💻 LocalExpress0.183s (-3.6%)0.992s (~)0.014s (+7.5% 🔺)1.021s (~)0.838s101.25x
💻 LocalNitro0.185s (+3.9%)0.992s (~)0.015s (+5.0%)1.021s (~)0.836s101.26x
🐘 PostgresNitro0.919s (-28.0% 🟢)1.393s (-21.0% 🟢)0.000s (NaN%)1.513s (-24.8% 🟢)0.594s106.26x
🐘 PostgresNext.js (Turbopack)1.307s (+94.9% 🔺)1.740s (+84.5% 🔺)0.000s (-100.0% 🟢)2.019s (+98.6% 🔺)0.712s108.90x
🐘 PostgresExpress2.261s (+16.0% 🔺)2.781s (+17.6% 🔺)0.000s (+Infinity% 🔺)3.015s (+15.4% 🔺)0.755s1015.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.062s (-1.5%)3.299s (~)0.543s (-58.0% 🟢)4.377s (-14.9% 🟢)1.315s101.00x
▲ VercelNext.js (Turbopack)3.096s (-2.7%)3.196s (-1.2%)0.723s (-43.5% 🟢)4.447s (-11.4% 🟢)1.351s101.01x
▲ VercelNitro3.158s (-1.3%)3.408s (+1.8%)0.452s (-52.8% 🟢)4.467s (-8.7% 🟢)1.309s101.03x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/8
🐘 PostgresNitro4/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)💻 Local8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as ready for review January 27, 2026 21:15
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate
TooTallNate merged commit da8df6b into mainJan 27, 2026
100 checks passed
@TooTallNate
TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands
* origin/main:
fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
Publish "workflow" and "@workflow/core" package versions in sync (#870)
Add SDK version to workflow run executionContext for observability (#868)
Allow recreateRun to accept an optional deploymentId parameter (#869)
Add support for top-level `using` declarations inside of step / workflow functions (#866)
docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
Add "classes" object to `manifest.json` file (#864)
Fix Nest workbench app build (#865)
Ignore Astro on local dev tests for source map e2e tests (#863)
Enable custom class serialization transformations for "client" mode (#860)
Submit request bodies with CBOR encoding (#844)
[world-vercel] Update queue to use VQS v3 API (#799)
NestJS framework support (#840)
Fix resolve hook theming and token fetching. (#856)
docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
docs: revamp World documentation pages (#763)
Remove unused `getWritable` stub function (#855)
# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
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.

3 participants

@TooTallNate@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n 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;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Publish "workflow" and "@workflow/core" package versions in sync - #870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Jan 27, 2026

Copy link
Copy Markdown
Member

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercelBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-astro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-express-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-fastify-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-hono-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nitro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nuxt-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-vite-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-docsReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-nestReadyReadyPreview, CommentJan 27, 2026 9:17pm

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.041s (-2.8%)1.019s (~)0.978s101.00x
💻 LocalNitro0.043s (-8.1% 🟢)1.007s (~)0.964s101.05x
💻 LocalExpress0.043s (-4.0%)1.007s (~)0.964s101.05x
🐘 PostgresNext.js (Turbopack)0.128s (-28.3% 🟢)1.022s (~)0.893s103.13x
🐘 PostgresNitro0.218s (-20.9% 🟢)1.013s (~)0.795s105.31x
🐘 PostgresExpress0.243s (-21.5% 🟢)1.015s (~)0.772s105.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (+2.4%)1.632s (-5.8% 🟢)0.990s101.00x
▲ VercelNext.js (Turbopack)0.648s (-19.7% 🟢)1.595s (-24.7% 🟢)0.947s101.01x
▲ VercelExpress0.660s (-3.9%)1.568s (+5.3% 🔺)0.909s101.03x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.091s (~)2.013s (~)0.922s101.00x
💻 LocalNitro1.113s (~)2.007s (~)0.894s101.02x
💻 LocalExpress1.117s (~)2.007s (~)0.890s101.02x
🐘 PostgresExpress2.222s (+4.5%)3.017s (~)0.795s102.04x
🐘 PostgresNitro2.304s (+8.5% 🔺)3.017s (~)0.714s102.11x
🐘 PostgresNext.js (Turbopack)2.436s (+19.4% 🔺)3.017s (+15.2% 🔺)0.582s102.23x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.901s (-6.7% 🟢)3.754s (-1.3%)0.853s101.00x
▲ VercelNext.js (Turbopack)3.317s (+12.3% 🔺)4.146s (+6.5% 🔺)0.828s101.14x
▲ VercelNitro3.423s (+9.0% 🔺)4.343s (+6.9% 🔺)0.920s101.18x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.714s (~)11.022s (~)0.307s51.00x
💻 LocalNitro10.834s (~)11.017s (~)0.183s51.01x
💻 LocalExpress10.847s (~)11.020s (~)0.173s51.01x
🐘 PostgresNitro19.367s (+16.2% 🔺)20.036s (+16.3% 🔺)0.669s51.81x
🐘 PostgresNext.js (Turbopack)19.655s (+37.4% 🔺)20.245s (+38.3% 🔺)0.590s51.83x
🐘 PostgresExpress20.433s (~)21.027s (~)0.594s51.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.200s (-1.7%)24.004s (-3.1%)0.804s51.00x
▲ VercelNext.js (Turbopack)23.306s (-0.5%)24.135s (~)0.829s51.00x
▲ VercelExpress23.439s (+0.5%)24.386s (~)0.947s51.01x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.371s (-1.3%)2.012s (~)0.641s151.00x
💻 LocalExpress1.399s (~)2.007s (~)0.608s151.02x
💻 LocalNitro1.406s (+0.7%)2.006s (~)0.600s151.03x
🐘 PostgresNitro2.141s (-3.2%)2.759s (+6.3% 🔺)0.618s111.56x
🐘 PostgresExpress2.194s (+16.3% 🔺)3.013s (+25.7% 🔺)0.819s101.60x
🐘 PostgresNext.js (Turbopack)2.326s (+8.7% 🔺)2.833s (+4.7%)0.507s111.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.019s (+0.5%)3.908s (-2.4%)0.889s81.00x
▲ VercelExpress3.308s (+10.0% 🔺)4.123s (+9.2% 🔺)0.816s81.10x
▲ VercelNext.js (Turbopack)3.311s (-15.1% 🟢)4.115s (-10.5% 🟢)0.805s81.10x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.325s (-3.9%)3.292s (+5.0% 🔺)0.967s101.00x
💻 LocalNitro2.452s (~)3.052s (~)0.600s101.05x
💻 LocalExpress2.481s (+0.8%)3.032s (-3.5%)0.550s101.07x
🐘 PostgresExpress8.264s (-9.5% 🟢)9.049s (-5.3% 🟢)0.786s43.55x
🐘 PostgresNext.js (Turbopack)12.019s (-9.1% 🟢)12.360s (-7.7% 🟢)0.341s35.17x
🐘 PostgresNitro12.942s (+29.4% 🔺)13.027s (+25.4% 🔺)0.085s35.57x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.149s (-3.6%)3.812s (-2.1%)0.663s81.00x
▲ VercelNitro3.230s (-22.7% 🟢)4.027s (-17.1% 🟢)0.797s81.03x
▲ VercelNext.js (Turbopack)3.746s (-2.9%)4.472s (-4.2%)0.726s71.19x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.383s (~)2.011s (~)0.627s151.00x
💻 LocalNitro1.419s (~)2.007s (~)0.588s151.03x
💻 LocalExpress1.422s (+0.7%)2.006s (~)0.584s151.03x
🐘 PostgresNitro2.096s (-6.9% 🟢)2.598s (-5.5% 🟢)0.501s121.52x
🐘 PostgresNext.js (Turbopack)2.108s (-11.4% 🟢)2.694s (~)0.587s121.52x
🐘 PostgresExpress2.265s (+4.6%)2.678s (+3.2%)0.414s121.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.949s (-1.3%)3.833s (+2.6%)0.884s81.00x
▲ VercelNitro3.059s (+5.2% 🔺)3.874s (+1.9%)0.815s81.04x
▲ VercelNext.js (Turbopack)3.243s (+10.6% 🔺)3.950s (+6.4% 🔺)0.708s81.10x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.467s (-1.7%)3.014s (~)0.547s101.00x
💻 LocalNext.js (Turbopack)2.478s (+0.8%)3.128s (+3.0%)0.649s101.00x
💻 LocalExpress2.549s (-4.2%)3.021s (-3.6%)0.472s101.03x
🐘 PostgresExpress11.525s (-3.5%)12.025s (-5.2% 🟢)0.500s34.67x
🐘 PostgresNitro12.801s (~)13.382s (~)0.581s35.19x
🐘 PostgresNext.js (Turbopack)12.965s (-6.4% 🟢)13.391s (-4.7%)0.425s35.26x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.993s (-21.2% 🟢)3.778s (-16.8% 🟢)0.785s81.00x
▲ VercelExpress3.409s (+9.3% 🔺)4.130s (+9.6% 🔺)0.721s81.14x
▲ VercelNext.js (Turbopack)3.491s (+5.5% 🔺)4.092s (+7.1% 🔺)0.601s81.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.147s (+2.2%)1.003s (~)0.015s (-8.5% 🟢)1.026s (~)0.879s101.00x
💻 LocalExpress0.183s (-3.6%)0.992s (~)0.014s (+7.5% 🔺)1.021s (~)0.838s101.25x
💻 LocalNitro0.185s (+3.9%)0.992s (~)0.015s (+5.0%)1.021s (~)0.836s101.26x
🐘 PostgresNitro0.919s (-28.0% 🟢)1.393s (-21.0% 🟢)0.000s (NaN%)1.513s (-24.8% 🟢)0.594s106.26x
🐘 PostgresNext.js (Turbopack)1.307s (+94.9% 🔺)1.740s (+84.5% 🔺)0.000s (-100.0% 🟢)2.019s (+98.6% 🔺)0.712s108.90x
🐘 PostgresExpress2.261s (+16.0% 🔺)2.781s (+17.6% 🔺)0.000s (+Infinity% 🔺)3.015s (+15.4% 🔺)0.755s1015.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.062s (-1.5%)3.299s (~)0.543s (-58.0% 🟢)4.377s (-14.9% 🟢)1.315s101.00x
▲ VercelNext.js (Turbopack)3.096s (-2.7%)3.196s (-1.2%)0.723s (-43.5% 🟢)4.447s (-11.4% 🟢)1.351s101.01x
▲ VercelNitro3.158s (-1.3%)3.408s (+1.8%)0.452s (-52.8% 🟢)4.467s (-8.7% 🟢)1.309s101.03x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/8
🐘 PostgresNitro4/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)💻 Local8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as ready for review January 27, 2026 21:15
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate
TooTallNate merged commit da8df6b into mainJan 27, 2026
100 checks passed
@TooTallNate
TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands
* origin/main:
fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
Publish "workflow" and "@workflow/core" package versions in sync (#870)
Add SDK version to workflow run executionContext for observability (#868)
Allow recreateRun to accept an optional deploymentId parameter (#869)
Add support for top-level `using` declarations inside of step / workflow functions (#866)
docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
Add "classes" object to `manifest.json` file (#864)
Fix Nest workbench app build (#865)
Ignore Astro on local dev tests for source map e2e tests (#863)
Enable custom class serialization transformations for "client" mode (#860)
Submit request bodies with CBOR encoding (#844)
[world-vercel] Update queue to use VQS v3 API (#799)
NestJS framework support (#840)
Fix resolve hook theming and token fetching. (#856)
docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
docs: revamp World documentation pages (#763)
Remove unused `getWritable` stub function (#855)
# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
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.

3 participants

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

Publish "workflow" and "@workflow/core" package versions in sync - #870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Jan 27, 2026

Copy link
Copy Markdown
Member

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercelBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-astro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-express-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-fastify-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-hono-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nitro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nuxt-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-vite-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-docsReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-nestReadyReadyPreview, CommentJan 27, 2026 9:17pm

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.041s (-2.8%)1.019s (~)0.978s101.00x
💻 LocalNitro0.043s (-8.1% 🟢)1.007s (~)0.964s101.05x
💻 LocalExpress0.043s (-4.0%)1.007s (~)0.964s101.05x
🐘 PostgresNext.js (Turbopack)0.128s (-28.3% 🟢)1.022s (~)0.893s103.13x
🐘 PostgresNitro0.218s (-20.9% 🟢)1.013s (~)0.795s105.31x
🐘 PostgresExpress0.243s (-21.5% 🟢)1.015s (~)0.772s105.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (+2.4%)1.632s (-5.8% 🟢)0.990s101.00x
▲ VercelNext.js (Turbopack)0.648s (-19.7% 🟢)1.595s (-24.7% 🟢)0.947s101.01x
▲ VercelExpress0.660s (-3.9%)1.568s (+5.3% 🔺)0.909s101.03x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.091s (~)2.013s (~)0.922s101.00x
💻 LocalNitro1.113s (~)2.007s (~)0.894s101.02x
💻 LocalExpress1.117s (~)2.007s (~)0.890s101.02x
🐘 PostgresExpress2.222s (+4.5%)3.017s (~)0.795s102.04x
🐘 PostgresNitro2.304s (+8.5% 🔺)3.017s (~)0.714s102.11x
🐘 PostgresNext.js (Turbopack)2.436s (+19.4% 🔺)3.017s (+15.2% 🔺)0.582s102.23x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.901s (-6.7% 🟢)3.754s (-1.3%)0.853s101.00x
▲ VercelNext.js (Turbopack)3.317s (+12.3% 🔺)4.146s (+6.5% 🔺)0.828s101.14x
▲ VercelNitro3.423s (+9.0% 🔺)4.343s (+6.9% 🔺)0.920s101.18x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.714s (~)11.022s (~)0.307s51.00x
💻 LocalNitro10.834s (~)11.017s (~)0.183s51.01x
💻 LocalExpress10.847s (~)11.020s (~)0.173s51.01x
🐘 PostgresNitro19.367s (+16.2% 🔺)20.036s (+16.3% 🔺)0.669s51.81x
🐘 PostgresNext.js (Turbopack)19.655s (+37.4% 🔺)20.245s (+38.3% 🔺)0.590s51.83x
🐘 PostgresExpress20.433s (~)21.027s (~)0.594s51.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.200s (-1.7%)24.004s (-3.1%)0.804s51.00x
▲ VercelNext.js (Turbopack)23.306s (-0.5%)24.135s (~)0.829s51.00x
▲ VercelExpress23.439s (+0.5%)24.386s (~)0.947s51.01x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.371s (-1.3%)2.012s (~)0.641s151.00x
💻 LocalExpress1.399s (~)2.007s (~)0.608s151.02x
💻 LocalNitro1.406s (+0.7%)2.006s (~)0.600s151.03x
🐘 PostgresNitro2.141s (-3.2%)2.759s (+6.3% 🔺)0.618s111.56x
🐘 PostgresExpress2.194s (+16.3% 🔺)3.013s (+25.7% 🔺)0.819s101.60x
🐘 PostgresNext.js (Turbopack)2.326s (+8.7% 🔺)2.833s (+4.7%)0.507s111.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.019s (+0.5%)3.908s (-2.4%)0.889s81.00x
▲ VercelExpress3.308s (+10.0% 🔺)4.123s (+9.2% 🔺)0.816s81.10x
▲ VercelNext.js (Turbopack)3.311s (-15.1% 🟢)4.115s (-10.5% 🟢)0.805s81.10x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.325s (-3.9%)3.292s (+5.0% 🔺)0.967s101.00x
💻 LocalNitro2.452s (~)3.052s (~)0.600s101.05x
💻 LocalExpress2.481s (+0.8%)3.032s (-3.5%)0.550s101.07x
🐘 PostgresExpress8.264s (-9.5% 🟢)9.049s (-5.3% 🟢)0.786s43.55x
🐘 PostgresNext.js (Turbopack)12.019s (-9.1% 🟢)12.360s (-7.7% 🟢)0.341s35.17x
🐘 PostgresNitro12.942s (+29.4% 🔺)13.027s (+25.4% 🔺)0.085s35.57x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.149s (-3.6%)3.812s (-2.1%)0.663s81.00x
▲ VercelNitro3.230s (-22.7% 🟢)4.027s (-17.1% 🟢)0.797s81.03x
▲ VercelNext.js (Turbopack)3.746s (-2.9%)4.472s (-4.2%)0.726s71.19x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.383s (~)2.011s (~)0.627s151.00x
💻 LocalNitro1.419s (~)2.007s (~)0.588s151.03x
💻 LocalExpress1.422s (+0.7%)2.006s (~)0.584s151.03x
🐘 PostgresNitro2.096s (-6.9% 🟢)2.598s (-5.5% 🟢)0.501s121.52x
🐘 PostgresNext.js (Turbopack)2.108s (-11.4% 🟢)2.694s (~)0.587s121.52x
🐘 PostgresExpress2.265s (+4.6%)2.678s (+3.2%)0.414s121.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.949s (-1.3%)3.833s (+2.6%)0.884s81.00x
▲ VercelNitro3.059s (+5.2% 🔺)3.874s (+1.9%)0.815s81.04x
▲ VercelNext.js (Turbopack)3.243s (+10.6% 🔺)3.950s (+6.4% 🔺)0.708s81.10x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.467s (-1.7%)3.014s (~)0.547s101.00x
💻 LocalNext.js (Turbopack)2.478s (+0.8%)3.128s (+3.0%)0.649s101.00x
💻 LocalExpress2.549s (-4.2%)3.021s (-3.6%)0.472s101.03x
🐘 PostgresExpress11.525s (-3.5%)12.025s (-5.2% 🟢)0.500s34.67x
🐘 PostgresNitro12.801s (~)13.382s (~)0.581s35.19x
🐘 PostgresNext.js (Turbopack)12.965s (-6.4% 🟢)13.391s (-4.7%)0.425s35.26x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.993s (-21.2% 🟢)3.778s (-16.8% 🟢)0.785s81.00x
▲ VercelExpress3.409s (+9.3% 🔺)4.130s (+9.6% 🔺)0.721s81.14x
▲ VercelNext.js (Turbopack)3.491s (+5.5% 🔺)4.092s (+7.1% 🔺)0.601s81.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.147s (+2.2%)1.003s (~)0.015s (-8.5% 🟢)1.026s (~)0.879s101.00x
💻 LocalExpress0.183s (-3.6%)0.992s (~)0.014s (+7.5% 🔺)1.021s (~)0.838s101.25x
💻 LocalNitro0.185s (+3.9%)0.992s (~)0.015s (+5.0%)1.021s (~)0.836s101.26x
🐘 PostgresNitro0.919s (-28.0% 🟢)1.393s (-21.0% 🟢)0.000s (NaN%)1.513s (-24.8% 🟢)0.594s106.26x
🐘 PostgresNext.js (Turbopack)1.307s (+94.9% 🔺)1.740s (+84.5% 🔺)0.000s (-100.0% 🟢)2.019s (+98.6% 🔺)0.712s108.90x
🐘 PostgresExpress2.261s (+16.0% 🔺)2.781s (+17.6% 🔺)0.000s (+Infinity% 🔺)3.015s (+15.4% 🔺)0.755s1015.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.062s (-1.5%)3.299s (~)0.543s (-58.0% 🟢)4.377s (-14.9% 🟢)1.315s101.00x
▲ VercelNext.js (Turbopack)3.096s (-2.7%)3.196s (-1.2%)0.723s (-43.5% 🟢)4.447s (-11.4% 🟢)1.351s101.01x
▲ VercelNitro3.158s (-1.3%)3.408s (+1.8%)0.452s (-52.8% 🟢)4.467s (-8.7% 🟢)1.309s101.03x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/8
🐘 PostgresNitro4/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)💻 Local8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as ready for review January 27, 2026 21:15
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate
TooTallNate merged commit da8df6b into mainJan 27, 2026
100 checks passed
@TooTallNate
TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands
* origin/main:
fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
Publish "workflow" and "@workflow/core" package versions in sync (#870)
Add SDK version to workflow run executionContext for observability (#868)
Allow recreateRun to accept an optional deploymentId parameter (#869)
Add support for top-level `using` declarations inside of step / workflow functions (#866)
docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
Add "classes" object to `manifest.json` file (#864)
Fix Nest workbench app build (#865)
Ignore Astro on local dev tests for source map e2e tests (#863)
Enable custom class serialization transformations for "client" mode (#860)
Submit request bodies with CBOR encoding (#844)
[world-vercel] Update queue to use VQS v3 API (#799)
NestJS framework support (#840)
Fix resolve hook theming and token fetching. (#856)
docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
docs: revamp World documentation pages (#763)
Remove unused `getWritable` stub function (#855)
# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
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.

3 participants

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

Publish "workflow" and "@workflow/core" package versions in sync - #870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Jan 27, 2026

Copy link
Copy Markdown
Member

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercelBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-astro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-express-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-fastify-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-hono-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nitro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nuxt-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-vite-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-docsReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-nestReadyReadyPreview, CommentJan 27, 2026 9:17pm

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.041s (-2.8%)1.019s (~)0.978s101.00x
💻 LocalNitro0.043s (-8.1% 🟢)1.007s (~)0.964s101.05x
💻 LocalExpress0.043s (-4.0%)1.007s (~)0.964s101.05x
🐘 PostgresNext.js (Turbopack)0.128s (-28.3% 🟢)1.022s (~)0.893s103.13x
🐘 PostgresNitro0.218s (-20.9% 🟢)1.013s (~)0.795s105.31x
🐘 PostgresExpress0.243s (-21.5% 🟢)1.015s (~)0.772s105.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (+2.4%)1.632s (-5.8% 🟢)0.990s101.00x
▲ VercelNext.js (Turbopack)0.648s (-19.7% 🟢)1.595s (-24.7% 🟢)0.947s101.01x
▲ VercelExpress0.660s (-3.9%)1.568s (+5.3% 🔺)0.909s101.03x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.091s (~)2.013s (~)0.922s101.00x
💻 LocalNitro1.113s (~)2.007s (~)0.894s101.02x
💻 LocalExpress1.117s (~)2.007s (~)0.890s101.02x
🐘 PostgresExpress2.222s (+4.5%)3.017s (~)0.795s102.04x
🐘 PostgresNitro2.304s (+8.5% 🔺)3.017s (~)0.714s102.11x
🐘 PostgresNext.js (Turbopack)2.436s (+19.4% 🔺)3.017s (+15.2% 🔺)0.582s102.23x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.901s (-6.7% 🟢)3.754s (-1.3%)0.853s101.00x
▲ VercelNext.js (Turbopack)3.317s (+12.3% 🔺)4.146s (+6.5% 🔺)0.828s101.14x
▲ VercelNitro3.423s (+9.0% 🔺)4.343s (+6.9% 🔺)0.920s101.18x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.714s (~)11.022s (~)0.307s51.00x
💻 LocalNitro10.834s (~)11.017s (~)0.183s51.01x
💻 LocalExpress10.847s (~)11.020s (~)0.173s51.01x
🐘 PostgresNitro19.367s (+16.2% 🔺)20.036s (+16.3% 🔺)0.669s51.81x
🐘 PostgresNext.js (Turbopack)19.655s (+37.4% 🔺)20.245s (+38.3% 🔺)0.590s51.83x
🐘 PostgresExpress20.433s (~)21.027s (~)0.594s51.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.200s (-1.7%)24.004s (-3.1%)0.804s51.00x
▲ VercelNext.js (Turbopack)23.306s (-0.5%)24.135s (~)0.829s51.00x
▲ VercelExpress23.439s (+0.5%)24.386s (~)0.947s51.01x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.371s (-1.3%)2.012s (~)0.641s151.00x
💻 LocalExpress1.399s (~)2.007s (~)0.608s151.02x
💻 LocalNitro1.406s (+0.7%)2.006s (~)0.600s151.03x
🐘 PostgresNitro2.141s (-3.2%)2.759s (+6.3% 🔺)0.618s111.56x
🐘 PostgresExpress2.194s (+16.3% 🔺)3.013s (+25.7% 🔺)0.819s101.60x
🐘 PostgresNext.js (Turbopack)2.326s (+8.7% 🔺)2.833s (+4.7%)0.507s111.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.019s (+0.5%)3.908s (-2.4%)0.889s81.00x
▲ VercelExpress3.308s (+10.0% 🔺)4.123s (+9.2% 🔺)0.816s81.10x
▲ VercelNext.js (Turbopack)3.311s (-15.1% 🟢)4.115s (-10.5% 🟢)0.805s81.10x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.325s (-3.9%)3.292s (+5.0% 🔺)0.967s101.00x
💻 LocalNitro2.452s (~)3.052s (~)0.600s101.05x
💻 LocalExpress2.481s (+0.8%)3.032s (-3.5%)0.550s101.07x
🐘 PostgresExpress8.264s (-9.5% 🟢)9.049s (-5.3% 🟢)0.786s43.55x
🐘 PostgresNext.js (Turbopack)12.019s (-9.1% 🟢)12.360s (-7.7% 🟢)0.341s35.17x
🐘 PostgresNitro12.942s (+29.4% 🔺)13.027s (+25.4% 🔺)0.085s35.57x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.149s (-3.6%)3.812s (-2.1%)0.663s81.00x
▲ VercelNitro3.230s (-22.7% 🟢)4.027s (-17.1% 🟢)0.797s81.03x
▲ VercelNext.js (Turbopack)3.746s (-2.9%)4.472s (-4.2%)0.726s71.19x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.383s (~)2.011s (~)0.627s151.00x
💻 LocalNitro1.419s (~)2.007s (~)0.588s151.03x
💻 LocalExpress1.422s (+0.7%)2.006s (~)0.584s151.03x
🐘 PostgresNitro2.096s (-6.9% 🟢)2.598s (-5.5% 🟢)0.501s121.52x
🐘 PostgresNext.js (Turbopack)2.108s (-11.4% 🟢)2.694s (~)0.587s121.52x
🐘 PostgresExpress2.265s (+4.6%)2.678s (+3.2%)0.414s121.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.949s (-1.3%)3.833s (+2.6%)0.884s81.00x
▲ VercelNitro3.059s (+5.2% 🔺)3.874s (+1.9%)0.815s81.04x
▲ VercelNext.js (Turbopack)3.243s (+10.6% 🔺)3.950s (+6.4% 🔺)0.708s81.10x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.467s (-1.7%)3.014s (~)0.547s101.00x
💻 LocalNext.js (Turbopack)2.478s (+0.8%)3.128s (+3.0%)0.649s101.00x
💻 LocalExpress2.549s (-4.2%)3.021s (-3.6%)0.472s101.03x
🐘 PostgresExpress11.525s (-3.5%)12.025s (-5.2% 🟢)0.500s34.67x
🐘 PostgresNitro12.801s (~)13.382s (~)0.581s35.19x
🐘 PostgresNext.js (Turbopack)12.965s (-6.4% 🟢)13.391s (-4.7%)0.425s35.26x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.993s (-21.2% 🟢)3.778s (-16.8% 🟢)0.785s81.00x
▲ VercelExpress3.409s (+9.3% 🔺)4.130s (+9.6% 🔺)0.721s81.14x
▲ VercelNext.js (Turbopack)3.491s (+5.5% 🔺)4.092s (+7.1% 🔺)0.601s81.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.147s (+2.2%)1.003s (~)0.015s (-8.5% 🟢)1.026s (~)0.879s101.00x
💻 LocalExpress0.183s (-3.6%)0.992s (~)0.014s (+7.5% 🔺)1.021s (~)0.838s101.25x
💻 LocalNitro0.185s (+3.9%)0.992s (~)0.015s (+5.0%)1.021s (~)0.836s101.26x
🐘 PostgresNitro0.919s (-28.0% 🟢)1.393s (-21.0% 🟢)0.000s (NaN%)1.513s (-24.8% 🟢)0.594s106.26x
🐘 PostgresNext.js (Turbopack)1.307s (+94.9% 🔺)1.740s (+84.5% 🔺)0.000s (-100.0% 🟢)2.019s (+98.6% 🔺)0.712s108.90x
🐘 PostgresExpress2.261s (+16.0% 🔺)2.781s (+17.6% 🔺)0.000s (+Infinity% 🔺)3.015s (+15.4% 🔺)0.755s1015.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.062s (-1.5%)3.299s (~)0.543s (-58.0% 🟢)4.377s (-14.9% 🟢)1.315s101.00x
▲ VercelNext.js (Turbopack)3.096s (-2.7%)3.196s (-1.2%)0.723s (-43.5% 🟢)4.447s (-11.4% 🟢)1.351s101.01x
▲ VercelNitro3.158s (-1.3%)3.408s (+1.8%)0.452s (-52.8% 🟢)4.467s (-8.7% 🟢)1.309s101.03x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/8
🐘 PostgresNitro4/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)💻 Local8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as ready for review January 27, 2026 21:15
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate
TooTallNate merged commit da8df6b into mainJan 27, 2026
100 checks passed
@TooTallNate
TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands
* origin/main:
fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
Publish "workflow" and "@workflow/core" package versions in sync (#870)
Add SDK version to workflow run executionContext for observability (#868)
Allow recreateRun to accept an optional deploymentId parameter (#869)
Add support for top-level `using` declarations inside of step / workflow functions (#866)
docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
Add "classes" object to `manifest.json` file (#864)
Fix Nest workbench app build (#865)
Ignore Astro on local dev tests for source map e2e tests (#863)
Enable custom class serialization transformations for "client" mode (#860)
Submit request bodies with CBOR encoding (#844)
[world-vercel] Update queue to use VQS v3 API (#799)
NestJS framework support (#840)
Fix resolve hook theming and token fetching. (#856)
docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
docs: revamp World documentation pages (#763)
Remove unused `getWritable` stub function (#855)
# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
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.

3 participants

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

Publish "workflow" and "@workflow/core" package versions in sync - #870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Jan 27, 2026

Copy link
Copy Markdown
Member

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercelBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-astro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-express-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-fastify-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-hono-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nitro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nuxt-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-vite-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-docsReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-nestReadyReadyPreview, CommentJan 27, 2026 9:17pm

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.041s (-2.8%)1.019s (~)0.978s101.00x
💻 LocalNitro0.043s (-8.1% 🟢)1.007s (~)0.964s101.05x
💻 LocalExpress0.043s (-4.0%)1.007s (~)0.964s101.05x
🐘 PostgresNext.js (Turbopack)0.128s (-28.3% 🟢)1.022s (~)0.893s103.13x
🐘 PostgresNitro0.218s (-20.9% 🟢)1.013s (~)0.795s105.31x
🐘 PostgresExpress0.243s (-21.5% 🟢)1.015s (~)0.772s105.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (+2.4%)1.632s (-5.8% 🟢)0.990s101.00x
▲ VercelNext.js (Turbopack)0.648s (-19.7% 🟢)1.595s (-24.7% 🟢)0.947s101.01x
▲ VercelExpress0.660s (-3.9%)1.568s (+5.3% 🔺)0.909s101.03x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.091s (~)2.013s (~)0.922s101.00x
💻 LocalNitro1.113s (~)2.007s (~)0.894s101.02x
💻 LocalExpress1.117s (~)2.007s (~)0.890s101.02x
🐘 PostgresExpress2.222s (+4.5%)3.017s (~)0.795s102.04x
🐘 PostgresNitro2.304s (+8.5% 🔺)3.017s (~)0.714s102.11x
🐘 PostgresNext.js (Turbopack)2.436s (+19.4% 🔺)3.017s (+15.2% 🔺)0.582s102.23x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.901s (-6.7% 🟢)3.754s (-1.3%)0.853s101.00x
▲ VercelNext.js (Turbopack)3.317s (+12.3% 🔺)4.146s (+6.5% 🔺)0.828s101.14x
▲ VercelNitro3.423s (+9.0% 🔺)4.343s (+6.9% 🔺)0.920s101.18x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.714s (~)11.022s (~)0.307s51.00x
💻 LocalNitro10.834s (~)11.017s (~)0.183s51.01x
💻 LocalExpress10.847s (~)11.020s (~)0.173s51.01x
🐘 PostgresNitro19.367s (+16.2% 🔺)20.036s (+16.3% 🔺)0.669s51.81x
🐘 PostgresNext.js (Turbopack)19.655s (+37.4% 🔺)20.245s (+38.3% 🔺)0.590s51.83x
🐘 PostgresExpress20.433s (~)21.027s (~)0.594s51.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.200s (-1.7%)24.004s (-3.1%)0.804s51.00x
▲ VercelNext.js (Turbopack)23.306s (-0.5%)24.135s (~)0.829s51.00x
▲ VercelExpress23.439s (+0.5%)24.386s (~)0.947s51.01x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.371s (-1.3%)2.012s (~)0.641s151.00x
💻 LocalExpress1.399s (~)2.007s (~)0.608s151.02x
💻 LocalNitro1.406s (+0.7%)2.006s (~)0.600s151.03x
🐘 PostgresNitro2.141s (-3.2%)2.759s (+6.3% 🔺)0.618s111.56x
🐘 PostgresExpress2.194s (+16.3% 🔺)3.013s (+25.7% 🔺)0.819s101.60x
🐘 PostgresNext.js (Turbopack)2.326s (+8.7% 🔺)2.833s (+4.7%)0.507s111.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.019s (+0.5%)3.908s (-2.4%)0.889s81.00x
▲ VercelExpress3.308s (+10.0% 🔺)4.123s (+9.2% 🔺)0.816s81.10x
▲ VercelNext.js (Turbopack)3.311s (-15.1% 🟢)4.115s (-10.5% 🟢)0.805s81.10x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.325s (-3.9%)3.292s (+5.0% 🔺)0.967s101.00x
💻 LocalNitro2.452s (~)3.052s (~)0.600s101.05x
💻 LocalExpress2.481s (+0.8%)3.032s (-3.5%)0.550s101.07x
🐘 PostgresExpress8.264s (-9.5% 🟢)9.049s (-5.3% 🟢)0.786s43.55x
🐘 PostgresNext.js (Turbopack)12.019s (-9.1% 🟢)12.360s (-7.7% 🟢)0.341s35.17x
🐘 PostgresNitro12.942s (+29.4% 🔺)13.027s (+25.4% 🔺)0.085s35.57x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.149s (-3.6%)3.812s (-2.1%)0.663s81.00x
▲ VercelNitro3.230s (-22.7% 🟢)4.027s (-17.1% 🟢)0.797s81.03x
▲ VercelNext.js (Turbopack)3.746s (-2.9%)4.472s (-4.2%)0.726s71.19x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.383s (~)2.011s (~)0.627s151.00x
💻 LocalNitro1.419s (~)2.007s (~)0.588s151.03x
💻 LocalExpress1.422s (+0.7%)2.006s (~)0.584s151.03x
🐘 PostgresNitro2.096s (-6.9% 🟢)2.598s (-5.5% 🟢)0.501s121.52x
🐘 PostgresNext.js (Turbopack)2.108s (-11.4% 🟢)2.694s (~)0.587s121.52x
🐘 PostgresExpress2.265s (+4.6%)2.678s (+3.2%)0.414s121.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.949s (-1.3%)3.833s (+2.6%)0.884s81.00x
▲ VercelNitro3.059s (+5.2% 🔺)3.874s (+1.9%)0.815s81.04x
▲ VercelNext.js (Turbopack)3.243s (+10.6% 🔺)3.950s (+6.4% 🔺)0.708s81.10x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.467s (-1.7%)3.014s (~)0.547s101.00x
💻 LocalNext.js (Turbopack)2.478s (+0.8%)3.128s (+3.0%)0.649s101.00x
💻 LocalExpress2.549s (-4.2%)3.021s (-3.6%)0.472s101.03x
🐘 PostgresExpress11.525s (-3.5%)12.025s (-5.2% 🟢)0.500s34.67x
🐘 PostgresNitro12.801s (~)13.382s (~)0.581s35.19x
🐘 PostgresNext.js (Turbopack)12.965s (-6.4% 🟢)13.391s (-4.7%)0.425s35.26x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.993s (-21.2% 🟢)3.778s (-16.8% 🟢)0.785s81.00x
▲ VercelExpress3.409s (+9.3% 🔺)4.130s (+9.6% 🔺)0.721s81.14x
▲ VercelNext.js (Turbopack)3.491s (+5.5% 🔺)4.092s (+7.1% 🔺)0.601s81.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.147s (+2.2%)1.003s (~)0.015s (-8.5% 🟢)1.026s (~)0.879s101.00x
💻 LocalExpress0.183s (-3.6%)0.992s (~)0.014s (+7.5% 🔺)1.021s (~)0.838s101.25x
💻 LocalNitro0.185s (+3.9%)0.992s (~)0.015s (+5.0%)1.021s (~)0.836s101.26x
🐘 PostgresNitro0.919s (-28.0% 🟢)1.393s (-21.0% 🟢)0.000s (NaN%)1.513s (-24.8% 🟢)0.594s106.26x
🐘 PostgresNext.js (Turbopack)1.307s (+94.9% 🔺)1.740s (+84.5% 🔺)0.000s (-100.0% 🟢)2.019s (+98.6% 🔺)0.712s108.90x
🐘 PostgresExpress2.261s (+16.0% 🔺)2.781s (+17.6% 🔺)0.000s (+Infinity% 🔺)3.015s (+15.4% 🔺)0.755s1015.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.062s (-1.5%)3.299s (~)0.543s (-58.0% 🟢)4.377s (-14.9% 🟢)1.315s101.00x
▲ VercelNext.js (Turbopack)3.096s (-2.7%)3.196s (-1.2%)0.723s (-43.5% 🟢)4.447s (-11.4% 🟢)1.351s101.01x
▲ VercelNitro3.158s (-1.3%)3.408s (+1.8%)0.452s (-52.8% 🟢)4.467s (-8.7% 🟢)1.309s101.03x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/8
🐘 PostgresNitro4/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)💻 Local8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as ready for review January 27, 2026 21:15
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate
TooTallNate merged commit da8df6b into mainJan 27, 2026
100 checks passed
@TooTallNate
TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands
* origin/main:
fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
Publish "workflow" and "@workflow/core" package versions in sync (#870)
Add SDK version to workflow run executionContext for observability (#868)
Allow recreateRun to accept an optional deploymentId parameter (#869)
Add support for top-level `using` declarations inside of step / workflow functions (#866)
docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
Add "classes" object to `manifest.json` file (#864)
Fix Nest workbench app build (#865)
Ignore Astro on local dev tests for source map e2e tests (#863)
Enable custom class serialization transformations for "client" mode (#860)
Submit request bodies with CBOR encoding (#844)
[world-vercel] Update queue to use VQS v3 API (#799)
NestJS framework support (#840)
Fix resolve hook theming and token fetching. (#856)
docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
docs: revamp World documentation pages (#763)
Remove unused `getWritable` stub function (#855)
# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
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.

3 participants

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

Publish "workflow" and "@workflow/core" package versions in sync - #870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Jan 27, 2026

Copy link
Copy Markdown
Member

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercelBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-astro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-express-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-fastify-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-hono-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nitro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nuxt-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-vite-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-docsReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-nestReadyReadyPreview, CommentJan 27, 2026 9:17pm

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.041s (-2.8%)1.019s (~)0.978s101.00x
💻 LocalNitro0.043s (-8.1% 🟢)1.007s (~)0.964s101.05x
💻 LocalExpress0.043s (-4.0%)1.007s (~)0.964s101.05x
🐘 PostgresNext.js (Turbopack)0.128s (-28.3% 🟢)1.022s (~)0.893s103.13x
🐘 PostgresNitro0.218s (-20.9% 🟢)1.013s (~)0.795s105.31x
🐘 PostgresExpress0.243s (-21.5% 🟢)1.015s (~)0.772s105.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (+2.4%)1.632s (-5.8% 🟢)0.990s101.00x
▲ VercelNext.js (Turbopack)0.648s (-19.7% 🟢)1.595s (-24.7% 🟢)0.947s101.01x
▲ VercelExpress0.660s (-3.9%)1.568s (+5.3% 🔺)0.909s101.03x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.091s (~)2.013s (~)0.922s101.00x
💻 LocalNitro1.113s (~)2.007s (~)0.894s101.02x
💻 LocalExpress1.117s (~)2.007s (~)0.890s101.02x
🐘 PostgresExpress2.222s (+4.5%)3.017s (~)0.795s102.04x
🐘 PostgresNitro2.304s (+8.5% 🔺)3.017s (~)0.714s102.11x
🐘 PostgresNext.js (Turbopack)2.436s (+19.4% 🔺)3.017s (+15.2% 🔺)0.582s102.23x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.901s (-6.7% 🟢)3.754s (-1.3%)0.853s101.00x
▲ VercelNext.js (Turbopack)3.317s (+12.3% 🔺)4.146s (+6.5% 🔺)0.828s101.14x
▲ VercelNitro3.423s (+9.0% 🔺)4.343s (+6.9% 🔺)0.920s101.18x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.714s (~)11.022s (~)0.307s51.00x
💻 LocalNitro10.834s (~)11.017s (~)0.183s51.01x
💻 LocalExpress10.847s (~)11.020s (~)0.173s51.01x
🐘 PostgresNitro19.367s (+16.2% 🔺)20.036s (+16.3% 🔺)0.669s51.81x
🐘 PostgresNext.js (Turbopack)19.655s (+37.4% 🔺)20.245s (+38.3% 🔺)0.590s51.83x
🐘 PostgresExpress20.433s (~)21.027s (~)0.594s51.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.200s (-1.7%)24.004s (-3.1%)0.804s51.00x
▲ VercelNext.js (Turbopack)23.306s (-0.5%)24.135s (~)0.829s51.00x
▲ VercelExpress23.439s (+0.5%)24.386s (~)0.947s51.01x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.371s (-1.3%)2.012s (~)0.641s151.00x
💻 LocalExpress1.399s (~)2.007s (~)0.608s151.02x
💻 LocalNitro1.406s (+0.7%)2.006s (~)0.600s151.03x
🐘 PostgresNitro2.141s (-3.2%)2.759s (+6.3% 🔺)0.618s111.56x
🐘 PostgresExpress2.194s (+16.3% 🔺)3.013s (+25.7% 🔺)0.819s101.60x
🐘 PostgresNext.js (Turbopack)2.326s (+8.7% 🔺)2.833s (+4.7%)0.507s111.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.019s (+0.5%)3.908s (-2.4%)0.889s81.00x
▲ VercelExpress3.308s (+10.0% 🔺)4.123s (+9.2% 🔺)0.816s81.10x
▲ VercelNext.js (Turbopack)3.311s (-15.1% 🟢)4.115s (-10.5% 🟢)0.805s81.10x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.325s (-3.9%)3.292s (+5.0% 🔺)0.967s101.00x
💻 LocalNitro2.452s (~)3.052s (~)0.600s101.05x
💻 LocalExpress2.481s (+0.8%)3.032s (-3.5%)0.550s101.07x
🐘 PostgresExpress8.264s (-9.5% 🟢)9.049s (-5.3% 🟢)0.786s43.55x
🐘 PostgresNext.js (Turbopack)12.019s (-9.1% 🟢)12.360s (-7.7% 🟢)0.341s35.17x
🐘 PostgresNitro12.942s (+29.4% 🔺)13.027s (+25.4% 🔺)0.085s35.57x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.149s (-3.6%)3.812s (-2.1%)0.663s81.00x
▲ VercelNitro3.230s (-22.7% 🟢)4.027s (-17.1% 🟢)0.797s81.03x
▲ VercelNext.js (Turbopack)3.746s (-2.9%)4.472s (-4.2%)0.726s71.19x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.383s (~)2.011s (~)0.627s151.00x
💻 LocalNitro1.419s (~)2.007s (~)0.588s151.03x
💻 LocalExpress1.422s (+0.7%)2.006s (~)0.584s151.03x
🐘 PostgresNitro2.096s (-6.9% 🟢)2.598s (-5.5% 🟢)0.501s121.52x
🐘 PostgresNext.js (Turbopack)2.108s (-11.4% 🟢)2.694s (~)0.587s121.52x
🐘 PostgresExpress2.265s (+4.6%)2.678s (+3.2%)0.414s121.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.949s (-1.3%)3.833s (+2.6%)0.884s81.00x
▲ VercelNitro3.059s (+5.2% 🔺)3.874s (+1.9%)0.815s81.04x
▲ VercelNext.js (Turbopack)3.243s (+10.6% 🔺)3.950s (+6.4% 🔺)0.708s81.10x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.467s (-1.7%)3.014s (~)0.547s101.00x
💻 LocalNext.js (Turbopack)2.478s (+0.8%)3.128s (+3.0%)0.649s101.00x
💻 LocalExpress2.549s (-4.2%)3.021s (-3.6%)0.472s101.03x
🐘 PostgresExpress11.525s (-3.5%)12.025s (-5.2% 🟢)0.500s34.67x
🐘 PostgresNitro12.801s (~)13.382s (~)0.581s35.19x
🐘 PostgresNext.js (Turbopack)12.965s (-6.4% 🟢)13.391s (-4.7%)0.425s35.26x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.993s (-21.2% 🟢)3.778s (-16.8% 🟢)0.785s81.00x
▲ VercelExpress3.409s (+9.3% 🔺)4.130s (+9.6% 🔺)0.721s81.14x
▲ VercelNext.js (Turbopack)3.491s (+5.5% 🔺)4.092s (+7.1% 🔺)0.601s81.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.147s (+2.2%)1.003s (~)0.015s (-8.5% 🟢)1.026s (~)0.879s101.00x
💻 LocalExpress0.183s (-3.6%)0.992s (~)0.014s (+7.5% 🔺)1.021s (~)0.838s101.25x
💻 LocalNitro0.185s (+3.9%)0.992s (~)0.015s (+5.0%)1.021s (~)0.836s101.26x
🐘 PostgresNitro0.919s (-28.0% 🟢)1.393s (-21.0% 🟢)0.000s (NaN%)1.513s (-24.8% 🟢)0.594s106.26x
🐘 PostgresNext.js (Turbopack)1.307s (+94.9% 🔺)1.740s (+84.5% 🔺)0.000s (-100.0% 🟢)2.019s (+98.6% 🔺)0.712s108.90x
🐘 PostgresExpress2.261s (+16.0% 🔺)2.781s (+17.6% 🔺)0.000s (+Infinity% 🔺)3.015s (+15.4% 🔺)0.755s1015.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.062s (-1.5%)3.299s (~)0.543s (-58.0% 🟢)4.377s (-14.9% 🟢)1.315s101.00x
▲ VercelNext.js (Turbopack)3.096s (-2.7%)3.196s (-1.2%)0.723s (-43.5% 🟢)4.447s (-11.4% 🟢)1.351s101.01x
▲ VercelNitro3.158s (-1.3%)3.408s (+1.8%)0.452s (-52.8% 🟢)4.467s (-8.7% 🟢)1.309s101.03x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/8
🐘 PostgresNitro4/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)💻 Local8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as ready for review January 27, 2026 21:15
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate
TooTallNate merged commit da8df6b into mainJan 27, 2026
100 checks passed
@TooTallNate
TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands
* origin/main:
fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
Publish "workflow" and "@workflow/core" package versions in sync (#870)
Add SDK version to workflow run executionContext for observability (#868)
Allow recreateRun to accept an optional deploymentId parameter (#869)
Add support for top-level `using` declarations inside of step / workflow functions (#866)
docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
Add "classes" object to `manifest.json` file (#864)
Fix Nest workbench app build (#865)
Ignore Astro on local dev tests for source map e2e tests (#863)
Enable custom class serialization transformations for "client" mode (#860)
Submit request bodies with CBOR encoding (#844)
[world-vercel] Update queue to use VQS v3 API (#799)
NestJS framework support (#840)
Fix resolve hook theming and token fetching. (#856)
docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
docs: revamp World documentation pages (#763)
Remove unused `getWritable` stub function (#855)
# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
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.

3 participants

@TooTallNate@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Publish "workflow" and "@workflow/core" package versions in sync - #870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Jan 27, 2026

Copy link
Copy Markdown
Member

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercelBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-astro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-express-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-fastify-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-hono-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nitro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nuxt-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-vite-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-docsReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-nestReadyReadyPreview, CommentJan 27, 2026 9:17pm

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.041s (-2.8%)1.019s (~)0.978s101.00x
💻 LocalNitro0.043s (-8.1% 🟢)1.007s (~)0.964s101.05x
💻 LocalExpress0.043s (-4.0%)1.007s (~)0.964s101.05x
🐘 PostgresNext.js (Turbopack)0.128s (-28.3% 🟢)1.022s (~)0.893s103.13x
🐘 PostgresNitro0.218s (-20.9% 🟢)1.013s (~)0.795s105.31x
🐘 PostgresExpress0.243s (-21.5% 🟢)1.015s (~)0.772s105.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (+2.4%)1.632s (-5.8% 🟢)0.990s101.00x
▲ VercelNext.js (Turbopack)0.648s (-19.7% 🟢)1.595s (-24.7% 🟢)0.947s101.01x
▲ VercelExpress0.660s (-3.9%)1.568s (+5.3% 🔺)0.909s101.03x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.091s (~)2.013s (~)0.922s101.00x
💻 LocalNitro1.113s (~)2.007s (~)0.894s101.02x
💻 LocalExpress1.117s (~)2.007s (~)0.890s101.02x
🐘 PostgresExpress2.222s (+4.5%)3.017s (~)0.795s102.04x
🐘 PostgresNitro2.304s (+8.5% 🔺)3.017s (~)0.714s102.11x
🐘 PostgresNext.js (Turbopack)2.436s (+19.4% 🔺)3.017s (+15.2% 🔺)0.582s102.23x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.901s (-6.7% 🟢)3.754s (-1.3%)0.853s101.00x
▲ VercelNext.js (Turbopack)3.317s (+12.3% 🔺)4.146s (+6.5% 🔺)0.828s101.14x
▲ VercelNitro3.423s (+9.0% 🔺)4.343s (+6.9% 🔺)0.920s101.18x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.714s (~)11.022s (~)0.307s51.00x
💻 LocalNitro10.834s (~)11.017s (~)0.183s51.01x
💻 LocalExpress10.847s (~)11.020s (~)0.173s51.01x
🐘 PostgresNitro19.367s (+16.2% 🔺)20.036s (+16.3% 🔺)0.669s51.81x
🐘 PostgresNext.js (Turbopack)19.655s (+37.4% 🔺)20.245s (+38.3% 🔺)0.590s51.83x
🐘 PostgresExpress20.433s (~)21.027s (~)0.594s51.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.200s (-1.7%)24.004s (-3.1%)0.804s51.00x
▲ VercelNext.js (Turbopack)23.306s (-0.5%)24.135s (~)0.829s51.00x
▲ VercelExpress23.439s (+0.5%)24.386s (~)0.947s51.01x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.371s (-1.3%)2.012s (~)0.641s151.00x
💻 LocalExpress1.399s (~)2.007s (~)0.608s151.02x
💻 LocalNitro1.406s (+0.7%)2.006s (~)0.600s151.03x
🐘 PostgresNitro2.141s (-3.2%)2.759s (+6.3% 🔺)0.618s111.56x
🐘 PostgresExpress2.194s (+16.3% 🔺)3.013s (+25.7% 🔺)0.819s101.60x
🐘 PostgresNext.js (Turbopack)2.326s (+8.7% 🔺)2.833s (+4.7%)0.507s111.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.019s (+0.5%)3.908s (-2.4%)0.889s81.00x
▲ VercelExpress3.308s (+10.0% 🔺)4.123s (+9.2% 🔺)0.816s81.10x
▲ VercelNext.js (Turbopack)3.311s (-15.1% 🟢)4.115s (-10.5% 🟢)0.805s81.10x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.325s (-3.9%)3.292s (+5.0% 🔺)0.967s101.00x
💻 LocalNitro2.452s (~)3.052s (~)0.600s101.05x
💻 LocalExpress2.481s (+0.8%)3.032s (-3.5%)0.550s101.07x
🐘 PostgresExpress8.264s (-9.5% 🟢)9.049s (-5.3% 🟢)0.786s43.55x
🐘 PostgresNext.js (Turbopack)12.019s (-9.1% 🟢)12.360s (-7.7% 🟢)0.341s35.17x
🐘 PostgresNitro12.942s (+29.4% 🔺)13.027s (+25.4% 🔺)0.085s35.57x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.149s (-3.6%)3.812s (-2.1%)0.663s81.00x
▲ VercelNitro3.230s (-22.7% 🟢)4.027s (-17.1% 🟢)0.797s81.03x
▲ VercelNext.js (Turbopack)3.746s (-2.9%)4.472s (-4.2%)0.726s71.19x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.383s (~)2.011s (~)0.627s151.00x
💻 LocalNitro1.419s (~)2.007s (~)0.588s151.03x
💻 LocalExpress1.422s (+0.7%)2.006s (~)0.584s151.03x
🐘 PostgresNitro2.096s (-6.9% 🟢)2.598s (-5.5% 🟢)0.501s121.52x
🐘 PostgresNext.js (Turbopack)2.108s (-11.4% 🟢)2.694s (~)0.587s121.52x
🐘 PostgresExpress2.265s (+4.6%)2.678s (+3.2%)0.414s121.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.949s (-1.3%)3.833s (+2.6%)0.884s81.00x
▲ VercelNitro3.059s (+5.2% 🔺)3.874s (+1.9%)0.815s81.04x
▲ VercelNext.js (Turbopack)3.243s (+10.6% 🔺)3.950s (+6.4% 🔺)0.708s81.10x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.467s (-1.7%)3.014s (~)0.547s101.00x
💻 LocalNext.js (Turbopack)2.478s (+0.8%)3.128s (+3.0%)0.649s101.00x
💻 LocalExpress2.549s (-4.2%)3.021s (-3.6%)0.472s101.03x
🐘 PostgresExpress11.525s (-3.5%)12.025s (-5.2% 🟢)0.500s34.67x
🐘 PostgresNitro12.801s (~)13.382s (~)0.581s35.19x
🐘 PostgresNext.js (Turbopack)12.965s (-6.4% 🟢)13.391s (-4.7%)0.425s35.26x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.993s (-21.2% 🟢)3.778s (-16.8% 🟢)0.785s81.00x
▲ VercelExpress3.409s (+9.3% 🔺)4.130s (+9.6% 🔺)0.721s81.14x
▲ VercelNext.js (Turbopack)3.491s (+5.5% 🔺)4.092s (+7.1% 🔺)0.601s81.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.147s (+2.2%)1.003s (~)0.015s (-8.5% 🟢)1.026s (~)0.879s101.00x
💻 LocalExpress0.183s (-3.6%)0.992s (~)0.014s (+7.5% 🔺)1.021s (~)0.838s101.25x
💻 LocalNitro0.185s (+3.9%)0.992s (~)0.015s (+5.0%)1.021s (~)0.836s101.26x
🐘 PostgresNitro0.919s (-28.0% 🟢)1.393s (-21.0% 🟢)0.000s (NaN%)1.513s (-24.8% 🟢)0.594s106.26x
🐘 PostgresNext.js (Turbopack)1.307s (+94.9% 🔺)1.740s (+84.5% 🔺)0.000s (-100.0% 🟢)2.019s (+98.6% 🔺)0.712s108.90x
🐘 PostgresExpress2.261s (+16.0% 🔺)2.781s (+17.6% 🔺)0.000s (+Infinity% 🔺)3.015s (+15.4% 🔺)0.755s1015.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.062s (-1.5%)3.299s (~)0.543s (-58.0% 🟢)4.377s (-14.9% 🟢)1.315s101.00x
▲ VercelNext.js (Turbopack)3.096s (-2.7%)3.196s (-1.2%)0.723s (-43.5% 🟢)4.447s (-11.4% 🟢)1.351s101.01x
▲ VercelNitro3.158s (-1.3%)3.408s (+1.8%)0.452s (-52.8% 🟢)4.467s (-8.7% 🟢)1.309s101.03x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/8
🐘 PostgresNitro4/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)💻 Local8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as ready for review January 27, 2026 21:15
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate
TooTallNate merged commit da8df6b into mainJan 27, 2026
100 checks passed
@TooTallNate
TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands
* origin/main:
fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
Publish "workflow" and "@workflow/core" package versions in sync (#870)
Add SDK version to workflow run executionContext for observability (#868)
Allow recreateRun to accept an optional deploymentId parameter (#869)
Add support for top-level `using` declarations inside of step / workflow functions (#866)
docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
Add "classes" object to `manifest.json` file (#864)
Fix Nest workbench app build (#865)
Ignore Astro on local dev tests for source map e2e tests (#863)
Enable custom class serialization transformations for "client" mode (#860)
Submit request bodies with CBOR encoding (#844)
[world-vercel] Update queue to use VQS v3 API (#799)
NestJS framework support (#840)
Fix resolve hook theming and token fetching. (#856)
docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
docs: revamp World documentation pages (#763)
Remove unused `getWritable` stub function (#855)
# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
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.

3 participants

@TooTallNate@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Publish "workflow" and "@workflow/core" package versions in sync - #870

Merged
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync
Jan 27, 2026
Merged

Publish "workflow" and "@workflow/core" package versions in sync#870
TooTallNate merged 1 commit into
mainfrom
01-27-publish_workflow_and_workflow_core_package_versions_in_sync

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Jan 27, 2026

Copy link
Copy Markdown
Member

Configure workflow and @workflow/core packages to be versioned together.

What changed?

Updated the Changesets configuration to ensure that the workflow and @workflow/core packages are always versioned together. This means when one package gets a version bump, the other will receive the same version bump, keeping them in sync.

How to test?

  1. Create a new changeset that affects either workflow or @workflow/core
  2. Run pnpm changeset version
  3. Verify that both packages receive the same version bump

Why make this change?

These packages are tightly coupled and should maintain version parity to avoid confusion and potential compatibility issues. This change ensures they will always be released with matching version numbers.

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 921a6fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercelBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 27, 2026 9:17pm
example-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-astro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-express-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-fastify-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-hono-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nitro-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-nuxt-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workbench-vite-workflowReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-docsReadyReadyPreview, CommentJan 27, 2026 9:17pm
workflow-nestReadyReadyPreview, CommentJan 27, 2026 9:17pm

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.041s (-2.8%)1.019s (~)0.978s101.00x
💻 LocalNitro0.043s (-8.1% 🟢)1.007s (~)0.964s101.05x
💻 LocalExpress0.043s (-4.0%)1.007s (~)0.964s101.05x
🐘 PostgresNext.js (Turbopack)0.128s (-28.3% 🟢)1.022s (~)0.893s103.13x
🐘 PostgresNitro0.218s (-20.9% 🟢)1.013s (~)0.795s105.31x
🐘 PostgresExpress0.243s (-21.5% 🟢)1.015s (~)0.772s105.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (+2.4%)1.632s (-5.8% 🟢)0.990s101.00x
▲ VercelNext.js (Turbopack)0.648s (-19.7% 🟢)1.595s (-24.7% 🟢)0.947s101.01x
▲ VercelExpress0.660s (-3.9%)1.568s (+5.3% 🔺)0.909s101.03x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.091s (~)2.013s (~)0.922s101.00x
💻 LocalNitro1.113s (~)2.007s (~)0.894s101.02x
💻 LocalExpress1.117s (~)2.007s (~)0.890s101.02x
🐘 PostgresExpress2.222s (+4.5%)3.017s (~)0.795s102.04x
🐘 PostgresNitro2.304s (+8.5% 🔺)3.017s (~)0.714s102.11x
🐘 PostgresNext.js (Turbopack)2.436s (+19.4% 🔺)3.017s (+15.2% 🔺)0.582s102.23x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.901s (-6.7% 🟢)3.754s (-1.3%)0.853s101.00x
▲ VercelNext.js (Turbopack)3.317s (+12.3% 🔺)4.146s (+6.5% 🔺)0.828s101.14x
▲ VercelNitro3.423s (+9.0% 🔺)4.343s (+6.9% 🔺)0.920s101.18x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.714s (~)11.022s (~)0.307s51.00x
💻 LocalNitro10.834s (~)11.017s (~)0.183s51.01x
💻 LocalExpress10.847s (~)11.020s (~)0.173s51.01x
🐘 PostgresNitro19.367s (+16.2% 🔺)20.036s (+16.3% 🔺)0.669s51.81x
🐘 PostgresNext.js (Turbopack)19.655s (+37.4% 🔺)20.245s (+38.3% 🔺)0.590s51.83x
🐘 PostgresExpress20.433s (~)21.027s (~)0.594s51.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.200s (-1.7%)24.004s (-3.1%)0.804s51.00x
▲ VercelNext.js (Turbopack)23.306s (-0.5%)24.135s (~)0.829s51.00x
▲ VercelExpress23.439s (+0.5%)24.386s (~)0.947s51.01x

🔍 Observability: Nitro | Next.js (Turbopack) | Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.371s (-1.3%)2.012s (~)0.641s151.00x
💻 LocalExpress1.399s (~)2.007s (~)0.608s151.02x
💻 LocalNitro1.406s (+0.7%)2.006s (~)0.600s151.03x
🐘 PostgresNitro2.141s (-3.2%)2.759s (+6.3% 🔺)0.618s111.56x
🐘 PostgresExpress2.194s (+16.3% 🔺)3.013s (+25.7% 🔺)0.819s101.60x
🐘 PostgresNext.js (Turbopack)2.326s (+8.7% 🔺)2.833s (+4.7%)0.507s111.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.019s (+0.5%)3.908s (-2.4%)0.889s81.00x
▲ VercelExpress3.308s (+10.0% 🔺)4.123s (+9.2% 🔺)0.816s81.10x
▲ VercelNext.js (Turbopack)3.311s (-15.1% 🟢)4.115s (-10.5% 🟢)0.805s81.10x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.325s (-3.9%)3.292s (+5.0% 🔺)0.967s101.00x
💻 LocalNitro2.452s (~)3.052s (~)0.600s101.05x
💻 LocalExpress2.481s (+0.8%)3.032s (-3.5%)0.550s101.07x
🐘 PostgresExpress8.264s (-9.5% 🟢)9.049s (-5.3% 🟢)0.786s43.55x
🐘 PostgresNext.js (Turbopack)12.019s (-9.1% 🟢)12.360s (-7.7% 🟢)0.341s35.17x
🐘 PostgresNitro12.942s (+29.4% 🔺)13.027s (+25.4% 🔺)0.085s35.57x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.149s (-3.6%)3.812s (-2.1%)0.663s81.00x
▲ VercelNitro3.230s (-22.7% 🟢)4.027s (-17.1% 🟢)0.797s81.03x
▲ VercelNext.js (Turbopack)3.746s (-2.9%)4.472s (-4.2%)0.726s71.19x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.383s (~)2.011s (~)0.627s151.00x
💻 LocalNitro1.419s (~)2.007s (~)0.588s151.03x
💻 LocalExpress1.422s (+0.7%)2.006s (~)0.584s151.03x
🐘 PostgresNitro2.096s (-6.9% 🟢)2.598s (-5.5% 🟢)0.501s121.52x
🐘 PostgresNext.js (Turbopack)2.108s (-11.4% 🟢)2.694s (~)0.587s121.52x
🐘 PostgresExpress2.265s (+4.6%)2.678s (+3.2%)0.414s121.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.949s (-1.3%)3.833s (+2.6%)0.884s81.00x
▲ VercelNitro3.059s (+5.2% 🔺)3.874s (+1.9%)0.815s81.04x
▲ VercelNext.js (Turbopack)3.243s (+10.6% 🔺)3.950s (+6.4% 🔺)0.708s81.10x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.467s (-1.7%)3.014s (~)0.547s101.00x
💻 LocalNext.js (Turbopack)2.478s (+0.8%)3.128s (+3.0%)0.649s101.00x
💻 LocalExpress2.549s (-4.2%)3.021s (-3.6%)0.472s101.03x
🐘 PostgresExpress11.525s (-3.5%)12.025s (-5.2% 🟢)0.500s34.67x
🐘 PostgresNitro12.801s (~)13.382s (~)0.581s35.19x
🐘 PostgresNext.js (Turbopack)12.965s (-6.4% 🟢)13.391s (-4.7%)0.425s35.26x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.993s (-21.2% 🟢)3.778s (-16.8% 🟢)0.785s81.00x
▲ VercelExpress3.409s (+9.3% 🔺)4.130s (+9.6% 🔺)0.721s81.14x
▲ VercelNext.js (Turbopack)3.491s (+5.5% 🔺)4.092s (+7.1% 🔺)0.601s81.17x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.147s (+2.2%)1.003s (~)0.015s (-8.5% 🟢)1.026s (~)0.879s101.00x
💻 LocalExpress0.183s (-3.6%)0.992s (~)0.014s (+7.5% 🔺)1.021s (~)0.838s101.25x
💻 LocalNitro0.185s (+3.9%)0.992s (~)0.015s (+5.0%)1.021s (~)0.836s101.26x
🐘 PostgresNitro0.919s (-28.0% 🟢)1.393s (-21.0% 🟢)0.000s (NaN%)1.513s (-24.8% 🟢)0.594s106.26x
🐘 PostgresNext.js (Turbopack)1.307s (+94.9% 🔺)1.740s (+84.5% 🔺)0.000s (-100.0% 🟢)2.019s (+98.6% 🔺)0.712s108.90x
🐘 PostgresExpress2.261s (+16.0% 🔺)2.781s (+17.6% 🔺)0.000s (+Infinity% 🔺)3.015s (+15.4% 🔺)0.755s1015.39x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.062s (-1.5%)3.299s (~)0.543s (-58.0% 🟢)4.377s (-14.9% 🟢)1.315s101.00x
▲ VercelNext.js (Turbopack)3.096s (-2.7%)3.196s (-1.2%)0.723s (-43.5% 🟢)4.447s (-11.4% 🟢)1.351s101.01x
▲ VercelNitro3.158s (-1.3%)3.408s (+1.8%)0.452s (-52.8% 🟢)4.467s (-8.7% 🟢)1.309s101.03x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)7/8
🐘 PostgresNitro4/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)💻 Local8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@TooTallNate
TooTallNate marked this pull request as ready for review January 27, 2026 21:15
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR configures the workflow and @workflow/core packages to be versioned together using Changesets' "fixed" configuration. This ensures both packages receive the same version bump when either one is changed.

Changes:

  • Updated .changeset/config.json to add ["workflow", "@workflow/core"] to the fixed array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TooTallNate
TooTallNate merged commit da8df6b into mainJan 27, 2026
100 checks passed
@TooTallNate
TooTallNate deleted the 01-27-publish_workflow_and_workflow_core_package_versions_in_sync branch January 27, 2026 21:19
pranaygp added a commit that referenced this pull request Jan 28, 2026
…s-and-commands
* origin/main:
fix(@workflow/ai): support provider-executed tools (AI SDK v6) (#734)
Publish "workflow" and "@workflow/core" package versions in sync (#870)
Add SDK version to workflow run executionContext for observability (#868)
Allow recreateRun to accept an optional deploymentId parameter (#869)
Add support for top-level `using` declarations inside of step / workflow functions (#866)
docs: URL in docs was missing the docs/ prefix, 404 errors (#852)
Add "classes" object to `manifest.json` file (#864)
Fix Nest workbench app build (#865)
Ignore Astro on local dev tests for source map e2e tests (#863)
Enable custom class serialization transformations for "client" mode (#860)
Submit request bodies with CBOR encoding (#844)
[world-vercel] Update queue to use VQS v3 API (#799)
NestJS framework support (#840)
Fix resolve hook theming and token fetching. (#856)
docs: rename Control Flow Patterns to Common Patterns and add new content (#846)
docs: revamp World documentation pages (#763)
Remove unused `getWritable` stub function (#855)
# Conflicts:
#	packages/core/package.json
#	pnpm-lock.yaml
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.

3 participants

@TooTallNate@pranaygp