Skip to content

Version Packages (beta)#2815

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Jul 8, 2026
Merged

Version Packages (beta)#2815
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

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

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

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

Minor Changes

  • #2800 caac565 Thanks @mitul-s! - Add a minimap to the new trace viewer: a full-run span density strip with a glass viewport brush supporting pan, edge-resize, click-to-jump, drag-to-select zoom, wheel gestures, and keyboard panning.

Patch Changes

  • #2775 8a76688 Thanks @mitul-s! - Fix duplicate sub-second tick labels on the trace viewer timeline ruler, and trim trailing zeros from precise duration labels ("2.00s" → "2s").

  • Updated dependencies [7637196, 239031a, e7e5a0e, 0f557d5, fe327e6, 49a50e8]:

    • @workflow/core@5.0.0-beta.28
    • @workflow/utils@5.0.0-beta.6
    • @workflow/world@5.0.0-beta.16

@workflow/astro@5.0.0-beta.28

Patch Changes

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • Updated dependencies [2ca34ac, 239031a, 0f557d5, 49a50e8]:

    • @workflow/builders@5.0.0-beta.28
    • @workflow/rollup@5.0.0-beta.28
    • @workflow/vite@5.0.0-beta.28

@workflow/builders@5.0.0-beta.28

Patch Changes

  • #2799 2ca34ac Thanks @NathanColosimo! - Fix SvelteKit production server crash at boot if a world package pulls cosmiconfig into the server bundle.

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

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • #2468 49a50e8 Thanks @NathanColosimo! - Standardize first-party World packages on createWorld(), support relative target World modules consistently, and align the Postgres World DATABASE_URL fallback with bootstrap.

  • Updated dependencies [c1d29f1, c1d29f1, 7637196, 7637196, e7e5a0e, 239031a, e7e5a0e, 0f557d5, fe327e6, 49a50e8, 03862ed]:

    • @workflow/world-local@5.0.0-beta.24
    • @workflow/core@5.0.0-beta.28
    • @workflow/utils@5.0.0-beta.6
    • @workflow/world-vercel@5.0.0-beta.24
    • @workflow/errors@5.0.0-beta.10

@workflow/cli@5.0.0-beta.28

Patch Changes

  • #2648 17d4ce2 Thanks @karthikscale3! - inspect list views (runs, steps, events, sleeps) now read from the optional world.analytics namespace when the backend provides one, falling back to the runtime storage APIs otherwise. Hook listing stays on the runtime storage APIs (the analytics rows omit ownerId and the hook token). Payload/detail views are unchanged. The --withData flag is deprecated for list views; use workflow inspect <resource> <id> to view payloads for a single resource.

  • #2806 54f46f9 Thanks @karthikscale3! - Ensure the CLI can resolve community world packages if not statically injected. Fixes "Unsupported workflow backend" error.

  • #2812 fe327e6 Thanks @karthikscale3! - Add --since/--until to workflow inspect runs; workflow start and bulk workflow cancel name lookups now search past the backend's default 24h window.

  • Updated dependencies [2ca34ac, c1d29f1, c1d29f1, 7637196, 7637196, e7e5a0e, 239031a, e7e5a0e, 0f557d5, 1518c48, ae51f45, cdfac39, fe327e6, fe327e6, 49a50e8, 03862ed]:

    • @workflow/builders@5.0.0-beta.28
    • @workflow/world-local@5.0.0-beta.24
    • @workflow/core@5.0.0-beta.28
    • @workflow/utils@5.0.0-beta.6
    • @workflow/world-vercel@5.0.0-beta.24
    • @workflow/web@5.0.0-beta.28
    • @workflow/world@5.0.0-beta.16
    • @workflow/errors@5.0.0-beta.10

@workflow/core@5.0.0-beta.28

Patch Changes

  • #2779 7637196 Thanks @VaguelySerious! - Fix createHook() conflicting with the run's own disposed hook when a token is reused after dispose() within the same run

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

  • #2807 e7e5a0e Thanks @VaguelySerious! - Steps that receive an AbortSignal argument no longer pay a per-step queue round-trip: the real-time abort-stream reader opened for such a step is now released when the step finishes, so the step can complete inline instead of reporting pending work on every invocation.

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • #2468 49a50e8 Thanks @NathanColosimo! - Standardize first-party World packages on createWorld(), support relative target World modules consistently, and align the Postgres World DATABASE_URL fallback with bootstrap.

  • Updated dependencies [c1d29f1, c1d29f1, 7637196, e7e5a0e, 239031a, 0f557d5, fe327e6, 49a50e8, 03862ed]:

    • @workflow/world-local@5.0.0-beta.24
    • @workflow/utils@5.0.0-beta.6
    • @workflow/world-vercel@5.0.0-beta.24
    • @workflow/world@5.0.0-beta.16
    • @workflow/errors@5.0.0-beta.10

@workflow/errors@5.0.0-beta.10

Patch Changes

  • Updated dependencies [239031a, 0f557d5]:
    • @workflow/utils@5.0.0-beta.6

@workflow/nest@5.0.0-beta.28

Patch Changes

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • #2468 49a50e8 Thanks @NathanColosimo! - Standardize first-party World packages on createWorld(), support relative target World modules consistently, and align the Postgres World DATABASE_URL fallback with bootstrap.

  • Updated dependencies [2ca34ac, 239031a, 0f557d5, 49a50e8]:

    • @workflow/builders@5.0.0-beta.28

@workflow/next@5.0.0-beta.28

Patch Changes

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

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

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • #2468 49a50e8 Thanks @NathanColosimo! - Standardize first-party World packages on createWorld(), support relative target World modules consistently, and align the Postgres World DATABASE_URL fallback with bootstrap.

  • Updated dependencies [2ca34ac, 7637196, 239031a, e7e5a0e, 0f557d5, 49a50e8]:

    • @workflow/builders@5.0.0-beta.28
    • @workflow/core@5.0.0-beta.28

@workflow/nitro@5.0.0-beta.28

Patch Changes

@workflow/nuxt@5.0.0-beta.28

Patch Changes

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • Updated dependencies [2ca34ac, 239031a, 0f557d5, 49a50e8]:

    • @workflow/builders@5.0.0-beta.28
    • @workflow/nitro@5.0.0-beta.28

@workflow/rollup@5.0.0-beta.28

Patch Changes

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • Updated dependencies [2ca34ac, 239031a, 0f557d5, 49a50e8]:

    • @workflow/builders@5.0.0-beta.28

@workflow/sveltekit@5.0.0-beta.28

Patch Changes

  • #2799 2ca34ac Thanks @NathanColosimo! - Fix SvelteKit production server crash at boot if a world package pulls cosmiconfig into the server bundle.

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

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

  • Updated dependencies [2ca34ac, 239031a, 0f557d5, 49a50e8]:

    • @workflow/builders@5.0.0-beta.28
    • @workflow/rollup@5.0.0-beta.28
    • @workflow/vite@5.0.0-beta.28

@workflow/utils@5.0.0-beta.6

Patch Changes

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

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

@workflow/vite@5.0.0-beta.28

Patch Changes

@workflow/vitest@5.0.0-beta.28

Patch Changes

@workflow/web@5.0.0-beta.28

Patch Changes

  • #2647 1518c48 Thanks @karthikscale3! - The runs, steps, and events observability list views now read from the
    metadata-only world.analytics namespace when the configured backend provides
    one, and fall back to the runtime storage APIs otherwise. Event payloads are
    still loaded lazily per event on the runtime path. Hooks listing, detail views,
    payload resolution, streams, and mutations are unchanged.

  • #2652 ae51f45 Thanks @karthikscale3! - The hooks list now reads from the metadata-only world.analytics namespace when the backend provides one (falling back to the runtime storage APIs otherwise). A hook's secret token is no longer included in list rows — it is fetched one hook at a time via world.hooks.get only when the user copies the token or resumes the hook.

  • #2804 cdfac39 Thanks @karthikscale3! - Fix workflow web for local and postgres backends after static world-target injection. The web server now constructs the local world directly and resolves other world packages from the inspected project, instead of calling the createWorld() static-injection stub (which throws when no build plugin aliased it).

  • #2812 fe327e6 Thanks @karthikscale3! - Runs list: infinite scroll with SWR-cached pages (tab switches no longer refetch), a plan-aware time-window picker (default 24h), and status filtering without requiring a workflow filter.

  • Updated dependencies [c1d29f1, c1d29f1, 7637196, e7e5a0e, 239031a, 0f557d5, 49a50e8]:

    • @workflow/world-local@5.0.0-beta.24

workflow@5.0.0-beta.28

Patch Changes

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • #2468 49a50e8 Thanks @NathanColosimo! - Standardize first-party World packages on createWorld(), support relative target World modules consistently, and align the Postgres World DATABASE_URL fallback with bootstrap.

  • Updated dependencies [17d4ce2, 54f46f9, fe327e6, 2552d8b, 2ca34ac, 7637196, 239031a, e7e5a0e, 0f557d5, aae47b9, 49a50e8]:

    • @workflow/cli@5.0.0-beta.28
    • @workflow/next@5.0.0-beta.28
    • @workflow/sveltekit@5.0.0-beta.28
    • @workflow/core@5.0.0-beta.28
    • @workflow/utils@5.0.0-beta.6
    • @workflow/astro@5.0.0-beta.28
    • @workflow/nest@5.0.0-beta.28
    • @workflow/nitro@5.0.0-beta.28
    • @workflow/nuxt@5.0.0-beta.28
    • @workflow/rollup@5.0.0-beta.28
    • @workflow/typescript-plugin@5.0.0-beta.5
    • @workflow/errors@5.0.0-beta.10

@workflow/world@5.0.0-beta.16

Patch Changes

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

Patch Changes

  • #2808 c1d29f1 Thanks @VaguelySerious! - Fix a stalled hook token claim release deleting the next claimant's live claim

  • #2808 c1d29f1 Thanks @VaguelySerious! - Fix a resumeHook racing hook.dispose() being recorded after the disposal, which corrupted the receiving run's replay

  • #2779 7637196 Thanks @VaguelySerious! - Fix hook token claims of disposed hooks and finished runs not being released to the next claimant

  • #2807 e7e5a0e Thanks @VaguelySerious! - Shard stream chunks into a directory per stream so a tail reader's poll no longer lists every chunk in the world on each tick, and reliably release its emitter listeners and poll timer when the reader is cancelled. Note: stream chunks are now stored at streams/chunks/<streamName>/; chunk files written to the old flat layout by an earlier version are not read back (an acceptable tradeoff for local dev data, and stale flat files are left in place rather than cleaned up).

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

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • #2468 49a50e8 Thanks @NathanColosimo! - Standardize first-party World packages on createWorld(), support relative target World modules consistently, and align the Postgres World DATABASE_URL fallback with bootstrap.

  • Updated dependencies [239031a, 0f557d5, fe327e6]:

    • @workflow/utils@5.0.0-beta.6
    • @workflow/world@5.0.0-beta.16
    • @workflow/errors@5.0.0-beta.10

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

Patch Changes

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

  • #2468 49a50e8 Thanks @NathanColosimo! - Standardize first-party World packages on createWorld(), support relative target World modules consistently, and align the Postgres World DATABASE_URL fallback with bootstrap.

  • Updated dependencies [c1d29f1, c1d29f1, 7637196, e7e5a0e, 239031a, 0f557d5, fe327e6, 49a50e8]:

    • @workflow/world-local@5.0.0-beta.24
    • @workflow/utils@5.0.0-beta.6
    • @workflow/world@5.0.0-beta.16
    • @workflow/errors@5.0.0-beta.10

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

Patch Changes

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

Patch Changes

  • #2752 0f557d5 Thanks @ijjk! - Statically inject the configured world package into host bundles instead of selecting worlds dynamically at runtime.

  • #2812 fe327e6 Thanks @karthikscale3! - Support startTime/endTime on world.analytics.runs.list to bound the listing window.

  • #2468 49a50e8 Thanks @NathanColosimo! - Standardize first-party World packages on createWorld(), support relative target World modules consistently, and align the Postgres World DATABASE_URL fallback with bootstrap.

  • #2789 03862ed Thanks @TooTallNate! - Send the x-vercel-queue-region header on proxy-mode queue sends so they route to the region's VQS dataplane host like direct in-function sends do.

  • Updated dependencies [fe327e6]:

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

@github-actions github-actions Bot requested review from a team and ijjk as code owners July 8, 2026 01:05
@vercel

