Skip to content

Version Packages - #3223

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to stable, this PR will be updated.

Releases

@workflow/core@4.8.0

Minor Changes

Patch Changes

@workflow/astro@4.0.15

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@4.1.5
    • @workflow/rollup@4.0.15
    • @workflow/vite@4.0.15

@workflow/builders@4.1.5

Patch Changes

  • Updated dependencies [72ea6c8]:
    • @workflow/errors@4.2.1
    • @workflow/core@4.8.0

@workflow/cli@4.3.4

Patch Changes

@workflow/errors@4.2.1

Patch Changes

@workflow/nest@4.0.16

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@4.1.5

@workflow/next@4.1.4

Patch Changes

  • Updated dependencies [72ea6c8]:
    • @workflow/core@4.8.0
    • @workflow/builders@4.1.5

@workflow/nitro@4.1.6

Patch Changes

  • #3233 7fd2e4a Thanks @VaguelySerious! - Fix HTTP/2 requests failing in production builds (Vite/Nitro, TanStack Start) where undici's bundled node:http2 could not load and fell back to a stub.

  • Updated dependencies [72ea6c8, 7fd2e4a]:

    • @workflow/core@4.8.0
    • @workflow/web@4.1.16
    • @workflow/builders@4.1.5
    • @workflow/rollup@4.0.15
    • @workflow/vite@4.0.15

@workflow/nuxt@4.0.16

Patch Changes

  • Updated dependencies [7fd2e4a]:
    • @workflow/nitro@4.1.6

@workflow/rollup@4.0.15

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@4.1.5

@workflow/sveltekit@4.0.15

Patch Changes

  • #3233 7fd2e4a Thanks @VaguelySerious! - Fix HTTP/2 requests failing in SvelteKit production builds (undici's bundled node:http2 could not load, falling back to a stub).

  • Updated dependencies []:

    • @workflow/builders@4.1.5
    • @workflow/rollup@4.0.15
    • @workflow/vite@4.0.15

@workflow/vite@4.0.15

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@4.1.5

@workflow/vitest@4.0.16

Patch Changes

  • Updated dependencies [72ea6c8, 2fe2d88]:
    • @workflow/core@4.8.0
    • @workflow/world@4.3.1
    • @workflow/world-local@4.2.4
    • @workflow/builders@4.1.5
    • @workflow/rollup@4.0.15

@workflow/web@4.1.16

Patch Changes

  • #3233 7fd2e4a Thanks @VaguelySerious! - Fix run and event observability pages hanging (~16s) and showing no data in the bundled server build, caused by HTTP/2 requests failing to reach node:http2.

@workflow/web-shared@4.1.16

Patch Changes

  • Updated dependencies [72ea6c8]:
    • @workflow/core@4.8.0
    • @workflow/world@4.3.1

workflow@4.8.0

Patch Changes

  • Updated dependencies [72ea6c8, 7fd2e4a, 7fd2e4a]:
    • @workflow/errors@4.2.1
    • @workflow/core@4.8.0
    • @workflow/nitro@4.1.6
    • @workflow/sveltekit@4.0.15
    • @workflow/cli@4.3.4
    • @workflow/next@4.1.4
    • @workflow/typescript-plugin@4.0.3
    • @workflow/nuxt@4.0.16
    • @workflow/astro@4.0.15
    • @workflow/nest@4.0.16
    • @workflow/rollup@4.0.15

@workflow/world@4.3.1

Patch Changes

@workflow/world-local@4.2.4

Patch Changes

  • #3215 2fe2d88 Thanks @AndrewBarba! - Retry transient EPERM unlink failures on Windows when deleting hook and entity JSON files. A concurrent reader briefly holding a file open made deleteJSON throw a share-violation EPERM, which surfaced as a failed operation — for example a failed run.cancel() while deleteAllHooksForRun raced hook polling.

  • Updated dependencies [72ea6c8]:

    • @workflow/errors@4.2.1
    • @workflow/world@4.3.1

@workflow/world-postgres@4.3.3

Patch Changes

  • Updated dependencies [72ea6c8, 2fe2d88]:
    • @workflow/errors@4.2.1
    • @workflow/world@4.3.1
    • @workflow/world-local@4.2.4

@workflow/world-testing@4.1.15

Patch Changes

  • Updated dependencies [72ea6c8]:
    • @workflow/core@4.8.0
    • @workflow/world@4.3.1
    • @workflow/cli@4.3.4
    • workflow@4.8.0

@workflow/world-vercel@4.6.1

