Skip to content

Conversation

@vercel-release-bot
Copy link
Contributor

@vercel-release-bot vercel-release-bot commented Nov 11, 2025

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/world-local@5.0.0-beta.8

Major Changes

  • aa015af: BREAKING: Change createEmbeddedWorld API signature from positional parameters to config object. Add baseUrl configuration support.

    Breaking change:

    • createEmbeddedWorld(dataDir?, port?)createEmbeddedWorld(args?: Partial<Config>)

    New features:

    • Add baseUrl config option for HTTPS and custom hostnames (via config or WORKFLOW_EMBEDDED_BASE_URL env var)
    • Support for port 0 (OS-assigned port)

Patch Changes

  • 00b0bb9: Support for structured errors
  • b97b6bf: Lock all dependencies in our packages
  • 79480f2: Clean up Hook entities after a workflow run has completed
  • Updated dependencies [b97b6bf]
  • Updated dependencies [00b0bb9]
    • @workflow/utils@4.0.1-beta.3
    • @workflow/world@4.0.1-beta.5

@workflow/ai@4.0.1-beta.14

Patch Changes

  • 45b7b41: Add support for defining model as a step function initializer
  • 23f5c1d: Make tools optional in DurableAgent
  • Updated dependencies [b97b6bf]
  • Updated dependencies [6419962]
  • Updated dependencies [9335026]
    • workflow@4.0.1-beta.14

@workflow/builders@4.0.1-beta.10

Patch Changes

  • 8e96134: Add .svelte-kit to ignored paths
  • b97b6bf: Lock all dependencies in our packages
  • Updated dependencies [5eb588a]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [0b848cd]
  • Updated dependencies [85ce8e0]
  • Updated dependencies [b97b6bf]
  • Updated dependencies [45b7b41]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [f8e5d10]
  • Updated dependencies [6be03f3]
  • Updated dependencies [8002e0f]
  • Updated dependencies [f07b2da]
  • Updated dependencies [aecdcdf]
    • @workflow/swc-plugin@4.0.1-beta.6
    • @workflow/core@4.0.1-beta.12
    • @workflow/errors@4.0.1-beta.5

@workflow/cli@4.0.1-beta.14

Patch Changes

  • b97b6bf: Lock all dependencies in our packages
  • Updated dependencies [aa015af]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [5eb588a]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [0b848cd]
  • Updated dependencies [85ce8e0]
  • Updated dependencies [8e96134]
  • Updated dependencies [b97b6bf]
  • Updated dependencies [45b7b41]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [f8e5d10]
  • Updated dependencies [6be03f3]
  • Updated dependencies [8002e0f]
  • Updated dependencies [f07b2da]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [79480f2]
  • Updated dependencies [aecdcdf]
    • @workflow/world-local@5.0.0-beta.8
    • @workflow/swc-plugin@4.0.1-beta.6
    • @workflow/core@4.0.1-beta.12
    • @workflow/builders@4.0.1-beta.10
    • @workflow/world-vercel@4.0.1-beta.8
    • @workflow/errors@4.0.1-beta.5
    • @workflow/web@4.0.1-beta.11
    • @workflow/world@4.0.1-beta.5

@workflow/core@4.0.1-beta.12

Patch Changes

  • 5eb588a: Remove step function identifier transform out of swc-plugin and into useStep() runtime function

  • 00b0bb9: Implement the world's structured error interface

  • 85ce8e0: add waitUntil wrapping for toplevel commands for transaction-like behavior

    when deployed on Vercel or other serverless providers, we must signal that we need to wait until operations are done before the function can halt the request.

    This means that we can't rely on discrete operations (like Queue.queue or Storage calls), and instead wrap the entire start function (which calls multiple discrete operations) in a single await waitUntil call.

  • b97b6bf: Lock all dependencies in our packages

  • f8e5d10: Support serializing step function references

  • 6be03f3: Use "stepId" instead of Symbol.for("STEP_FUNCTION_NAME_SYMBOL") for annotating step functions

  • f07b2da: Transform step functions to single useStep() calls

  • Updated dependencies [aa015af]

  • Updated dependencies [00b0bb9]

  • Updated dependencies [b97b6bf]

  • Updated dependencies [00b0bb9]

  • Updated dependencies [00b0bb9]

  • Updated dependencies [00b0bb9]

  • Updated dependencies [79480f2]

    • @workflow/world-local@5.0.0-beta.8
    • @workflow/world-vercel@4.0.1-beta.8
    • @workflow/errors@4.0.1-beta.5
    • @workflow/utils@4.0.1-beta.3
    • @workflow/world@4.0.1-beta.5

