From a844be5ff43e69156c9e0600ffb639fc84288078 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:54:16 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 14 ++++++++++++++ packages/astro/CHANGELOG.md | 9 +++++++++ packages/astro/package.json | 2 +- packages/builders/CHANGELOG.md | 10 ++++++++++ packages/builders/package.json | 2 +- packages/cli/CHANGELOG.md | 13 +++++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 18 ++++++++++++++++++ packages/core/package.json | 2 +- packages/nest/CHANGELOG.md | 7 +++++++ packages/nest/package.json | 2 +- packages/next/CHANGELOG.md | 8 ++++++++ packages/next/package.json | 2 +- packages/nitro/CHANGELOG.md | 11 +++++++++++ packages/nitro/package.json | 2 +- packages/nuxt/CHANGELOG.md | 8 ++++++++ packages/nuxt/package.json | 2 +- packages/rollup/CHANGELOG.md | 7 +++++++ packages/rollup/package.json | 2 +- packages/sveltekit/CHANGELOG.md | 9 +++++++++ packages/sveltekit/package.json | 2 +- packages/vite/CHANGELOG.md | 7 +++++++ packages/vite/package.json | 2 +- packages/vitest/CHANGELOG.md | 11 +++++++++++ packages/vitest/package.json | 2 +- packages/web-shared/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/web-shared/package.json | 2 +- packages/web/CHANGELOG.md | 7 +++++++ packages/web/package.json | 2 +- packages/workflow/CHANGELOG.md | 17 +++++++++++++++++ packages/workflow/package.json | 2 +- packages/world-local/CHANGELOG.md | 10 ++++++++++ packages/world-local/package.json | 2 +- packages/world-postgres/CHANGELOG.md | 9 +++++++++ packages/world-postgres/package.json | 2 +- packages/world-testing/CHANGELOG.md | 11 +++++++++++ packages/world-testing/package.json | 2 +- packages/world-vercel/CHANGELOG.md | 14 ++++++++++++++ packages/world-vercel/package.json | 2 +- packages/world/CHANGELOG.md | 10 ++++++++++ packages/world/package.json | 2 +- 41 files changed, 254 insertions(+), 20 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 44a9d6c0d7..e1860d0f70 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -60,10 +60,12 @@ "allow-sync-step-functions", "ast-directive-validation", "atomic-runs-publish", + "attr-inprocess-replay", "attributes-mvp-plan", "avoid-peer-major-bumps", "better-pets-reply", "blur-style-prop-compat", + "breezy-regions-leave", "bright-discovery-talk", "bright-hooks-share", "bright-pears-drum", @@ -119,6 +121,7 @@ "error-subclass-serialization", "errors-no-chalk", "esm-builders", + "event-list-solid-borders", "event-log-race-repro-infra", "events-exact-id-search", "experimental-attributes-docs", @@ -180,6 +183,7 @@ "gentle-keys-occur", "getter-step-support", "getwritable-share-pipe", + "great-mails-argue", "green-streams-decode", "guard-step-consumer-events", "gzip-ref-compression-core", @@ -189,6 +193,7 @@ "hook-claim-guarded-release", "hook-conflict-web-reviver", "hook-get-conflict", + "hook-index-perf", "hook-received-after-dispose", "hook-sleep-replay-ordering", "hook-token-claim-release", @@ -215,6 +220,7 @@ "mean-cameras-hope", "metadata-panel-styling", "modern-penguins-peel", + "module-source-link", "moody-rivers-play", "narrow-step-bundling", "narrow-trace-detail-pane", @@ -222,6 +228,7 @@ "neat-runs-serialize", "nest-cjs-ast-rewrite", "nest-linked-invocations-under-delivery", + "new-zoos-knock", "next-base-path", "next-diagnostics-dist", "next-respect-package-exports", @@ -237,6 +244,8 @@ "o11y-run-ref-rendering", "object-property-step-discovery", "old-towns-make", + "olive-hands-repeat", + "olive-lions-measure", "olive-pandas-brush", "optional-input-on-snapshots", "orphan-ui-chunks-on-resume", @@ -288,6 +297,7 @@ "retry-vqs-handler-errors-immediately", "rich-signals-inline", "rich-toes-live", + "run-cancel-reason", "run-idempotency-docs", "run-step-error-hydration", "runtime-decryption-error", @@ -316,6 +326,7 @@ "sourcemaps-env-aware-default", "sourcemaps-runtime-graceful", "spicy-paws-nail", + "split-pane-drag-parity", "split-tarballs-from-docs", "stale-sveltekit-triggers-main", "stamp-world-run-id-spans", @@ -345,6 +356,7 @@ "test-limit-env-config", "test-promise-race-prefix-determinism", "tidy-badgers-build", + "tidy-hoops-open", "timeline-queued-connector", "tired-pigs-hug", "tired-spiders-rhyme", @@ -352,6 +364,7 @@ "trace-shortcut-helper-text-color", "trace-span-markers", "trace-viewer-cleanup", + "trace-viewer-focus-easing", "trace-viewer-load-more", "trace-viewer-loading-skeleton", "trace-viewer-polish", @@ -390,6 +403,7 @@ "wild-taxes-guess", "windows-inline-sourcemaps", "wise-frogs-thank", + "wise-planes-tell", "witty-pugs-applaud", "workflow-function-serialization", "world-analytics-time-window", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 143d4bb6fd..5e57c93fd7 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/astro +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.29 + - @workflow/rollup@5.0.0-beta.29 + - @workflow/vite@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 058ae1453b..8a7830cbe7 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 1bf7389eba..ade4a663d9 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/builders +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`79a9813`](https://github.com/vercel/workflow/commit/79a9813f25eb907809fcd329accb76ac4d274480), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/core@5.0.0-beta.29 + - @workflow/world-local@5.0.0-beta.25 + - @workflow/world-vercel@5.0.0-beta.25 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index f8f7c27355..3354bb19de 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 fd8d777eae..20685be293 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/cli +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`79a9813`](https://github.com/vercel/workflow/commit/79a9813f25eb907809fcd329accb76ac4d274480), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/core@5.0.0-beta.29 + - @workflow/world-local@5.0.0-beta.25 + - @workflow/world@5.0.0-beta.17 + - @workflow/world-vercel@5.0.0-beta.25 + - @workflow/builders@5.0.0-beta.29 + - @workflow/web@5.0.0-beta.29 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index affd1ef6c1..19e0b76f5d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a5d20e1bc6..15f285a2a5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,23 @@ # @workflow/core +## 5.0.0-beta.29 + +### Minor Changes + +- [#2833](https://github.com/vercel/workflow/pull/2833) [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Report time-to-first-step and step-to-step overhead latency telemetry on step completion events. + +### Patch Changes + +- [#2833](https://github.com/vercel/workflow/pull/2833) [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - `experimental_setAttributes` now resolves via an in-process replay instead of a queue re-invocation, removing a delivery round-trip before subsequent steps. + +- [#2840](https://github.com/vercel/workflow/pull/2840) [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add an optional reason to run cancellation (`run.cancel({ cancelReason })`), recorded on the cancellation event and shown in the run detail view. + +- Updated dependencies [[`79a9813`](https://github.com/vercel/workflow/commit/79a9813f25eb907809fcd329accb76ac4d274480), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/world-local@5.0.0-beta.25 + - @workflow/world@5.0.0-beta.17 + - @workflow/world-vercel@5.0.0-beta.25 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9197165d48..e84785db53 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "description": "Core runtime and engine for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index e4a1cdd3d2..5b26121044 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/nest +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index b23a7db9f3..9447f0fdd8 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 77ed281b8f..9ac535f347 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,13 @@ # @workflow/next +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/core@5.0.0-beta.29 + - @workflow/builders@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 8321b1ab05..97d6bb2da5 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 d23187f6b4..b39b36c073 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/nitro +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/core@5.0.0-beta.29 + - @workflow/builders@5.0.0-beta.29 + - @workflow/web@5.0.0-beta.29 + - @workflow/rollup@5.0.0-beta.29 + - @workflow/vite@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index dfd051acc0..33b98f079f 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 45fdac8576..b99f2c4a8c 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,13 @@ # @workflow/nuxt +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.29 + - @workflow/nitro@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 73ec30c2fb..7c319ae6c4 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 7dccc9344f..36e542038b 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/rollup +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 887d4d7cc9..299435f567 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "description": "Rollup plugin for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index 4f36937f60..75ba487f38 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/sveltekit +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.29 + - @workflow/rollup@5.0.0-beta.29 + - @workflow/vite@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index 797877953d..0389e02d22 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "description": "SvelteKit integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 2a63426240..71ec6bc091 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/vite +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 5b8230507b..8c349e0ebc 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": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index 3c4206701f..bd59091e96 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/vitest +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`79a9813`](https://github.com/vercel/workflow/commit/79a9813f25eb907809fcd329accb76ac4d274480), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/core@5.0.0-beta.29 + - @workflow/world-local@5.0.0-beta.25 + - @workflow/world@5.0.0-beta.17 + - @workflow/builders@5.0.0-beta.29 + - @workflow/rollup@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index bde63b3221..2e2dc8698b 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 71a7bdd836..dd6a820415 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,29 @@ # @workflow/web-shared +## 5.0.0-beta.29 + +### Minor Changes + +- [#2817](https://github.com/vercel/workflow/pull/2817) [`d6defd4`](https://github.com/vercel/workflow/commit/d6defd490adb92e82d1f42b523746d0ded351ec5) Thanks [@mitul-s](https://github.com/mitul-s)! - Add an optional `getModuleSourceUrl` resolver to the trace viewer sidebar data so hosts can render the Module row in the span detail panel as a link to the module's source (e.g. the deployment source view on vercel.com). + +### Patch Changes + +- [#2827](https://github.com/vercel/workflow/pull/2827) [`0459ffc`](https://github.com/vercel/workflow/commit/0459ffc8c1c61576f8987cc5d003f23f50d92116) Thanks [@mitul-s](https://github.com/mitul-s)! - Fix middle truncation on detail panel + +- [#2832](https://github.com/vercel/workflow/pull/2832) [`3679833`](https://github.com/vercel/workflow/commit/36798335ea61ce5eef293c0dd99ea2c41db5182a) Thanks [@mitul-s](https://github.com/mitul-s)! - Use solid instead of alpha borders for trace viewer event-list dividers. + +- [#2840](https://github.com/vercel/workflow/pull/2840) [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add an optional reason to run cancellation (`run.cancel({ cancelReason })`), recorded on the cancellation event and shown in the run detail view. + +- [#2838](https://github.com/vercel/workflow/pull/2838) [`f2f4b9d`](https://github.com/vercel/workflow/commit/f2f4b9d29f3c9ce3b310f41a26f5ed82e8b9c817) Thanks [@mitul-s](https://github.com/mitul-s)! - Make the trace event-list/timeline split-pane divider drag match the span detail panel: wider hit target, hover/focus/drag highlight, double-click reset, and keyboard/ARIA resize. + +- [#2826](https://github.com/vercel/workflow/pull/2826) [`68ad966`](https://github.com/vercel/workflow/commit/68ad966d12468ccc8adc3a973ffb7e25a47f62c1) Thanks [@mitul-s](https://github.com/mitul-s)! - Keep the Input/Output sections of the span attribute panel open after decrypting run data. + +- [#2835](https://github.com/vercel/workflow/pull/2835) [`cfdb86d`](https://github.com/vercel/workflow/commit/cfdb86dc73fd8bf3c5eec706e6defc2ddcb7f439) Thanks [@mitul-s](https://github.com/mitul-s)! - Smooth the new trace viewer's click-to-focus zoom with a stronger ease-in-out curve. + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/core@5.0.0-beta.29 + - @workflow/world@5.0.0-beta.17 + ## 5.0.0-beta.28 ### Minor Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 2300c23deb..389786549f 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": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 23f4c71b44..19f470ba69 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/web +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies [[`79a9813`](https://github.com/vercel/workflow/commit/79a9813f25eb907809fcd329accb76ac4d274480)]: + - @workflow/world-local@5.0.0-beta.25 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index 20e2c6c682..efd15e7924 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/web", "description": "Workflow Observability UI", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index 645d60b35d..dcffbb1b12 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,22 @@ # workflow +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/core@5.0.0-beta.29 + - @workflow/cli@5.0.0-beta.29 + - @workflow/next@5.0.0-beta.29 + - @workflow/nitro@5.0.0-beta.29 + - @workflow/typescript-plugin@5.0.0-beta.5 + - @workflow/errors@5.0.0-beta.10 + - @workflow/astro@5.0.0-beta.29 + - @workflow/nest@5.0.0-beta.29 + - @workflow/nuxt@5.0.0-beta.29 + - @workflow/rollup@5.0.0-beta.29 + - @workflow/sveltekit@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 52442119c3..523456f48b 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 47a0649fbb..b7af1e70e1 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/world-local +## 5.0.0-beta.25 + +### Patch Changes + +- [#2830](https://github.com/vercel/workflow/pull/2830) [`79a9813`](https://github.com/vercel/workflow/commit/79a9813f25eb907809fcd329accb76ac4d274480) Thanks [@AndrewBarba](https://github.com/AndrewBarba)! - Fix hook operations scaling with total event history: hook creation, hook cache rebuilds, and token lookups now use durable per-token/per-hookId indexes instead of scanning the entire global event log, and run-termination hook cleanup uses per-run markers instead of reading every live hook. Directory listings read files concurrently, `runs.list` defaults to a page size of 200, and compiled filename regexes are reused. + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/world@5.0.0-beta.17 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.24 ### Patch Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index b6385b6d16..af4f9b5e62 100644 --- a/packages/world-local/package.json +++ b/packages/world-local/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-local", - "version": "5.0.0-beta.24", + "version": "5.0.0-beta.25", "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 d9c36346b9..72e424d1ae 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/world-postgres +## 5.0.0-beta.23 + +### Patch Changes + +- Updated dependencies [[`79a9813`](https://github.com/vercel/workflow/commit/79a9813f25eb907809fcd329accb76ac4d274480), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/world-local@5.0.0-beta.25 + - @workflow/world@5.0.0-beta.17 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.22 ### Patch Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index a06f6c32b5..1ddf1ef06c 100644 --- a/packages/world-postgres/package.json +++ b/packages/world-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-postgres", - "version": "5.0.0-beta.22", + "version": "5.0.0-beta.23", "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 ce70f69955..70c835e8f8 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/world-testing +## 5.0.0-beta.29 + +### Patch Changes + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`79a9813`](https://github.com/vercel/workflow/commit/79a9813f25eb907809fcd329accb76ac4d274480), [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/core@5.0.0-beta.29 + - @workflow/world-local@5.0.0-beta.25 + - @workflow/world@5.0.0-beta.17 + - @workflow/cli@5.0.0-beta.29 + - workflow@5.0.0-beta.29 + ## 5.0.0-beta.28 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index 7d15e790e2..f99094af99 100644 --- a/packages/world-testing/package.json +++ b/packages/world-testing/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-testing", - "version": "5.0.0-beta.28", + "version": "5.0.0-beta.29", "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 ddfbaca8a7..7674216e5f 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/world-vercel +## 5.0.0-beta.25 + +### Minor Changes + +- [#2833](https://github.com/vercel/workflow/pull/2833) [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Report time-to-first-step and step-to-step overhead latency telemetry on step completion events. + +### Patch Changes + +- [#2840](https://github.com/vercel/workflow/pull/2840) [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add an optional reason to run cancellation (`run.cancel({ cancelReason })`), recorded on the cancellation event and shown in the run detail view. + +- Updated dependencies [[`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01), [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576)]: + - @workflow/world@5.0.0-beta.17 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.24 ### Patch Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index c11e373473..e6eed9fe23 100644 --- a/packages/world-vercel/package.json +++ b/packages/world-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-vercel", - "version": "5.0.0-beta.24", + "version": "5.0.0-beta.25", "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 1ebaab581b..388d7ebb56 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/world +## 5.0.0-beta.17 + +### Minor Changes + +- [#2833](https://github.com/vercel/workflow/pull/2833) [`3f69666`](https://github.com/vercel/workflow/commit/3f696668bcc436cd4b3e29213ee1d9d12e2e5b01) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Report time-to-first-step and step-to-step overhead latency telemetry on step completion events. + +### Patch Changes + +- [#2840](https://github.com/vercel/workflow/pull/2840) [`712ed61`](https://github.com/vercel/workflow/commit/712ed61f0a37937c3990429508c582f3edbd4576) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add an optional reason to run cancellation (`run.cancel({ cancelReason })`), recorded on the cancellation event and shown in the run detail view. + ## 5.0.0-beta.16 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index 8bfe072afa..1603d157f5 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world", - "version": "5.0.0-beta.16", + "version": "5.0.0-beta.17", "description": "The Workflows World interface", "type": "module", "main": "dist/index.js",