Patch Changes

  • #3233 7fd2e4a Thanks @VaguelySerious! - Cancel the v4 event frame stream when a reader stops early, so the response body's undici connection returns to the pool instead of leaking.

  • #2986 72ea6c8 Thanks @shalabhc! - Enforce a server-supplied per-run event limit (default 25K)

  • #3233 7fd2e4a Thanks @VaguelySerious! - Event-log requests now multiplex over a single HTTP/2 connection instead of opening one connection per in-flight request

  • #3233 7fd2e4a Thanks @VaguelySerious! - Raise HTTP/2 receive windows on the events client, slightly decreasing read latency

  • #3233 7fd2e4a Thanks @VaguelySerious! - Retry stream close on retriable 5xx. Close is idempotent on the server (unlike chunk appends, which keep their no-5xx retry policy), and the server may return retriable 503s expecting the writer to close again.

  • #3233 7fd2e4a Thanks @VaguelySerious! - Enable HTTP/2 for the events API and stream write requests.

  • #3233 7fd2e4a Thanks @VaguelySerious! - Unify HTTP request handling into a shared core, extending OTEL client spans, trace-context propagation, and DEBUG logging to the v4 events, stream, and Vercel API request paths

  • Updated dependencies [72ea6c8]:

    • @workflow/errors@4.2.1
    • @workflow/world@4.3.1

@github-actions
github-actions Bot requested review from a team and ijjk as code owners July 30, 2026 20:00
@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview Jul 31, 2026 3:04am
example-nextjs-workflow-webpack Ready Ready Preview Jul 31, 2026 3:04am
example-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-astro-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-express-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-fastify-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-hono-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-nestjs-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-nitro-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-nuxt-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-sveltekit-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-tanstack-start-workflow Ready Ready Preview Jul 31, 2026 3:04am
workbench-vite-workflow Ready Ready Preview Jul 31, 2026 3:04am
workflow-docs Ready Ready Preview, v0 Jul 31, 2026 3:04am
workflow-swc-playground Ready Ready Preview Jul 31, 2026 3:04am
workflow-tarballs Ready Ready Preview Jul 31, 2026 3:04am
workflow-web Ready Ready Preview Jul 31, 2026 3:04am

@github-actions
github-actions Bot force-pushed the changeset-release/stable branch from 12e0ab8 to 3bb6057 Compare July 30, 2026 21:27
@github-actions
github-actions Bot force-pushed the changeset-release/stable branch from 3bb6057 to 13d97b7 Compare July 31, 2026 03:00
@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 1077 0 78 1155
✅ 💻 Local Development 1174 0 86 1260
✅ 📦 Local Production 1174 0 86 1260
✅ 🐘 Local Postgres 1174 0 86 1260
✅ 🪟 Windows 105 0 0 105
❌ 🌍 Community Worlds 82 102 9 193
✅ 📋 Other 594 0 36 630
Total 5380 102 381 5863

❌ Failed Tests

🌍 Community Worlds (102 failed)

redis (19 failed):

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

