Skip to content

Commit 4b50729

Browse files
authored
Merge branch 'main' into main
2 parents 3e67b36 + 047c01b commit 4b50729

121 files changed

Lines changed: 2507 additions & 299 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/better-peas-buy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@workflow/world": patch
3+
"@workflow/core": patch
4+
"@workflow/world-local": patch
5+
"@workflow/world-postgres": patch
6+
---
7+
8+
Combine initial run fetch, event fetch, and run_started event creation

.changeset/bright-lamps-protect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/nitro": patch
3+
---
4+
5+
Preserve generated step bundle side effects in Nitro virtual handlers so local production builds keep workflow step registrations available at runtime.

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"docs",
2222
"nextjs-turbopack",
2323
"nextjs-webpack",
24-
"workflow-devkit-compiler-playground",
24+
"workflow-sdk-compiler-playground",
2525
"@workflow/docs-typecheck",
2626
"@workflow/example-*",
2727
"@workflow/vitest-workbench"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/core": patch
3+
---
4+
5+
Fix `resumeHook()`/`resumeWebhook()` failing on workflow runs from pre-encryption deployments by checking the target run's `workflowCoreVersion` capabilities before encoding the payload
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/ai": patch
3+
---
4+
5+
Fix fatal stream errors surfacing as `[object Object]` instead of real error messages
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/next": patch
3+
---
4+
5+
Stop unconditionally setting `WORKFLOW_PUBLIC_MANIFEST=1` during `next dev`, which caused `public/.well-known/workflow/v1/manifest.json` to be created without the env var being explicitly set.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@workflow/world-local': patch
3+
'@workflow/world-vercel': patch
4+
'@workflow/world-postgres': patch
5+
---
6+
7+
Fix zod v3/v4 schema mismatch crash (`keyValidator._parse is not a function`) by using consistent `zod/v4` imports in queue files that consume v4-native schemas from `@workflow/world`

.changeset/pre.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@workflow/serde": "4.0.0",
4444
"@workflow/nest": "4.0.0",
4545
"@workflow/example-nest": "0.0.0",
46-
"workflow-devkit-compiler-playground": "0.1.0",
46+
"workflow-sdk-compiler-playground": "0.1.0",
4747
"@workflow/example-nitro": "0.0.0",
4848
"@workflow/vitest": "4.0.1-beta.1",
4949
"@workflow/vitest-workbench": "0.0.1",
@@ -76,6 +76,7 @@
7676
"async-serde",
7777
"auto-vqs-run-id-header",
7878
"backwards-compat",
79+
"better-peas-buy",
7980
"better-wings-deny",
8081
"big-chicken-know",
8182
"bigint-serialization",
@@ -95,6 +96,7 @@
9596
"breezy-schools-wonder",
9697
"breezy-trains-chew",
9798
"bright-ducks-travel",
99+
"bright-lamps-protect",
98100
"bright-pandas-fold",
99101
"brown-chicken-act",
100102
"brown-cobras-raise",
@@ -229,11 +231,13 @@
229231
"fix-encryption-key-external-context",
230232
"fix-error-stack-rendering",
231233
"fix-flaky-promise-any-test",
234+
"fix-hook-resume-encryption-compat",
232235
"fix-hook-sleep-suspension",
233236
"fix-hooks-list-sort-order",
234237
"fix-infra-error-handling",
235238
"fix-local-queue-timeout-status",
236239
"fix-local-world-terminal-guards",
240+
"fix-object-object-error",
237241
"fix-prepare-step-system-ordering",
238242
"fix-project-config",
239243
"fix-provider-metadata-tool-calls",
@@ -257,6 +261,7 @@
257261
"fix-windows-esm-dynamic-import",
258262
"fix-workflow-step-not-found-errors",
259263
"fix-world-vercel-fetchrunkey-error",
264+
"fix-zod-v4-import-mismatch",
260265
"flat-cloths-cough",
261266
"flat-eels-dance",
262267
"flat-lemons-carry",
@@ -452,6 +457,7 @@
452457
"quick-teeth-roll",
453458
"quiet-boxes-carry",
454459
"quiet-ears-punch",
460+
"quiet-plums-speak",
455461
"quiet-streams-order",
456462
"rare-goats-take",
457463
"ready-dogs-jog",
@@ -461,6 +467,7 @@
461467
"red-cities-poke",
462468
"red-ears-smoke",
463469
"red-rooms-buy",
470+
"reenqueue-active-runs-on-restart",
464471
"remove-buffer-from-vm",
465472
"remove-deprecated-workflow-events",
466473
"remove-paused-resumed",
@@ -649,6 +656,7 @@
649656
"whole-toes-add",
650657
"whole-turkeys-beam",
651658
"whole-walls-walk",
659+
"wicked-actors-cheer",
652660
"wide-ants-smash",
653661
"wide-cities-hunt",
654662
"wide-onions-slide",

.changeset/quiet-plums-speak.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@workflow/sveltekit": patch
3+
"@workflow/builders": patch
4+
"@workflow/errors": patch
5+
"@workflow/core": patch
6+
"@workflow/next": patch
7+
---
8+
9+
Increase flow route limit to max fluid duration and fail run if a single replay takes too long
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/core": patch
3+
---
4+
5+
Make `start()` return `Run<unknown>` with `unknown[]` args when `deploymentId` is provided, since the deployed workflow version may have different types

0 commit comments

Comments
 (0)