vercel Bot commented Jul 8, 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, Comment Jul 8, 2026 4:36pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment Jul 8, 2026 4:36pm
example-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-astro-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-express-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-fastify-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-hono-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-nitro-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-nuxt-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-sveltekit-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-tanstack-start-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workbench-vite-workflow Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workflow-docs Ready Ready Preview, Comment, Open in v0 Jul 8, 2026 4:36pm
workflow-swc-playground Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workflow-tarballs Ready Ready Preview, Comment Jul 8, 2026 4:36pm
workflow-web Ready Ready Preview, Comment Jul 8, 2026 4:36pm

@github-actions github-actions Bot closed this Jul 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 68ace98 to fe327e6 Compare July 8, 2026 01:13
@github-actions github-actions Bot reopened this Jul 8, 2026
@github-actions github-actions Bot closed this Jul 8, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8915460 to caac565 Compare July 8, 2026 14:46
@github-actions github-actions Bot reopened this Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

No benchmark result files found in benchmark-results

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

🧪 E2E Test Results

All tests passed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 1453 0 230 1683
✅ 💻 Local Development 1617 0 219 1836
✅ 📦 Local Production 1617 0 219 1836
✅ 🐘 Local Postgres 1617 0 219 1836
✅ 🪟 Windows 153 0 0 153
✅ 📋 Other 894 0 177 1071
Total 7351 0 1064 8415

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 126 0 27
✅ example 126 0 27
✅ express 126 0 27
✅ fastify 126 0 27
✅ hono 126 0 27
✅ nextjs-turbopack 150 0 3
✅ nextjs-webpack 150 0 3
✅ nitro 126 0 27
✅ nuxt 126 0 27
✅ sveltekit 145 0 8
✅ vite 126 0 27
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 128 0 25
✅ express-stable 128 0 25
✅ fastify-stable 128 0 25
✅ hono-stable 128 0 25
✅ nextjs-turbopack-canary 134 0 19
✅ nextjs-turbopack-stable 153 0 0
✅ nextjs-webpack-canary 134 0 19
✅ nextjs-webpack-stable 153 0 0
✅ nitro-stable 128 0 25
✅ nuxt-stable 128 0 25
✅ sveltekit-stable 147 0 6
✅ vite-stable 128 0 25
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 128 0 25
✅ express-stable 128 0 25
✅ fastify-stable 128 0 25
✅ hono-stable 128 0 25
✅ nextjs-turbopack-canary 134 0 19
✅ nextjs-turbopack-stable 153 0 0
✅ nextjs-webpack-canary 134 0 19
✅ nextjs-webpack-stable 153 0 0
✅ nitro-stable 128 0 25
✅ nuxt-stable 128 0 25
✅ sveltekit-stable 147 0 6
✅ vite-stable 128 0 25
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 128 0 25
✅ express-stable 128 0 25
✅ fastify-stable 128 0 25
✅ hono-stable 128 0 25
✅ nextjs-turbopack-canary 134 0 19
✅ nextjs-turbopack-stable 153 0 0
✅ nextjs-webpack-canary 134 0 19
✅ nextjs-webpack-stable 153 0 0
✅ nitro-stable 128 0 25
✅ nuxt-stable 128 0 25
✅ sveltekit-stable 147 0 6
✅ vite-stable 128 0 25
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 153 0 0
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 128 0 25
✅ e2e-local-dev-tanstack-start- 128 0 25
✅ e2e-local-postgres-nest-stable 128 0 25
✅ e2e-local-postgres-tanstack-start- 128 0 25
✅ e2e-local-prod-nest-stable 128 0 25
✅ e2e-local-prod-tanstack-start- 128 0 25
✅ e2e-vercel-prod-tanstack-start 126 0 27

📋 View full workflow run

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

No backport to stable for ab56979 (AI decision).

This is a changesets "Version Packages (beta)" release plumbing commit that only bumps package versions, regenerates CHANGELOG.md files, and updates .changeset/pre.json for the beta pre-release channel. Such release-automation commits are explicitly excluded from backporting, and the beta versioning is specific to main's pre-release mode.

To override, re-run the Backport to stable workflow manually via workflow_dispatch and paste this commit SHA into the ref input:

ab56979d0eff260ba5495cb32b002ea1e87e53ee

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