turso (83 failed):

  • addTenWorkflow | wrun_01KYWMCNFSBDPJM7455MF60KFK
  • addTenWorkflow | wrun_01KYWMCNFSBDPJM7455MF60KFK
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KYWMCREY9MQZW7BT8PGWHW90
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KYWMCWVTEJBGP0T6969AB7GJ
  • promiseRaceWorkflow | wrun_01KYWMD2C78FANMM0F002RB523
  • promiseAnyWorkflow | wrun_01KYWMD4CTR7Y4P36CX8S9KVQ5
  • importedStepOnlyWorkflow | wrun_01KYWMD4DJWRYKSNY72ZR6AQFJ
  • readableStreamWorkflow | wrun_01KYWMD6FTRRDP47GPDQG7577P
  • hookWorkflow | wrun_01KYWMDK016BZXCGF67JH3W259
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KYWMDT1SZW7031HGF3026NGD
  • webhookWorkflow | wrun_01KYWMDYRAQ1FY4VV94YFVC2AS
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KYWME6E9BW9PPM6AXP6NEX98
  • sleepingWorkflow | wrun_01KYWMFK4NZQ79HY7C9MT51B0A
  • parallelSleepWorkflow | wrun_01KYWMG27NH2J02CZ4GQBBD7WS
  • sleepWinsRaceWorkflow | wrun_01KYWMG6HB9FN7CDB3CCEAA7AK
  • stepWinsRaceWorkflow | wrun_01KYWMG9M9Z3VTBT6X1JW58JNW
  • nullByteWorkflow | wrun_01KYWMGD15FWVV1FJZ5J2XQWWG
  • workflowAndStepMetadataWorkflow | wrun_01KYWMGF0P4TQ61FC572SE8S5P
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KYWMK5H3P5A2J469G0D2DPSM
  • writableForwardedFromWorkflowWorkflow | wrun_01KYWMKKFT5SE9T5BB86GQANGB
  • writableForwardedFromStepWorkflow | wrun_01KYWMKRK8KATNJHPA6PW8KYRD
  • fetchWorkflow | wrun_01KYWMKW91BP0KZ5R3G6VCHSDF
  • promiseRaceStressTestWorkflow | wrun_01KYWMKZM8CYDTWATJW0YDS70V
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KYWMQ9V35C68DN1FVAPMQCDJ
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KYWMQMMB8J3M8GTV7V5D5PQ9
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KYWMQZGZK389X33SRQ52FXHM
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KYWMR1NXZRAPRG9CE6X4YJS0
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KYWMR3WT8BC9Q54RM9G29FES
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KYWMR5YDNRH8WRJ4JEKKXT4W
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KYWMRK7YN7J3EF6W5531GYX9
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KYWMSE0GHTBVNVRPZYXJYMV0
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KYWMSJ6YQ1M060BR5B4GDR94
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KYWMSQPC3BWQ5MHQ1M9ZMJZE
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KYWMSWKYQHHEBJTBH8VBRSER
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KYWMT4MT8ER1232J33T97G9H
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KYWMTBX9NTBAWTC84YJC7C0M
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KYWMTVKYEW6GJ10N5B1N1TMZ
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KYWMV3RJESBWNWCDPFH2A8AY
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KYWMV8ZN5D90BC76TDNXJHWG
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KYWMVAXEDJ3HHNB5X9CNK500
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KYWMVS9YYRDKYA7ZMYH6260G
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KYWMVYDR1FAQJ5S47SGD2XQW
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KYWMW4M0D1WG6AWZBP2D6HFG
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KYWMWASMNPTASA0YX6R27AVT
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KYWMWGWMB7C14TD2JJHBRS3Y
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KYWMWR44D12V70CB97E0VX9E
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KYWMWY752Y9W060ECC97AT25
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KYWMXAZ3697GY44C0DGFCF5B
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KYWMXK7G02VNV2A3DBP4BWNM
  • cancelRun - cancelling a running workflow | wrun_01KYWMXTQAERN561JPP0R3YANM
  • cancelRun via CLI - cancelling a running workflow | wrun_01KYWMXYZJFX33KF6ZJ2J86D0N
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KYWMY5VQKMWBW2DJWESKFNX4
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KYWMYHD8DXT1D60SM15AVJZ9
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KYWMYS80X9MTVDWGB6RAZQZB
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KYWMZ4GPYRXR0XD2R2SNV2NY
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KYWMZCX7Y052QGXXAS2NP5TC
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KYWMZEV1GK93Y6N1MN0SKY34
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KYWMZGWT577W2NW6T9V0VDTD

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 97 0 8
✅ example 97 0 8
✅ express 97 0 8
✅ fastify 97 0 8
✅ hono 97 0 8
✅ nextjs-turbopack 102 0 3
✅ nextjs-webpack 102 0 3
✅ nitro 97 0 8
✅ nuxt 97 0 8
✅ sveltekit 97 0 8
✅ vite 97 0 8
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 99 0 6
✅ express-stable 99 0 6
✅ fastify-stable 99 0 6
✅ hono-stable 99 0 6
✅ nextjs-turbopack-canary 86 0 19
✅ nextjs-turbopack-stable 105 0 0
✅ nextjs-webpack-canary 86 0 19
✅ nextjs-webpack-stable 105 0 0
✅ nitro-stable 99 0 6
✅ nuxt-stable 99 0 6
✅ sveltekit-stable 99 0 6
✅ vite-stable 99 0 6
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 99 0 6
✅ express-stable 99 0 6
✅ fastify-stable 99 0 6
✅ hono-stable 99 0 6
✅ nextjs-turbopack-canary 86 0 19
✅ nextjs-turbopack-stable 105 0 0
✅ nextjs-webpack-canary 86 0 19
✅ nextjs-webpack-stable 105 0 0
✅ nitro-stable 99 0 6
✅ nuxt-stable 99 0 6
✅ sveltekit-stable 99 0 6
✅ vite-stable 99 0 6
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 99 0 6
✅ express-stable 99 0 6
✅ fastify-stable 99 0 6
✅ hono-stable 99 0 6
✅ nextjs-turbopack-canary 86 0 19
✅ nextjs-turbopack-stable 105 0 0
✅ nextjs-webpack-canary 86 0 19
✅ nextjs-webpack-stable 105 0 0
✅ nitro-stable 99 0 6
✅ nuxt-stable 99 0 6
✅ sveltekit-stable 99 0 6
✅ vite-stable 99 0 6
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 105 0 0
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 4 0 3
✅ redis-dev 4 0 3
❌ redis 67 19 0
✅ turso-dev 4 0 3
❌ turso 3 83 0
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 99 0 6
✅ e2e-local-dev-tanstack-start-stable 99 0 6
✅ e2e-local-postgres-nest-stable 99 0 6
✅ e2e-local-postgres-tanstack-start-stable 99 0 6
✅ e2e-local-prod-nest-stable 99 0 6
✅ e2e-local-prod-tanstack-start-stable 99 0 6

📋 View full workflow run

@VaguelySerious
VaguelySerious merged commit 328653a into stable Jul 31, 2026
95 of 98 checks passed
@VaguelySerious
VaguelySerious deleted the changeset-release/stable branch July 31, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant