From 7362efedc312890899ca19e9f25cc7d91fed6d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:07:20 +0000 Subject: [PATCH] Version Packages --- .changeset/atomic-runs-publish.md | 5 ---- .changeset/bright-hooks-share.md | 9 ------ .changeset/bump-undici-7-26.md | 6 ---- .changeset/clever-adults-ask.md | 7 ----- .changeset/fix-message-only-error-block.md | 5 ---- .../fix-stable-next-lazy-registration.md | 5 ---- ...ix-turbopack-content-condition-deferred.md | 5 ---- .changeset/healthcheck-coreversion.md | 6 ---- .../lazy-stream-key-request-diagnostics.md | 6 ---- .changeset/nest-cjs-ast-rewrite.md | 5 ---- .changeset/nitro-dashboard-route.md | 5 ---- .changeset/runtime-decryption-error.md | 6 ---- .changeset/secure-package-deps-stable.md | 12 -------- .changeset/strong-cups-sip.md | 6 ---- .changeset/terminal-run-event-replay.md | 5 ---- .changeset/update-vercel-queue.md | 7 ----- .changeset/vercel-world-custom-dispatcher.md | 5 ---- .changeset/windows-inline-sourcemaps.md | 28 ----------------- .../world-vercel-reject-empty-ref-payload.md | 5 ---- packages/ai/CHANGELOG.md | 10 +++++++ packages/ai/package.json | 2 +- packages/astro/CHANGELOG.md | 11 +++++++ packages/astro/package.json | 2 +- packages/builders/CHANGELOG.md | 13 ++++++++ packages/builders/package.json | 2 +- packages/cli/CHANGELOG.md | 18 +++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 30 +++++++++++++++++++ packages/core/package.json | 2 +- packages/errors/CHANGELOG.md | 13 ++++++++ packages/errors/package.json | 2 +- packages/nest/CHANGELOG.md | 11 +++++++ packages/nest/package.json | 2 +- packages/next/CHANGELOG.md | 14 +++++++++ packages/next/package.json | 2 +- packages/nitro/CHANGELOG.md | 17 +++++++++++ packages/nitro/package.json | 2 +- packages/nuxt/CHANGELOG.md | 11 +++++++ packages/nuxt/package.json | 2 +- packages/rollup/CHANGELOG.md | 9 ++++++ packages/rollup/package.json | 2 +- packages/serde/CHANGELOG.md | 6 ++++ packages/serde/package.json | 2 +- packages/sveltekit/CHANGELOG.md | 11 +++++++ packages/sveltekit/package.json | 2 +- packages/typescript-plugin/CHANGELOG.md | 6 ++++ packages/typescript-plugin/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++ packages/utils/package.json | 2 +- packages/vite/CHANGELOG.md | 9 ++++++ packages/vite/package.json | 2 +- packages/vitest/CHANGELOG.md | 13 ++++++++ packages/vitest/package.json | 2 +- packages/web-shared/CHANGELOG.md | 15 ++++++++++ packages/web-shared/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++ packages/web/package.json | 2 +- packages/workflow/CHANGELOG.md | 26 ++++++++++++++++ packages/workflow/package.json | 2 +- packages/world-local/CHANGELOG.md | 21 +++++++++++++ packages/world-local/package.json | 2 +- packages/world-postgres/CHANGELOG.md | 20 +++++++++++++ packages/world-postgres/package.json | 2 +- packages/world-testing/CHANGELOG.md | 14 +++++++++ packages/world-testing/package.json | 2 +- packages/world-vercel/CHANGELOG.md | 24 +++++++++++++++ packages/world-vercel/package.json | 2 +- packages/world/CHANGELOG.md | 8 +++++ packages/world/package.json | 2 +- 69 files changed, 367 insertions(+), 163 deletions(-) delete mode 100644 .changeset/atomic-runs-publish.md delete mode 100644 .changeset/bright-hooks-share.md delete mode 100644 .changeset/bump-undici-7-26.md delete mode 100644 .changeset/clever-adults-ask.md delete mode 100644 .changeset/fix-message-only-error-block.md delete mode 100644 .changeset/fix-stable-next-lazy-registration.md delete mode 100644 .changeset/fix-turbopack-content-condition-deferred.md delete mode 100644 .changeset/healthcheck-coreversion.md delete mode 100644 .changeset/lazy-stream-key-request-diagnostics.md delete mode 100644 .changeset/nest-cjs-ast-rewrite.md delete mode 100644 .changeset/nitro-dashboard-route.md delete mode 100644 .changeset/runtime-decryption-error.md delete mode 100644 .changeset/secure-package-deps-stable.md delete mode 100644 .changeset/strong-cups-sip.md delete mode 100644 .changeset/terminal-run-event-replay.md delete mode 100644 .changeset/update-vercel-queue.md delete mode 100644 .changeset/vercel-world-custom-dispatcher.md delete mode 100644 .changeset/windows-inline-sourcemaps.md delete mode 100644 .changeset/world-vercel-reject-empty-ref-payload.md diff --git a/.changeset/atomic-runs-publish.md b/.changeset/atomic-runs-publish.md deleted file mode 100644 index 93adcc0769..0000000000 --- a/.changeset/atomic-runs-publish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/world-local': patch ---- - -Prevent concurrent readers from observing partially written local entity files. diff --git a/.changeset/bright-hooks-share.md b/.changeset/bright-hooks-share.md deleted file mode 100644 index 330390f178..0000000000 --- a/.changeset/bright-hooks-share.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@workflow/core": patch -"@workflow/errors": patch -"@workflow/world": patch -"@workflow/world-local": patch -"@workflow/world-postgres": patch ---- - -Expose the active run ID on hook token conflict errors. diff --git a/.changeset/bump-undici-7-26.md b/.changeset/bump-undici-7-26.md deleted file mode 100644 index ed7c11093b..0000000000 --- a/.changeset/bump-undici-7-26.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@workflow/world-local': patch -'@workflow/world-vercel': patch ---- - -Update `undici` to 7.26.0. diff --git a/.changeset/clever-adults-ask.md b/.changeset/clever-adults-ask.md deleted file mode 100644 index b3b2813068..0000000000 --- a/.changeset/clever-adults-ask.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@workflow/world-vercel": patch -"@workflow/world-local": patch -"@workflow/world-postgres": patch ---- - -Update `@vercel/queue` from 0.1.7 to 0.2.1 diff --git a/.changeset/fix-message-only-error-block.md b/.changeset/fix-message-only-error-block.md deleted file mode 100644 index bcd3779d9d..0000000000 --- a/.changeset/fix-message-only-error-block.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/web-shared': patch ---- - -Render message-only workflow errors with the dedicated error block instead of the generic data inspector. diff --git a/.changeset/fix-stable-next-lazy-registration.md b/.changeset/fix-stable-next-lazy-registration.md deleted file mode 100644 index 5369a016e2..0000000000 --- a/.changeset/fix-stable-next-lazy-registration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/next': patch ---- - -Preserve deferred step registration with Turbopack content filtering. diff --git a/.changeset/fix-turbopack-content-condition-deferred.md b/.changeset/fix-turbopack-content-condition-deferred.md deleted file mode 100644 index b89432f08e..0000000000 --- a/.changeset/fix-turbopack-content-condition-deferred.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/next': patch ---- - -Always apply turbopack content condition regardless of builder mode to prevent the workflow loader from running on every JS/TS file when lazy discovery is enabled. diff --git a/.changeset/healthcheck-coreversion.md b/.changeset/healthcheck-coreversion.md deleted file mode 100644 index 51e745e469..0000000000 --- a/.changeset/healthcheck-coreversion.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@workflow/core": minor -"workflow": minor ---- - -Surface `workflowCoreVersion` from the responding deployment in `healthCheck()` results. diff --git a/.changeset/lazy-stream-key-request-diagnostics.md b/.changeset/lazy-stream-key-request-diagnostics.md deleted file mode 100644 index 575b0d3f86..0000000000 --- a/.changeset/lazy-stream-key-request-diagnostics.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@workflow/core': patch -'@workflow/world-vercel': patch ---- - -Avoid unhandled run lookups for unused or empty readable streams and include Vercel request correlation headers in world transport errors. diff --git a/.changeset/nest-cjs-ast-rewrite.md b/.changeset/nest-cjs-ast-rewrite.md deleted file mode 100644 index 82c2799fab..0000000000 --- a/.changeset/nest-cjs-ast-rewrite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workflow/nest": patch ---- - -Use AST-based import rewriting for NestJS CommonJS workflow bundles. diff --git a/.changeset/nitro-dashboard-route.md b/.changeset/nitro-dashboard-route.md deleted file mode 100644 index 1d8ef64a01..0000000000 --- a/.changeset/nitro-dashboard-route.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/nitro': minor ---- - -Add `/_workflow` route in dev mode that opens the workflow observability dashboard. diff --git a/.changeset/runtime-decryption-error.md b/.changeset/runtime-decryption-error.md deleted file mode 100644 index b852316b65..0000000000 --- a/.changeset/runtime-decryption-error.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@workflow/errors": patch -"@workflow/core": patch ---- - -Classify SDK-level AES-GCM encryption failures as `RUNTIME_ERROR` instead of `USER_ERROR` via a new `RuntimeDecryptionError`. diff --git a/.changeset/secure-package-deps-stable.md b/.changeset/secure-package-deps-stable.md deleted file mode 100644 index c807fc5a24..0000000000 --- a/.changeset/secure-package-deps-stable.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@workflow/builders': patch -'@workflow/cli': patch -'@workflow/core': patch -'@workflow/nuxt': patch -'@workflow/web': patch -'@workflow/web-shared': patch -'@workflow/world-postgres': patch -'@workflow/world-testing': patch ---- - -Update vulnerable package dependencies to patched releases. diff --git a/.changeset/strong-cups-sip.md b/.changeset/strong-cups-sip.md deleted file mode 100644 index cf9ffc2d3d..0000000000 --- a/.changeset/strong-cups-sip.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@workflow/core': patch -'workflow': patch ---- - -Bump `devalue` to 5.8.1 to address published security advisories. diff --git a/.changeset/terminal-run-event-replay.md b/.changeset/terminal-run-event-replay.md deleted file mode 100644 index 93f66c78bd..0000000000 --- a/.changeset/terminal-run-event-replay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/core': patch ---- - -Skip workflow replay when the event log already contains a terminal run event. diff --git a/.changeset/update-vercel-queue.md b/.changeset/update-vercel-queue.md deleted file mode 100644 index 2eee0a37b6..0000000000 --- a/.changeset/update-vercel-queue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@workflow/world-local": patch -"@workflow/world-postgres": patch -"@workflow/world-vercel": patch ---- - -Update @vercel/queue from 0.2.1 to 0.3.0 diff --git a/.changeset/vercel-world-custom-dispatcher.md b/.changeset/vercel-world-custom-dispatcher.md deleted file mode 100644 index a010ced541..0000000000 --- a/.changeset/vercel-world-custom-dispatcher.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/world-vercel': minor ---- - -Add a `dispatcher` option to `createVercelWorld` for supplying a custom undici dispatcher, used for both HTTP and queue requests. Defaults to the shared undici `RetryAgent`. diff --git a/.changeset/windows-inline-sourcemaps.md b/.changeset/windows-inline-sourcemaps.md deleted file mode 100644 index a3abc61256..0000000000 --- a/.changeset/windows-inline-sourcemaps.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -"@workflow/ai": patch -"@workflow/astro": patch -"@workflow/builders": patch -"@workflow/cli": patch -"@workflow/core": patch -"@workflow/errors": patch -"@workflow/next": patch -"@workflow/nest": patch -"@workflow/nitro": patch -"@workflow/nuxt": patch -"@workflow/rollup": patch -"@workflow/serde": patch -"@workflow/sveltekit": patch -"@workflow/typescript-plugin": patch -"@workflow/utils": patch -"@workflow/vite": patch -"@workflow/vitest": patch -"@workflow/web-shared": patch -"@workflow/world": patch -"@workflow/world-local": patch -"@workflow/world-postgres": patch -"@workflow/world-testing": patch -"@workflow/world-vercel": patch -"workflow": patch ---- - -Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. diff --git a/.changeset/world-vercel-reject-empty-ref-payload.md b/.changeset/world-vercel-reject-empty-ref-payload.md deleted file mode 100644 index 0491f3d742..0000000000 --- a/.changeset/world-vercel-reject-empty-ref-payload.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workflow/world-vercel": patch ---- - -Validate ref resolve responses (empty, truncated, or `Content-Length`-mismatched bodies) before use, throwing `WorkflowWorldError` instead of corrupting the event log. diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 48f5de35ce..e0d8e7f3e9 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/ai +## 6.0.0 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - workflow@4.4.0 + - @workflow/serde@4.1.2 + ## 5.0.0 ### Patch Changes diff --git a/packages/ai/package.json b/packages/ai/package.json index 7bb8788abb..d241d8204e 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/ai", - "version": "5.0.0", + "version": "6.0.0", "description": "Workflow SDK compatible helper library for the AI SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3ed2c9266e..6dc62efca0 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/astro +## 4.0.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + - @workflow/rollup@4.0.9 + - @workflow/vite@4.0.9 + ## 4.0.8 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index d3f0ad115c..b4aa4de5c8 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "4.0.8", + "version": "4.0.9", "description": "Astro integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/builders/CHANGELOG.md b/packages/builders/CHANGELOG.md index 1303ae5dea..317af0e94b 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/builders +## 4.0.10 + +### Patch Changes + +- [#2302](https://github.com/vercel/workflow/pull/2302) [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9) Thanks [@pranaygp](https://github.com/pranaygp)! - Update vulnerable package dependencies to patched releases. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/errors@4.1.4 + - @workflow/utils@4.1.3 + ## 4.0.9 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index 7eef550e36..1f71b5f2fa 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "4.0.9", + "version": "4.0.10", "description": "Shared builder infrastructure for Workflow SDK", "type": "module", "main": "./dist/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e86d2c847f..c29fa24ddd 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,23 @@ # @workflow/cli +## 4.2.9 + +### Patch Changes + +- [#2302](https://github.com/vercel/workflow/pull/2302) [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9) Thanks [@pranaygp](https://github.com/pranaygp)! - Update vulnerable package dependencies to patched releases. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`a84a293`](https://github.com/vercel/workflow/commit/a84a293a229799c4b002fa769fa87b9b665ac9d9), [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f), [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f), [`ecea733`](https://github.com/vercel/workflow/commit/ecea7339996e3c13283bfd29b1ee6d66bc791434), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb), [`8fde11c`](https://github.com/vercel/workflow/commit/8fde11c051b6951c63623c5be492974553736ae7)]: + - @workflow/world-local@4.1.5 + - @workflow/core@4.4.0 + - @workflow/errors@4.1.4 + - @workflow/world@4.1.5 + - @workflow/world-vercel@4.4.0 + - @workflow/builders@4.0.10 + - @workflow/web@4.1.10 + - @workflow/utils@4.1.3 + ## 4.2.8 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f0890f3e35..a73f21978e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "4.2.8", + "version": "4.2.9", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3e6205fafe..0d41ec8a7f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,35 @@ # @workflow/core +## 4.4.0 + +### Minor Changes + +- [#1854](https://github.com/vercel/workflow/pull/1854) [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Surface `workflowCoreVersion` from the responding deployment in `healthCheck()` results. + +### Patch Changes + +- [#2012](https://github.com/vercel/workflow/pull/2012) [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167) Thanks [@pranaygp](https://github.com/pranaygp)! - Expose the active run ID on hook token conflict errors. + +- [#2257](https://github.com/vercel/workflow/pull/2257) [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04) Thanks [@pranaygp](https://github.com/pranaygp)! - Avoid unhandled run lookups for unused or empty readable streams and include Vercel request correlation headers in world transport errors. + +- [#2145](https://github.com/vercel/workflow/pull/2145) [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Classify SDK-level AES-GCM encryption failures as `RUNTIME_ERROR` instead of `USER_ERROR` via a new `RuntimeDecryptionError`. + +- [#2302](https://github.com/vercel/workflow/pull/2302) [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9) Thanks [@pranaygp](https://github.com/pranaygp)! - Update vulnerable package dependencies to patched releases. + +- [#2292](https://github.com/vercel/workflow/pull/2292) [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf) Thanks [@pranaygp](https://github.com/pranaygp)! - Bump `devalue` to 5.8.1 to address published security advisories. + +- [#2214](https://github.com/vercel/workflow/pull/2214) [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f) Thanks [@pranaygp](https://github.com/pranaygp)! - Skip workflow replay when the event log already contains a terminal run event. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`a84a293`](https://github.com/vercel/workflow/commit/a84a293a229799c4b002fa769fa87b9b665ac9d9), [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f), [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f), [`ecea733`](https://github.com/vercel/workflow/commit/ecea7339996e3c13283bfd29b1ee6d66bc791434), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb), [`8fde11c`](https://github.com/vercel/workflow/commit/8fde11c051b6951c63623c5be492974553736ae7)]: + - @workflow/world-local@4.1.5 + - @workflow/errors@4.1.4 + - @workflow/world@4.1.5 + - @workflow/world-vercel@4.4.0 + - @workflow/serde@4.1.2 + - @workflow/utils@4.1.3 + ## 4.3.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9c38315dbc..b4309f0ad6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "4.3.1", + "version": "4.4.0", "description": "Core runtime and engine for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index caf38a45f2..71d4cd39ce 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/errors +## 4.1.4 + +### Patch Changes + +- [#2012](https://github.com/vercel/workflow/pull/2012) [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167) Thanks [@pranaygp](https://github.com/pranaygp)! - Expose the active run ID on hook token conflict errors. + +- [#2145](https://github.com/vercel/workflow/pull/2145) [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Classify SDK-level AES-GCM encryption failures as `RUNTIME_ERROR` instead of `USER_ERROR` via a new `RuntimeDecryptionError`. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/utils@4.1.3 + ## 4.1.3 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index 7f03e13433..3e439c900f 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/errors", "description": "A package for standardizing errors in Workflow SDK", - "version": "4.1.3", + "version": "4.1.4", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index b2c5325e7a..d6f2acab6e 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/nest +## 0.0.9 + +### Patch Changes + +- [#2080](https://github.com/vercel/workflow/pull/2080) [`4df5cff`](https://github.com/vercel/workflow/commit/4df5cff6014b06a951aa84bc8adc9beb1cb86f07) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Use AST-based import rewriting for NestJS CommonJS workflow bundles. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + ## 0.0.8 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index 7691d6af3f..ab2590cafa 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "0.0.8", + "version": "0.0.9", "description": "NestJS integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 6a4f748768..134c363573 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/next +## 4.0.10 + +### Patch Changes + +- [#2298](https://github.com/vercel/workflow/pull/2298) [`bc2cf32`](https://github.com/vercel/workflow/commit/bc2cf32eb2f973922a42515faa02ebc18c042a5a) Thanks [@pranaygp](https://github.com/pranaygp)! - Preserve deferred step registration with Turbopack content filtering. + +- [#2253](https://github.com/vercel/workflow/pull/2253) [`a06206e`](https://github.com/vercel/workflow/commit/a06206ef418a9ced9fa08280e7c78d256fc7fabe) Thanks [@wbinnssmith](https://github.com/wbinnssmith)! - Always apply turbopack content condition regardless of builder mode to prevent the workflow loader from running on every JS/TS file when lazy discovery is enabled. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/builders@4.0.10 + ## 4.0.9 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index e2e21aa2ee..f5d96ad697 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "4.0.9", + "version": "4.0.10", "description": "Next.js integration for Workflow SDK", "type": "commonjs", "main": "dist/index.js", diff --git a/packages/nitro/CHANGELOG.md b/packages/nitro/CHANGELOG.md index 7f8c4759fb..ff602202e7 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,22 @@ # @workflow/nitro +## 4.1.0 + +### Minor Changes + +- [#2110](https://github.com/vercel/workflow/pull/2110) [`8bc2065`](https://github.com/vercel/workflow/commit/8bc206522e37c5b0f0dfb446a304155d68f1d317) Thanks [@RihanArfan](https://github.com/RihanArfan)! - Add `/_workflow` route in dev mode that opens the workflow observability dashboard. + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/builders@4.0.10 + - @workflow/web@4.1.10 + - @workflow/rollup@4.0.9 + - @workflow/vite@4.0.9 + ## 4.0.9 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index f2e647535a..9a017487db 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "4.0.9", + "version": "4.1.0", "description": "Nitro integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 0955932beb..ebdd956ded 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/nuxt +## 4.0.10 + +### Patch Changes + +- [#2302](https://github.com/vercel/workflow/pull/2302) [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9) Thanks [@pranaygp](https://github.com/pranaygp)! - Update vulnerable package dependencies to patched releases. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`8bc2065`](https://github.com/vercel/workflow/commit/8bc206522e37c5b0f0dfb446a304155d68f1d317), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/nitro@4.1.0 + ## 4.0.9 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index ee816e3efb..dc7f6580a5 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "4.0.9", + "version": "4.0.10", "description": "Nuxt integration for Workflow SDK", "license": "Apache-2.0", "type": "module", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 0d6906bf52..a851760530 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/rollup +## 4.0.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + ## 4.0.8 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index a6dbc1f9e5..8d42a1bc15 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "4.0.8", + "version": "4.0.9", "description": "Rollup plugin for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/serde/CHANGELOG.md b/packages/serde/CHANGELOG.md index eaac933117..0da4f0d75d 100644 --- a/packages/serde/CHANGELOG.md +++ b/packages/serde/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/serde +## 4.1.2 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 4.1.1 ### Patch Changes diff --git a/packages/serde/package.json b/packages/serde/package.json index 1e1f216309..79e2b0fce8 100644 --- a/packages/serde/package.json +++ b/packages/serde/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/serde", "description": "Serialization symbols for custom class serialization in Workflow SDK", - "version": "4.1.1", + "version": "4.1.2", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index babca20afd..92f350e7ac 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/sveltekit +## 4.0.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + - @workflow/rollup@4.0.9 + - @workflow/vite@4.0.9 + ## 4.0.8 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index aad95b2f7f..164e20431d 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "4.0.8", + "version": "4.0.9", "description": "SvelteKit integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/typescript-plugin/CHANGELOG.md b/packages/typescript-plugin/CHANGELOG.md index 6b5545ea08..01588c3158 100644 --- a/packages/typescript-plugin/CHANGELOG.md +++ b/packages/typescript-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/typescript-plugin +## 4.0.3 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 4.0.2 ### Patch Changes diff --git a/packages/typescript-plugin/package.json b/packages/typescript-plugin/package.json index 67d12ddb2d..df1981b248 100644 --- a/packages/typescript-plugin/package.json +++ b/packages/typescript-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/typescript-plugin", - "version": "4.0.2", + "version": "4.0.3", "description": "TypeScript Language Service Plugin for Workflow SDK", "main": "dist/index.js", "files": [ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 88740c3352..5c94025bda 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/utils +## 4.1.3 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 4.1.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 5fd4640c98..bd9584cd81 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/utils", "description": "Utility functions for Workflow SDK", - "version": "4.1.2", + "version": "4.1.3", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 58f0fe5b1a..2e301eae6e 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/vite +## 4.0.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + ## 4.0.8 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 98b4c5ec42..902872e2c4 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/vite", "description": "Vite plugin for Workflow SDK", - "version": "4.0.8", + "version": "4.0.9", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index e9bde70812..cf580f484a 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/vitest +## 4.0.10 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`a84a293`](https://github.com/vercel/workflow/commit/a84a293a229799c4b002fa769fa87b9b665ac9d9), [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f), [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/world-local@4.1.5 + - @workflow/core@4.4.0 + - @workflow/world@4.1.5 + - @workflow/builders@4.0.10 + - @workflow/rollup@4.0.9 + ## 4.0.9 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 5d9cab5435..8e2f6fc854 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "4.0.9", + "version": "4.0.10", "description": "Vitest plugin for testing Workflow SDK workflows", "type": "module", "main": "./dist/index.js", diff --git a/packages/web-shared/CHANGELOG.md b/packages/web-shared/CHANGELOG.md index cb0e7fd56f..e36c7fc948 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,20 @@ # @workflow/web-shared +## 4.1.10 + +### Patch Changes + +- [#2251](https://github.com/vercel/workflow/pull/2251) [`d58f0ba`](https://github.com/vercel/workflow/commit/d58f0ba5c4001291dcff658fd8289d67ceec0067) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Render message-only workflow errors with the dedicated error block instead of the generic data inspector. + +- [#2302](https://github.com/vercel/workflow/pull/2302) [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9) Thanks [@pranaygp](https://github.com/pranaygp)! - Update vulnerable package dependencies to patched releases. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/world@4.1.5 + - @workflow/utils@4.1.3 + ## 4.1.9 ### Patch Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 4783439bb6..c1e2997606 100644 --- a/packages/web-shared/package.json +++ b/packages/web-shared/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/web-shared", "description": "Shared components for Workflow Observability UI", - "version": "4.1.9", + "version": "4.1.10", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5f947f9c26..9c8a01cfbb 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/web +## 4.1.10 + +### Patch Changes + +- [#2302](https://github.com/vercel/workflow/pull/2302) [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9) Thanks [@pranaygp](https://github.com/pranaygp)! - Update vulnerable package dependencies to patched releases. + ## 4.1.9 ## 4.1.8 diff --git a/packages/web/package.json b/packages/web/package.json index 1e3526a945..334e4d97de 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/web", "description": "Workflow Observability UI", - "version": "4.1.9", + "version": "4.1.10", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index cb77017c96..cb90869352 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,31 @@ # workflow +## 4.4.0 + +### Minor Changes + +- [#1854](https://github.com/vercel/workflow/pull/1854) [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Surface `workflowCoreVersion` from the responding deployment in `healthCheck()` results. + +### Patch Changes + +- [#2292](https://github.com/vercel/workflow/pull/2292) [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf) Thanks [@pranaygp](https://github.com/pranaygp)! - Bump `devalue` to 5.8.1 to address published security advisories. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`bc2cf32`](https://github.com/vercel/workflow/commit/bc2cf32eb2f973922a42515faa02ebc18c042a5a), [`a06206e`](https://github.com/vercel/workflow/commit/a06206ef418a9ced9fa08280e7c78d256fc7fabe), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`4df5cff`](https://github.com/vercel/workflow/commit/4df5cff6014b06a951aa84bc8adc9beb1cb86f07), [`8bc2065`](https://github.com/vercel/workflow/commit/8bc206522e37c5b0f0dfb446a304155d68f1d317), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/errors@4.1.4 + - @workflow/next@4.0.10 + - @workflow/nest@0.0.9 + - @workflow/nitro@4.1.0 + - @workflow/cli@4.2.9 + - @workflow/nuxt@4.0.10 + - @workflow/astro@4.0.9 + - @workflow/rollup@4.0.9 + - @workflow/sveltekit@4.0.9 + - @workflow/typescript-plugin@4.0.3 + - @workflow/utils@4.1.3 + ## 4.3.1 ### Patch Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 8f10fb29f4..32ba157e0a 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "4.3.1", + "version": "4.4.0", "description": "Workflow SDK - Build durable, resilient, and observable workflows", "main": "dist/typescript-plugin.cjs", "type": "module", diff --git a/packages/world-local/CHANGELOG.md b/packages/world-local/CHANGELOG.md index 10562189b7..8edff28853 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,26 @@ # @workflow/world-local +## 4.1.5 + +### Patch Changes + +- [#2296](https://github.com/vercel/workflow/pull/2296) [`a84a293`](https://github.com/vercel/workflow/commit/a84a293a229799c4b002fa769fa87b9b665ac9d9) Thanks [@pranaygp](https://github.com/pranaygp)! - Prevent concurrent readers from observing partially written local entity files. + +- [#2012](https://github.com/vercel/workflow/pull/2012) [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167) Thanks [@pranaygp](https://github.com/pranaygp)! - Expose the active run ID on hook token conflict errors. + +- [#2231](https://github.com/vercel/workflow/pull/2231) [`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Update `undici` to 7.26.0. + +- [#2246](https://github.com/vercel/workflow/pull/2246) [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update `@vercel/queue` from 0.1.7 to 0.2.1 + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/errors@4.1.4 + - @workflow/world@4.1.5 + - @workflow/utils@4.1.3 + ## 4.1.4 ### Patch Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index 3c243fccfd..1500bfe4e6 100644 --- a/packages/world-local/package.json +++ b/packages/world-local/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-local", - "version": "4.1.4", + "version": "4.1.5", "description": "Local development World implementation for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/world-postgres/CHANGELOG.md b/packages/world-postgres/CHANGELOG.md index 8d4f0bcc20..ee92a634ab 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,25 @@ # @workflow/world-postgres +## 4.1.5 + +### Patch Changes + +- [#2012](https://github.com/vercel/workflow/pull/2012) [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167) Thanks [@pranaygp](https://github.com/pranaygp)! - Expose the active run ID on hook token conflict errors. + +- [#2246](https://github.com/vercel/workflow/pull/2246) [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update `@vercel/queue` from 0.1.7 to 0.2.1 + +- [#2302](https://github.com/vercel/workflow/pull/2302) [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9) Thanks [@pranaygp](https://github.com/pranaygp)! - Update vulnerable package dependencies to patched releases. + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`a84a293`](https://github.com/vercel/workflow/commit/a84a293a229799c4b002fa769fa87b9b665ac9d9), [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f), [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/world-local@4.1.5 + - @workflow/errors@4.1.4 + - @workflow/world@4.1.5 + - @workflow/utils@4.1.3 + ## 4.1.4 ### Patch Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index 4ac19fc74c..02c4e8f61c 100644 --- a/packages/world-postgres/package.json +++ b/packages/world-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-postgres", - "version": "4.1.4", + "version": "4.1.5", "description": "A reference World implementation based on PostgreSQL", "type": "module", "main": "dist/index.js", diff --git a/packages/world-testing/CHANGELOG.md b/packages/world-testing/CHANGELOG.md index 392f7aee5b..11da630276 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/world-testing +## 4.1.9 + +### Patch Changes + +- [#2302](https://github.com/vercel/workflow/pull/2302) [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9) Thanks [@pranaygp](https://github.com/pranaygp)! - Update vulnerable package dependencies to patched releases. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`b93a071`](https://github.com/vercel/workflow/commit/b93a0717960dcdc9b8dc37f83cbebad8ec38f3b9), [`2ab46de`](https://github.com/vercel/workflow/commit/2ab46de461685e7b93555d911c4b397e29f2e9cf), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/world@4.1.5 + - workflow@4.4.0 + - @workflow/cli@4.2.9 + ## 4.1.8 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index 7f0bee18fc..c843537ddc 100644 --- a/packages/world-testing/package.json +++ b/packages/world-testing/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-testing", - "version": "4.1.8", + "version": "4.1.9", "description": "Testing utilities and World implementation for Workflow SDK", "main": "dist/src/index.mjs", "files": [ diff --git a/packages/world-vercel/CHANGELOG.md b/packages/world-vercel/CHANGELOG.md index e827998b81..4fd0862baa 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,29 @@ # @workflow/world-vercel +## 4.4.0 + +### Minor Changes + +- [#2235](https://github.com/vercel/workflow/pull/2235) [`ecea733`](https://github.com/vercel/workflow/commit/ecea7339996e3c13283bfd29b1ee6d66bc791434) Thanks [@AndrewBarba](https://github.com/AndrewBarba)! - Add a `dispatcher` option to `createVercelWorld` for supplying a custom undici dispatcher, used for both HTTP and queue requests. Defaults to the shared undici `RetryAgent`. + +### Patch Changes + +- [#2231](https://github.com/vercel/workflow/pull/2231) [`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Update `undici` to 7.26.0. + +- [#2246](https://github.com/vercel/workflow/pull/2246) [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update `@vercel/queue` from 0.1.7 to 0.2.1 + +- [#2257](https://github.com/vercel/workflow/pull/2257) [`9acd46a`](https://github.com/vercel/workflow/commit/9acd46af13dd9aa55beb9ac6c4630fb7edce0c04) Thanks [@pranaygp](https://github.com/pranaygp)! - Avoid unhandled run lookups for unused or empty readable streams and include Vercel request correlation headers in world transport errors. + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- [#2035](https://github.com/vercel/workflow/pull/2035) [`8fde11c`](https://github.com/vercel/workflow/commit/8fde11c051b6951c63623c5be492974553736ae7) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Validate ref resolve responses (empty, truncated, or `Content-Length`-mismatched bodies) before use, throwing `WorkflowWorldError` instead of corrupting the event log. + +- Updated dependencies [[`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/errors@4.1.4 + - @workflow/world@4.1.5 + ## 4.3.2 ### Patch Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index a738234bd3..9bfea52697 100644 --- a/packages/world-vercel/package.json +++ b/packages/world-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-vercel", - "version": "4.3.2", + "version": "4.4.0", "description": "Vercel platform World implementation for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md index e90fbe435f..5b21b73267 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,13 @@ # @workflow/world +## 4.1.5 + +### Patch Changes + +- [#2012](https://github.com/vercel/workflow/pull/2012) [`326d93a`](https://github.com/vercel/workflow/commit/326d93a4aecb11a98a168e2409b5fae4d4c94167) Thanks [@pranaygp](https://github.com/pranaygp)! - Expose the active run ID on hook token conflict errors. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 4.1.4 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index fc2f423037..aeaf752aad 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world", - "version": "4.1.4", + "version": "4.1.5", "description": "The Workflows World interface", "type": "module", "main": "dist/index.js",