@workflow/errors@4.0.1-beta.5

Patch Changes

  • b97b6bf: Lock all dependencies in our packages
  • 00b0bb9: Wire through world's structured errors in WorkflowRunFailedError
  • Updated dependencies [b97b6bf]
    • @workflow/utils@4.0.1-beta.3

@workflow/next@4.0.1-beta.14

Patch Changes

  • Updated dependencies [5eb588a]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [0b848cd]
  • Updated dependencies [85ce8e0]
  • Updated dependencies [8e96134]
  • Updated dependencies [b97b6bf]
  • Updated dependencies [45b7b41]
  • Updated dependencies [f8e5d10]
  • Updated dependencies [6be03f3]
  • Updated dependencies [8002e0f]
  • Updated dependencies [f07b2da]
  • Updated dependencies [aecdcdf]
    • @workflow/swc-plugin@4.0.1-beta.6
    • @workflow/core@4.0.1-beta.12
    • @workflow/builders@4.0.1-beta.10

@workflow/nitro@4.0.1-beta.14

Patch Changes

  • 945a946: Add Vite middleware to handle 404s in workflow routes from Nitro and silence undefined unhandled rejections
  • b97b6bf: Lock all dependencies in our packages
  • Updated dependencies [5eb588a]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [0b848cd]
  • Updated dependencies [85ce8e0]
  • Updated dependencies [8e96134]
  • Updated dependencies [b97b6bf]
  • Updated dependencies [45b7b41]
  • Updated dependencies [f8e5d10]
  • Updated dependencies [6be03f3]
  • Updated dependencies [8002e0f]
  • Updated dependencies [f07b2da]
  • Updated dependencies [aecdcdf]
    • @workflow/swc-plugin@4.0.1-beta.6
    • @workflow/core@4.0.1-beta.12
    • @workflow/builders@4.0.1-beta.10

@workflow/nuxt@4.0.1-beta.3

Patch Changes

  • b97b6bf: Lock all dependencies in our packages
  • Updated dependencies [945a946]
  • Updated dependencies [b97b6bf]
    • @workflow/nitro@4.0.1-beta.14

@workflow/sveltekit@4.0.0-beta.8

Patch Changes

  • 945a946: Fix SvelteKit plugin reading deleted files on HMR
  • b97b6bf: Lock all dependencies in our packages
  • Updated dependencies [5eb588a]
  • Updated dependencies [0b848cd]
  • Updated dependencies [8e96134]
  • Updated dependencies [b97b6bf]
  • Updated dependencies [45b7b41]
  • Updated dependencies [f8e5d10]
  • Updated dependencies [8002e0f]
  • Updated dependencies [f07b2da]
  • Updated dependencies [aecdcdf]
    • @workflow/swc-plugin@4.0.1-beta.6
    • @workflow/builders@4.0.1-beta.10

@workflow/swc-plugin@4.0.1-beta.6

Patch Changes

  • 5eb588a: Remove step function identifier transform out of swc-plugin and into useStep() runtime function
  • 0b848cd: Fix compiler warnings
  • 45b7b41: Support nested anonymous step functions
  • f8e5d10: Support serializing step function references
  • 8002e0f: Add support for step functions defined as object properties
  • f07b2da: Transform step functions to single useStep() calls
  • aecdcdf: Add support for step functions nested inside of workflow functions

@workflow/utils@4.0.1-beta.3

Patch Changes

  • b97b6bf: Lock all dependencies in our packages

@workflow/web@4.0.1-beta.11

Patch Changes

  • b97b6bf: Lock all dependencies in our packages

@workflow/web-shared@4.0.1-beta.13

Patch Changes

workflow@4.0.1-beta.14

Patch Changes

  • b97b6bf: Lock all dependencies in our packages
  • 6419962: Update readme
  • 9335026: stub workflow/api in a workflow context with functions that fail immediately, so they can be referenced in workflow-related code but not invoked
  • Updated dependencies [945a946]
  • Updated dependencies [945a946]
  • Updated dependencies [5eb588a]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [85ce8e0]
  • Updated dependencies [b97b6bf]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [f8e5d10]
  • Updated dependencies [6be03f3]
  • Updated dependencies [f07b2da]
    • @workflow/nitro@4.0.1-beta.14
    • @workflow/sveltekit@4.0.0-beta.8
    • @workflow/core@4.0.1-beta.12
    • @workflow/errors@4.0.1-beta.5
    • @workflow/nuxt@4.0.1-beta.3
    • @workflow/cli@4.0.1-beta.14
    • @workflow/next@4.0.1-beta.14
    • @workflow/typescript-plugin@4.0.1-beta.4

@workflow/world@4.0.1-beta.5

Patch Changes

  • 00b0bb9: Add error stack propogation to steps and runs

@workflow/world-postgres@4.1.0-beta.10

Patch Changes

  • 5790cb2: Use drizzle migrator
  • b97b6bf: Lock all dependencies in our packages
  • 00b0bb9: Support structured errors for steps and runs
  • a6f5545: Update migration and parse data through schemas
  • 79480f2: Clean up Hook entities after a workflow run has completed
  • Updated dependencies [aa015af]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [b97b6bf]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [79480f2]
    • @workflow/world-local@5.0.0-beta.8
    • @workflow/errors@4.0.1-beta.5
    • @workflow/world@4.0.1-beta.5

@workflow/world-testing@4.0.1-beta.15

Patch Changes

  • b97b6bf: Lock all dependencies in our packages
  • Updated dependencies [b97b6bf]
  • Updated dependencies [6419962]
  • Updated dependencies [9335026]
  • Updated dependencies [00b0bb9]
    • workflow@4.0.1-beta.14
    • @workflow/cli@4.0.1-beta.14
    • @workflow/world@4.0.1-beta.5

@workflow/world-vercel@4.0.1-beta.8

Patch Changes

  • b97b6bf: Lock all dependencies in our packages
  • 00b0bb9: Support structured errors for steps and runs
  • Updated dependencies [b97b6bf]
  • Updated dependencies [00b0bb9]
  • Updated dependencies [00b0bb9]
    • @workflow/errors@4.0.1-beta.5
    • @workflow/world@4.0.1-beta.5

@vercel
Copy link
Contributor

vercel bot commented Nov 11, 2025

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

Project Deployment Preview Comments Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview Comment Nov 16, 2025 3:33am
example-nextjs-workflow-webpack Ready Ready Preview Comment Nov 16, 2025 3:33am
example-workflow Ready Ready Preview Comment Nov 16, 2025 3:33am
workbench-astro-workflow Error Error Nov 16, 2025 3:33am
workbench-hono-workflow Ready Ready Preview Comment Nov 16, 2025 3:33am
workbench-nitro-workflow Ready Ready Preview Comment Nov 16, 2025 3:33am
workbench-nuxt-workflow Ready Ready Preview Comment Nov 16, 2025 3:33am
workbench-sveltekit-workflow Ready Ready Preview Comment Nov 16, 2025 3:33am
workbench-vite-workflow Ready Ready Preview Comment Nov 16, 2025 3:33am
workflow-docs Ready Ready Preview Comment Nov 16, 2025 3:33am

@github-actions github-actions bot force-pushed the changeset-release/main branch from 37a04e2 to 2ce2024 Compare November 12, 2025 09:17
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2ce2024 to a6db35b Compare November 12, 2025 17:00
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 9558cee to e41f36f Compare November 16, 2025 03:27
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.

3 participants