Skip to content

Version Packages (beta)#3087

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 24, 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/cli@5.0.0-beta.37

Major Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.

Patch Changes

  • Updated dependencies [cfe7570, b406a04, fd05393, 313a074, fc81f45, 62d570e, 62d570e, 62d570e, 62d570e, b610c46]:
    • @workflow/builders@5.0.0-beta.37
    • @workflow/core@5.0.0-beta.37
    • @workflow/world-vercel@5.0.0-beta.33
    • @workflow/world@5.0.0-beta.23
    • @workflow/utils@5.0.0-beta.7
    • @workflow/web@5.0.0-beta.37
    • @workflow/world-local@5.0.0-beta.31
    • @workflow/errors@5.0.0-beta.13

@workflow/core@5.0.0-beta.37

Major Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove the retired step route runtime and make queue health checks target the combined flow handler.

Patch Changes

  • #3069 fd05393 Thanks @TooTallNate! - Fix a false "exceeded max retries" run failure: the retry-ceiling guard counted duplicate step_started events written by invocations racing on the same pending batch as real attempts. The owned-recovery ceiling now counts only the owning message's own starts, and the background-step ceiling counts only bare (queue-delivered) starts.

  • #3088 fc81f45 Thanks @karthikscale3! - Stream writes dispatch the first chunk of an idle stream immediately (flush window default 0 instead of 10ms). Fast producers keep full batching via in-flight accumulation; set streamFlushIntervalMs (World option) or WORKFLOW_STREAM_FLUSH_INTERVAL_MS (env, takes precedence) above 0 to opt into a windowed leading edge.

  • #3078 b610c46 Thanks @karthikscale3! - Stream write batching now lives in the server writable itself (group commit), so raw ReadableStreams piped across workflow/step boundaries batch the same as getWritable() instead of sending one request per chunk.

  • Updated dependencies [313a074, fc81f45, 62d570e, 62d570e, 62d570e]:

    • @workflow/world-vercel@5.0.0-beta.33
    • @workflow/world@5.0.0-beta.23
    • @workflow/utils@5.0.0-beta.7
    • @workflow/world-local@5.0.0-beta.31
    • @workflow/errors@5.0.0-beta.13

@workflow/utils@5.0.0-beta.7

Major Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.

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

Major Changes

Patch Changes

workflow@5.0.0-beta.37

Major Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove the retired step route runtime and make queue health checks target the combined flow handler.

Patch Changes

  • Updated dependencies [f11e9fe, fd05393, fc81f45, 3069b49, 62d570e, 62d570e, b610c46]:
    • @workflow/next@5.0.0-beta.37
    • @workflow/core@5.0.0-beta.37
    • @workflow/cli@5.0.0-beta.37
    • @workflow/nitro@5.0.0-beta.37
    • @workflow/utils@5.0.0-beta.7
    • @workflow/errors@5.0.0-beta.13
    • @workflow/astro@5.0.0-beta.37
    • @workflow/nest@5.0.0-beta.37
    • @workflow/nuxt@5.0.0-beta.37
    • @workflow/rollup@5.0.0-beta.37
    • @workflow/sveltekit@5.0.0-beta.37
    • @workflow/typescript-plugin@5.0.0-beta.5

@workflow/world@5.0.0-beta.23

Major Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler.

Patch Changes

  • #3088 fc81f45 Thanks @karthikscale3! - Stream writes dispatch the first chunk of an idle stream immediately (flush window default 0 instead of 10ms). Fast producers keep full batching via in-flight accumulation; set streamFlushIntervalMs (World option) or WORKFLOW_STREAM_FLUSH_INTERVAL_MS (env, takes precedence) above 0 to opt into a windowed leading edge.

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

Major Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler.

Patch Changes

  • Updated dependencies [fc81f45, 62d570e, 62d570e, 62d570e]:
    • @workflow/world@5.0.0-beta.23
    • @workflow/utils@5.0.0-beta.7
    • @workflow/errors@5.0.0-beta.13

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

Major Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler.

Patch Changes

  • #3064 cdb3db4 Thanks @joeyhotz! - On shutdown, abort stalled workflow and step HTTP deliveries after Graphile Worker's grace period so their Postgres job rows are unlocked through normal failure handling instead of waiting for stale-lock recovery; aborted deliveries still consume an attempt and retry only when budget remains. Add opt-in application-managed shutdown through applicationManagedShutdown or WORKFLOW_POSTGRES_APPLICATION_MANAGED_SHUTDOWN=1 so applications can await world.close() before closing their HTTP server and caller-owned pool.

  • Updated dependencies [fc81f45, 62d570e, 62d570e, 62d570e]:

    • @workflow/world@5.0.0-beta.23
    • @workflow/utils@5.0.0-beta.7
    • @workflow/world-local@5.0.0-beta.31
    • @workflow/errors@5.0.0-beta.13

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

Major Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler.

