From a2a96dc550e4ed9bcacc50ecfdf8152c0dcde9e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 07:37:19 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 18 ++++++++++++++++++ packages/astro/CHANGELOG.md | 9 +++++++++ packages/astro/package.json | 2 +- packages/builders/CHANGELOG.md | 19 +++++++++++++++++++ packages/builders/package.json | 2 +- packages/cli/CHANGELOG.md | 18 ++++++++++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 21 +++++++++++++++++++++ packages/core/package.json | 2 +- packages/errors/CHANGELOG.md | 9 +++++++++ packages/errors/package.json | 2 +- packages/nest/CHANGELOG.md | 7 +++++++ packages/nest/package.json | 2 +- packages/next/CHANGELOG.md | 14 ++++++++++++++ packages/next/package.json | 2 +- packages/nitro/CHANGELOG.md | 13 +++++++++++++ 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/utils/CHANGELOG.md | 6 ++++++ packages/utils/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 | 15 +++++++++++++++ packages/web-shared/package.json | 2 +- packages/web/CHANGELOG.md | 9 +++++++++ packages/web/package.json | 2 +- packages/workflow/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/workflow/package.json | 2 +- packages/world-local/CHANGELOG.md | 13 +++++++++++++ packages/world-local/package.json | 2 +- packages/world-postgres/CHANGELOG.md | 16 ++++++++++++++++ packages/world-postgres/package.json | 2 +- packages/world-testing/CHANGELOG.md | 16 ++++++++++++++++ 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 +- 45 files changed, 313 insertions(+), 22 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 7bbafe7ea5..ef2e3d7983 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -67,6 +67,7 @@ "attributes-row-remove-flex-1", "avoid-peer-major-bumps", "background-step-unresolved-run", + "backport-stability-only", "batch-run-reads", "better-pets-reply", "blur-style-prop-compat", @@ -119,6 +120,7 @@ "deployment-id-latest-noop-non-vercel", "derived-framework-roots", "dirty-bees-notice", + "discover-workflows-in-node-modules-opt-out", "display-occurred-at", "docs-rendered-link-lint", "docs-step-executed-multiple-times", @@ -190,6 +192,7 @@ "fix-world-local-hook-self-conflict", "fix-world-local-step-created-race", "fix-world-postgres-events-uniqueness", + "fix-world-testing-shared-data-dir", "fix-world-vercel-request-timeout", "fix-world-zod-44-compat", "flow-route-init-traces", @@ -203,16 +206,20 @@ "fuzzy-ducks-retry", "fuzzy-mugs-learn", "geist-button-states", + "gentle-jobs-stop", "gentle-keys-occur", "getter-step-support", "getwritable-share-pipe", "great-mails-argue", + "great-news-beg", "green-streams-decode", "guard-step-consumer-events", "gzip-ref-compression-core", "gzip-ref-compression-world-vercel", "gzip-ref-compression-world", "healthcheck-coreversion", + "hip-onions-refuse", + "hoist-follow-imports-check", "hook-claim-guarded-release", "hook-conflict-web-reviver", "hook-get-conflict", @@ -229,9 +236,11 @@ "inline-completion-persistence", "inline-delta-turbo-unlocks", "inline-event-delta", + "inline-maxretries-race", "inline-step-ownership", "inline-step-registration", "inspect-region-column", + "inspect-storage-reads", "jk-nav-autoscroll", "large-inline-sourcemap-remap", "large-regions-talk", @@ -241,6 +250,7 @@ "lazy-inline-step-start", "lazy-next-step-imports", "lazy-stream-key-request-diagnostics", + "leading-edge-dispatch", "little-sites-cover", "local-chunk-sharding", "local-port-cache", @@ -263,6 +273,7 @@ "nest-vercel-support", "new-zoos-knock", "next-base-path", + "next-dev-watch-gitignore", "next-diagnostics-dist", "next-respect-package-exports", "next-root-detection", @@ -336,6 +347,10 @@ "replay-lineage-execution-context", "replay-timeout-excludes-step-bodies", "resizable-trace-detail-panel", + "retire-step-build-output", + "retire-step-health-ui", + "retire-step-queues", + "retire-step-runtime", "retry-eve-connect-timeouts", "retry-idempotent-event-posts", "retry-vqs-handler-errors-immediately", @@ -356,6 +371,7 @@ "serializable-reviver-surfaces", "serialization-refactor", "setup-graphile-worker-schema", + "sharp-points-occur", "shy-turtles-decide", "silent-abort-streams", "silly-chairs-rest", @@ -367,6 +383,7 @@ "slow-bottles-pull", "small-cycles-rest", "smart-baths-make", + "smooth-timeline-zoom", "socket-info-out-of-cache", "soft-peas-speak", "sourcemap-config-option", @@ -487,6 +504,7 @@ "world-vercel-retry-parse-failures", "world-vercel-trusted-sources", "world-zod-dependency", + "writable-group-commit", "yellow-pianos-relax", "zstd-step-error-display", "zstd-web-decoder" diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9b49a761dd..5b38d4d03f 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/astro +## 5.0.0-beta.37 + +### Patch Changes + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/builders@5.0.0-beta.37 + - @workflow/rollup@5.0.0-beta.37 + - @workflow/vite@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 298021122a..3bf21597c7 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 ba707e1e22..f701c4c42f 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,24 @@ # @workflow/builders +## 5.0.0-beta.37 + +### Minor Changes + +- [#3054](https://github.com/vercel/workflow/pull/3054) [`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add a `discoverWorkflowsInNodeModules` option (and `WORKFLOW_DISCOVER_NODE_MODULES` env var) to stop workflow discovery from descending into `node_modules`, skipping the cost of scanning third-party dependencies for workflow/step/serde code. + +### Patch Changes + +- [#3052](https://github.com/vercel/workflow/pull/3052) [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Hoist the `shouldFollowImportsFromFile` check out of `processImportSpecifier` so it is computed once per file instead of once per import specifier. + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output. + +- Updated dependencies [[`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2), [`313a074`](https://github.com/vercel/workflow/commit/313a074ad17f8acbc82e04e6eea77c63439a1df8), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42)]: + - @workflow/core@5.0.0-beta.37 + - @workflow/world-vercel@5.0.0-beta.33 + - @workflow/utils@5.0.0-beta.7 + - @workflow/world-local@5.0.0-beta.31 + - @workflow/errors@5.0.0-beta.13 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index cc0d0d2666..afdf79fa62 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 05bcf4347a..c168dee32f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,23 @@ # @workflow/cli +## 5.0.0-beta.37 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output. + +### Patch Changes + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2), [`313a074`](https://github.com/vercel/workflow/commit/313a074ad17f8acbc82e04e6eea77c63439a1df8), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42)]: + - @workflow/builders@5.0.0-beta.37 + - @workflow/core@5.0.0-beta.37 + - @workflow/world-vercel@5.0.0-beta.33 + - @workflow/world@5.0.0-beta.23 + - @workflow/utils@5.0.0-beta.7 + - @workflow/web@5.0.0-beta.37 + - @workflow/world-local@5.0.0-beta.31 + - @workflow/errors@5.0.0-beta.13 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b30aa1faa0..0109e712af 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dd23b79365..2cdf9a0cd8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,26 @@ # @workflow/core +## 5.0.0-beta.37 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the retired step route runtime and make queue health checks target the combined flow handler. + +### Patch Changes + +- [#3069](https://github.com/vercel/workflow/pull/3069) [`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Fix a false "exceeded max retries" run failure: the retry-ceiling guard counted duplicate `step_started` events written by invocations racing on the same pending batch as real attempts. The owned-recovery ceiling now counts only the owning message's own starts, and the background-step ceiling counts only bare (queue-delivered) starts. + +- [#3088](https://github.com/vercel/workflow/pull/3088) [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Stream writes dispatch the first chunk of an idle stream immediately (flush window default 0 instead of 10ms). Fast producers keep full batching via in-flight accumulation; set `streamFlushIntervalMs` (World option) or `WORKFLOW_STREAM_FLUSH_INTERVAL_MS` (env, takes precedence) above 0 to opt into a windowed leading edge. + +- [#3078](https://github.com/vercel/workflow/pull/3078) [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Stream write batching now lives in the server writable itself (group commit), so raw `ReadableStream`s piped across workflow/step boundaries batch the same as `getWritable()` instead of sending one request per chunk. + +- Updated dependencies [[`313a074`](https://github.com/vercel/workflow/commit/313a074ad17f8acbc82e04e6eea77c63439a1df8), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/world-vercel@5.0.0-beta.33 + - @workflow/world@5.0.0-beta.23 + - @workflow/utils@5.0.0-beta.7 + - @workflow/world-local@5.0.0-beta.31 + - @workflow/errors@5.0.0-beta.13 + ## 5.0.0-beta.36 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 42ba989369..1df1e021ce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 69376bb9b2..4af2f70fdd 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/errors +## 5.0.0-beta.13 + +### Patch Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the retired step route runtime and make queue health checks target the combined flow handler. + +- Updated dependencies [[`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/utils@5.0.0-beta.7 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index 8385a22f77..745a9be994 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": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index 3bae4b46a8..421cd2f366 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/nest +## 5.0.0-beta.37 + +### Patch Changes + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/builders@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Major Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index bbdc038e98..f5c459a4eb 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 908ce614e7..e990827bff 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/next +## 5.0.0-beta.37 + +### Patch Changes + +- [#3071](https://github.com/vercel/workflow/pull/3071) [`f11e9fe`](https://github.com/vercel/workflow/commit/f11e9fe56f49f3477a2aee15dabc7774928b1428) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Update `next` devDependency to 16.2.11 to address CVE-2026-64641 + +- [#3085](https://github.com/vercel/workflow/pull/3085) [`3069b49`](https://github.com/vercel/workflow/commit/3069b4918edb82f12a45d2014dc465aee03e9c39) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Dev watcher now respects `.gitignore` and a `WORKFLOW_DEV_WATCH_IGNORED_PATHS` env var, avoiding `EMFILE: too many open files` on large monorepos. + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output. + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42)]: + - @workflow/builders@5.0.0-beta.37 + - @workflow/core@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index b8b91d6eaa..3111aea124 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 7d1ddd5b7b..35cbda9c71 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/nitro +## 5.0.0-beta.37 + +### Patch Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output. + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42)]: + - @workflow/builders@5.0.0-beta.37 + - @workflow/core@5.0.0-beta.37 + - @workflow/web@5.0.0-beta.37 + - @workflow/rollup@5.0.0-beta.37 + - @workflow/vite@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index c84792393e..5518d88676 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 1ac537ab2d..85206e3357 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,13 @@ # @workflow/nuxt +## 5.0.0-beta.37 + +### Patch Changes + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/builders@5.0.0-beta.37 + - @workflow/nitro@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 55972b52a4..d1a3d7af70 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 1a584c17df..ab283cff54 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/rollup +## 5.0.0-beta.37 + +### Patch Changes + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/builders@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 9db0c8ebce..c78fcd94ca 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 c1f0f59e73..90330673be 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/sveltekit +## 5.0.0-beta.37 + +### Patch Changes + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/builders@5.0.0-beta.37 + - @workflow/rollup@5.0.0-beta.37 + - @workflow/vite@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index dd33c48ed3..fad1e63d69 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "description": "SvelteKit integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 0f4c2f0cef..af6750114e 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/utils +## 5.0.0-beta.7 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output. + ## 5.0.0-beta.6 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 17c6b49b6c..06aa38a44d 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": "5.0.0-beta.6", + "version": "5.0.0-beta.7", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 26a0d7390d..65ecfd15be 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/vite +## 5.0.0-beta.37 + +### Patch Changes + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/builders@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index f2f9b2c07e..889326f88c 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.36", + "version": "5.0.0-beta.37", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index 2b13ce1dd0..2f46e8a631 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/vitest +## 5.0.0-beta.37 + +### Patch Changes + +- Updated dependencies [[`cfe7570`](https://github.com/vercel/workflow/commit/cfe7570d67b585363644044f5ee9c9ea1fea1d24), [`b406a04`](https://github.com/vercel/workflow/commit/b406a04dfa86aae5d1482b71f18a8c7bfb1272ed), [`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42)]: + - @workflow/builders@5.0.0-beta.37 + - @workflow/core@5.0.0-beta.37 + - @workflow/world@5.0.0-beta.23 + - @workflow/world-local@5.0.0-beta.31 + - @workflow/rollup@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 58fe0721f8..fcebaf9ed5 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 64de37640c..06229273bc 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,20 @@ # @workflow/web-shared +## 5.0.0-beta.37 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Check only the combined workflow endpoint in the observability health check. + +### Patch Changes + +- [#3060](https://github.com/vercel/workflow/pull/3060) [`45a56a3`](https://github.com/vercel/workflow/commit/45a56a387d343a6a77158426aaf93d158b4c443d) Thanks [@mitul-s](https://github.com/mitul-s)! - Animate the new trace viewer's zoom controls consistently with span focus. + +- Updated dependencies [[`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42)]: + - @workflow/core@5.0.0-beta.37 + - @workflow/world@5.0.0-beta.23 + - @workflow/utils@5.0.0-beta.7 + ## 5.0.0-beta.36 ### Minor Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 12f30893c3..72a2b58e9c 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.36", + "version": "5.0.0-beta.37", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index a9edf25d4e..5870ef5a28 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/web +## 5.0.0-beta.37 + +### Patch Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Check only the combined workflow endpoint in the observability health check. + +- Updated dependencies [[`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/world-local@5.0.0-beta.31 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index 60ebb36389..8cc96ac59c 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.36", + "version": "5.0.0-beta.37", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index 7720cd7fbd..fc9cd44d72 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,27 @@ # workflow +## 5.0.0-beta.37 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the retired step route runtime and make queue health checks target the combined flow handler. + +### Patch Changes + +- Updated dependencies [[`f11e9fe`](https://github.com/vercel/workflow/commit/f11e9fe56f49f3477a2aee15dabc7774928b1428), [`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`3069b49`](https://github.com/vercel/workflow/commit/3069b4918edb82f12a45d2014dc465aee03e9c39), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42)]: + - @workflow/next@5.0.0-beta.37 + - @workflow/core@5.0.0-beta.37 + - @workflow/cli@5.0.0-beta.37 + - @workflow/nitro@5.0.0-beta.37 + - @workflow/utils@5.0.0-beta.7 + - @workflow/errors@5.0.0-beta.13 + - @workflow/astro@5.0.0-beta.37 + - @workflow/nest@5.0.0-beta.37 + - @workflow/nuxt@5.0.0-beta.37 + - @workflow/rollup@5.0.0-beta.37 + - @workflow/sveltekit@5.0.0-beta.37 + - @workflow/typescript-plugin@5.0.0-beta.5 + ## 5.0.0-beta.36 ### Minor Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index b68ea251ea..a2d4cc2154 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "5.0.0-beta.36", + "version": "5.0.0-beta.37", "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 c5b305dd75..1485b2eeb3 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/world-local +## 5.0.0-beta.31 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler. + +### Patch Changes + +- Updated dependencies [[`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/world@5.0.0-beta.23 + - @workflow/utils@5.0.0-beta.7 + - @workflow/errors@5.0.0-beta.13 + ## 5.0.0-beta.30 ### Minor Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index 07df08e92f..79f03aaf85 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.30", + "version": "5.0.0-beta.31", "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 b96c04dffa..de88d2d917 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,21 @@ # @workflow/world-postgres +## 5.0.0-beta.29 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler. + +### Patch Changes + +- [#3064](https://github.com/vercel/workflow/pull/3064) [`cdb3db4`](https://github.com/vercel/workflow/commit/cdb3db4049e96d7e7f3746302f618de62aa69f91) Thanks [@joeyhotz](https://github.com/joeyhotz)! - On shutdown, abort stalled workflow and step HTTP deliveries after Graphile Worker's grace period so their Postgres job rows are unlocked through normal failure handling instead of waiting for stale-lock recovery; aborted deliveries still consume an attempt and retry only when budget remains. Add opt-in application-managed shutdown through `applicationManagedShutdown` or `WORKFLOW_POSTGRES_APPLICATION_MANAGED_SHUTDOWN=1` so applications can await `world.close()` before closing their HTTP server and caller-owned pool. + +- Updated dependencies [[`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/world@5.0.0-beta.23 + - @workflow/utils@5.0.0-beta.7 + - @workflow/world-local@5.0.0-beta.31 + - @workflow/errors@5.0.0-beta.13 + ## 5.0.0-beta.28 ### Minor Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index 48d3c4d939..bfed3df169 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.28", + "version": "5.0.0-beta.29", "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 83164019fc..62b397aaec 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,21 @@ # @workflow/world-testing +## 5.0.0-beta.37 + +### Patch Changes + +- [#3055](https://github.com/vercel/workflow/pull/3055) [`6670e08`](https://github.com/vercel/workflow/commit/6670e08c7db156e335c4d2c9e57952fdb9ee94e2) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix flaky Local World tests caused by concurrent test servers sharing one data directory and re-enqueuing each other's in-flight runs on startup + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove the standalone step URL API and stale generated route artifacts while keeping step registrations inside the combined flow output. + +- Updated dependencies [[`fd05393`](https://github.com/vercel/workflow/commit/fd05393d2b47d1a2f347538dd3b6062d808548d2), [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`b610c46`](https://github.com/vercel/workflow/commit/b610c46f8143afe3c862fb9957f5b4b48e754b42)]: + - @workflow/core@5.0.0-beta.37 + - @workflow/world@5.0.0-beta.23 + - @workflow/cli@5.0.0-beta.37 + - @workflow/utils@5.0.0-beta.7 + - @workflow/world-local@5.0.0-beta.31 + - workflow@5.0.0-beta.37 + ## 5.0.0-beta.36 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index 252a69b938..e13f02ab92 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.36", + "version": "5.0.0-beta.37", "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 9a1fd6f744..a6ca3d19a4 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/world-vercel +## 5.0.0-beta.33 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler. + +### Patch Changes + +- [#3062](https://github.com/vercel/workflow/pull/3062) [`313a074`](https://github.com/vercel/workflow/commit/313a074ad17f8acbc82e04e6eea77c63439a1df8) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Add `WORKFLOW_DISABLE_ANALYTICS_READS=1` to opt the world's `analytics` read namespace off, forcing `workflow inspect` list paths onto strongly consistent primary storage. Intended for tests and tooling that read entities immediately after writing them, where the analytics store's asynchronous ingestion can return stale pages. + +- Updated dependencies [[`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91), [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91)]: + - @workflow/world@5.0.0-beta.23 + - @workflow/errors@5.0.0-beta.13 + ## 5.0.0-beta.32 ### Minor Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index 0a1a645203..8c35e4dec3 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.32", + "version": "5.0.0-beta.33", "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 918ccd874c..5cb8fc3078 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/world +## 5.0.0-beta.23 + +### Major Changes + +- [#3061](https://github.com/vercel/workflow/pull/3061) [`62d570e`](https://github.com/vercel/workflow/commit/62d570ed4bf38db333ae9fe9ba513c0d6a9d6b91) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Remove legacy step queue topics and payloads now that queued steps use the workflow topic and combined flow handler. + +### Patch Changes + +- [#3088](https://github.com/vercel/workflow/pull/3088) [`fc81f45`](https://github.com/vercel/workflow/commit/fc81f4502fa6d8d9a7a5c48b44394dc39c141a86) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Stream writes dispatch the first chunk of an idle stream immediately (flush window default 0 instead of 10ms). Fast producers keep full batching via in-flight accumulation; set `streamFlushIntervalMs` (World option) or `WORKFLOW_STREAM_FLUSH_INTERVAL_MS` (env, takes precedence) above 0 to opt into a windowed leading edge. + ## 5.0.0-beta.22 ### Minor Changes diff --git a/packages/world/package.json b/packages/world/package.json index 71106924bb..681c1d3327 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world", - "version": "5.0.0-beta.22", + "version": "5.0.0-beta.23", "description": "The Workflows World interface", "type": "module", "main": "dist/index.js",