Patch Changes

  • #3062 313a074 Thanks @karthikscale3! - Add WORKFLOW_DISABLE_ANALYTICS_READS=1 to opt the world's analytics read namespace off, forcing workflow inspect list paths onto strongly consistent primary storage. Intended for tests and tooling that read entities immediately after writing them, where the analytics store's asynchronous ingestion can return stale pages.

  • Updated dependencies [fc81f45, 62d570e, 62d570e]:

    • @workflow/world@5.0.0-beta.23
    • @workflow/errors@5.0.0-beta.13

@workflow/builders@5.0.0-beta.37

Minor Changes

  • #3054 cfe7570 Thanks @VaguelySerious! - Add a discoverWorkflowsInNodeModules option (and WORKFLOW_DISCOVER_NODE_MODULES env var) to stop workflow discovery from descending into node_modules, skipping the cost of scanning third-party dependencies for workflow/step/serde code.

Patch Changes

  • #3052 b406a04 Thanks @copilot-swe-agent! - Hoist the shouldFollowImportsFromFile check out of processImportSpecifier so it is computed once per file instead of once per import specifier.

  • #3061 62d570e Thanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.

  • Updated dependencies [fd05393, 313a074, fc81f45, 62d570e, 62d570e, 62d570e, b610c46]:

    • @workflow/core@5.0.0-beta.37
    • @workflow/world-vercel@5.0.0-beta.33
    • @workflow/utils@5.0.0-beta.7
    • @workflow/world-local@5.0.0-beta.31
    • @workflow/errors@5.0.0-beta.13

@workflow/astro@5.0.0-beta.37

Patch Changes

  • Updated dependencies [cfe7570, b406a04, 62d570e]:
    • @workflow/builders@5.0.0-beta.37
    • @workflow/rollup@5.0.0-beta.37
    • @workflow/vite@5.0.0-beta.37

@workflow/errors@5.0.0-beta.13

Patch Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove the retired step route runtime and make queue health checks target the combined flow handler.

  • Updated dependencies [62d570e]:

    • @workflow/utils@5.0.0-beta.7

@workflow/nest@5.0.0-beta.37

Patch Changes

@workflow/next@5.0.0-beta.37

Patch Changes

@workflow/nitro@5.0.0-beta.37

Patch Changes

  • #3061 62d570e Thanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.

  • Updated dependencies [cfe7570, b406a04, fd05393, fc81f45, 62d570e, 62d570e, 62d570e, b610c46]:

    • @workflow/builders@5.0.0-beta.37
    • @workflow/core@5.0.0-beta.37
    • @workflow/web@5.0.0-beta.37
    • @workflow/rollup@5.0.0-beta.37
    • @workflow/vite@5.0.0-beta.37

@workflow/nuxt@5.0.0-beta.37

Patch Changes

  • Updated dependencies [cfe7570, b406a04, 62d570e]:
    • @workflow/builders@5.0.0-beta.37
    • @workflow/nitro@5.0.0-beta.37

@workflow/rollup@5.0.0-beta.37

Patch Changes

@workflow/sveltekit@5.0.0-beta.37

Patch Changes

  • Updated dependencies [cfe7570, b406a04, 62d570e]:
    • @workflow/builders@5.0.0-beta.37
    • @workflow/rollup@5.0.0-beta.37
    • @workflow/vite@5.0.0-beta.37

@workflow/vite@5.0.0-beta.37

Patch Changes

@workflow/vitest@5.0.0-beta.37

Patch Changes

@workflow/web@5.0.0-beta.37

Patch Changes

  • #3061 62d570e Thanks @NathanColosimo! - Check only the combined workflow endpoint in the observability health check.

  • Updated dependencies [62d570e]:

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

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

Patch Changes

  • #3055 6670e08 Thanks @VaguelySerious! - Fix flaky Local World tests caused by concurrent test servers sharing one data directory and re-enqueuing each other's in-flight runs on startup

  • #3061 62d570e Thanks @NathanColosimo! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output.

  • Updated dependencies [fd05393, fc81f45, 62d570e, 62d570e, 62d570e, b610c46]:

    • @workflow/core@5.0.0-beta.37
    • @workflow/world@5.0.0-beta.23
    • @workflow/cli@5.0.0-beta.37
    • @workflow/utils@5.0.0-beta.7
    • @workflow/world-local@5.0.0-beta.31
    • workflow@5.0.0-beta.37

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

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

@github-actions github-actions Bot closed this Jul 24, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c9f67d0 to fc81f45 Compare July 24, 2026 19:30
@github-actions github-actions Bot reopened this Jul 24, 2026
@github-actions github-actions Bot reopened this Jul 24, 2026
@github-actions github-actions Bot closed this Jul 24, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from f983d07 to 3069b49 Compare July 24, 2026 21:31
@github-actions github-actions Bot reopened this Jul 24, 2026
@github-actions github-actions Bot closed this Jul 24, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b36a5ee to 706b6c4 Compare July 24, 2026 22:22
@github-actions github-actions Bot reopened this Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants