Skip to content

Commit c44a45a

Browse files
Version Packages (beta)
1 parent d631152 commit c44a45a

Some content is hidden

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

41 files changed

+240
-20
lines changed

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
"changesets": [
5353
"add-btoa-buffer",
5454
"add-bulk-cancel-and-status-filter",
55+
"add-cli-transform-validate",
56+
"add-cli-validate-serde",
5557
"add-documentation",
5658
"add-durable-agent-constructor-context",
5759
"add-hook-conflict-error",
@@ -64,6 +66,7 @@
6466
"add-resolve-latest-deployment-world",
6567
"add-run-exists-getter",
6668
"add-run-wake-up",
69+
"add-serde-compliance-checker",
6770
"add-sleep-in-loop-e2e-test",
6871
"add-type-safety",
6972
"afraid-candies-find",
@@ -132,6 +135,7 @@
132135
"cold-planets-pump",
133136
"common-mangos-bet",
134137
"common-singers-hide",
138+
"configurable-stream-flush-interval",
135139
"consolidate-config",
136140
"cool-lands-buy",
137141
"cool-radios-beg",
@@ -170,6 +174,7 @@
170174
"detect-orphaned-events",
171175
"dirty-sloths-cut",
172176
"docs-deploymentid-latest",
177+
"domexception-serialization",
173178
"dot-file-directive-discovery",
174179
"dry-mammals-change",
175180
"dull-adults-wonder",
@@ -279,6 +284,7 @@
279284
"forty-tables-lick",
280285
"forty-taxis-bet",
281286
"four-dancers-send",
287+
"four-donuts-glow",
282288
"four-pillows-fall",
283289
"free-bugs-design",
284290
"free-carrots-repair",
@@ -442,13 +448,15 @@
442448
"poor-frogs-wear",
443449
"poor-lines-make",
444450
"postgres-error-stack",
451+
"preserve-reasoning-content",
445452
"pretty-dolls-judge",
446453
"pretty-duration-format",
447454
"pretty-teeth-brush",
448455
"prevent-deterministic-webhook-tokens",
449456
"proud-dingos-peel",
450457
"public-durable-agent-tools",
451458
"public-rice-arrive",
459+
"puny-oranges-speak",
452460
"puny-schools-retire",
453461
"purple-dots-dance",
454462
"purple-paths-pump",
@@ -510,6 +518,7 @@
510518
"silver-boats-fold",
511519
"silver-carrots-think",
512520
"silver-doodles-look",
521+
"six-peas-make",
513522
"sixty-baboons-wonder",
514523
"sixty-carpets-join",
515524
"sixty-facts-slide",

packages/ai/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workflow/ai
22

3+
## 4.1.0-beta.61
4+
5+
### Patch Changes
6+
7+
- [#1444](https://github.com/vercel/workflow/pull/1444) [`e9ebe8f`](https://github.com/vercel/workflow/commit/e9ebe8faa3da673481a699d01c29a1726f15b042) Thanks [@gr2m](https://github.com/gr2m)! - Preserve reasoning content in DurableAgent conversation history across tool loop steps
8+
9+
- Updated dependencies []:
10+
- workflow@4.2.0-beta.78
11+
312
## 4.1.0-beta.60
413

514
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/ai",
3-
"version": "4.1.0-beta.60",
3+
"version": "4.1.0-beta.61",
44
"description": "Workflow SDK compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/astro/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workflow/astro
22

3+
## 4.0.0-beta.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5d2aef`](https://github.com/vercel/workflow/commit/f5d2aef58ff6d655989d00e4b9a8712d856bdca0)]:
8+
- @workflow/builders@4.0.1-beta.69
9+
- @workflow/rollup@4.0.0-beta.35
10+
- @workflow/vite@4.0.0-beta.28
11+
312
## 4.0.0-beta.51
413

514
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/astro",
3-
"version": "4.0.0-beta.51",
3+
"version": "4.0.0-beta.52",
44
"description": "Astro integration for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @workflow/builders
22

3+
## 4.0.1-beta.69
4+
5+
### Patch Changes
6+
7+
- [#1552](https://github.com/vercel/workflow/pull/1552) [`f5d2aef`](https://github.com/vercel/workflow/commit/f5d2aef58ff6d655989d00e4b9a8712d856bdca0) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Add serde compliance checker (`analyzeSerdeCompliance`) and build-time warnings for classes with Node.js imports in workflow bundle
8+
9+
- Updated dependencies [[`7e70d18`](https://github.com/vercel/workflow/commit/7e70d1823add7930d6df7f84e1a6a77d888eb851), [`ba916e1`](https://github.com/vercel/workflow/commit/ba916e1566acc56533e7f5fcebbb8466360e0581), [`c8dce52`](https://github.com/vercel/workflow/commit/c8dce5260627a2f349618976e8478ce03e656536), [`ab872cc`](https://github.com/vercel/workflow/commit/ab872cc9fb6c24091c8c0eeb0efa7d0cbbdf20d8)]:
10+
- @workflow/core@4.2.0-beta.78
11+
- @workflow/errors@4.1.0-beta.20
12+
313
## 4.0.1-beta.68
414

515
### Patch Changes

packages/builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/builders",
3-
"version": "4.0.1-beta.68",
3+
"version": "4.0.1-beta.69",
44
"description": "Shared builder infrastructure for Workflow SDK",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @workflow/cli
22

3+
## 4.2.0-beta.78
4+
5+
### Patch Changes
6+
7+
- [#1552](https://github.com/vercel/workflow/pull/1552) [`f5d2aef`](https://github.com/vercel/workflow/commit/f5d2aef58ff6d655989d00e4b9a8712d856bdca0) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Add `workflow transform` command for inspecting SWC transform output with optional serde compliance analysis
8+
9+
- [#1552](https://github.com/vercel/workflow/pull/1552) [`f5d2aef`](https://github.com/vercel/workflow/commit/f5d2aef58ff6d655989d00e4b9a8712d856bdca0) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Implement serde compliance checks in `workflow validate`
10+
11+
- [#1414](https://github.com/vercel/workflow/pull/1414) [`2680a42`](https://github.com/vercel/workflow/commit/2680a427f0f15182ce559bdab620a1c6d463c3f3) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Add `Request` and `Response` revivers to web and CLI hydration so serialized Request/Response objects display correctly in the observability UI and CLI inspect output.
12+
13+
- Updated dependencies [[`f5d2aef`](https://github.com/vercel/workflow/commit/f5d2aef58ff6d655989d00e4b9a8712d856bdca0), [`7e70d18`](https://github.com/vercel/workflow/commit/7e70d1823add7930d6df7f84e1a6a77d888eb851), [`ba916e1`](https://github.com/vercel/workflow/commit/ba916e1566acc56533e7f5fcebbb8466360e0581), [`c8dce52`](https://github.com/vercel/workflow/commit/c8dce5260627a2f349618976e8478ce03e656536), [`ab872cc`](https://github.com/vercel/workflow/commit/ab872cc9fb6c24091c8c0eeb0efa7d0cbbdf20d8)]:
14+
- @workflow/builders@4.0.1-beta.69
15+
- @workflow/world@4.1.0-beta.17
16+
- @workflow/core@4.2.0-beta.78
17+
- @workflow/world-local@4.1.0-beta.51
18+
- @workflow/world-vercel@4.1.0-beta.49
19+
- @workflow/errors@4.1.0-beta.20
20+
- @workflow/web@4.1.0-beta.47
21+
322
## 4.2.0-beta.77
423

524
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/cli",
3-
"version": "4.2.0-beta.77",
3+
"version": "4.2.0-beta.78",
44
"description": "Command-line interface for Workflow SDK",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @workflow/core
22

3+
## 4.2.0-beta.78
4+
5+
### Patch Changes
6+
7+
- [#1533](https://github.com/vercel/workflow/pull/1533) [`7e70d18`](https://github.com/vercel/workflow/commit/7e70d1823add7930d6df7f84e1a6a77d888eb851) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add `streamFlushIntervalMs` option to `Streamer` interface, optional for worlds to allow overwriting the default of 10ms in low-latency environments.
8+
9+
- [#1512](https://github.com/vercel/workflow/pull/1512) [`ba916e1`](https://github.com/vercel/workflow/commit/ba916e1566acc56533e7f5fcebbb8466360e0581) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Add `DOMException` to the workflow VM context and add first-class serialization support, preserving `message`, `name`, and derived `code` across serialization boundaries
10+
11+
- [#1537](https://github.com/vercel/workflow/pull/1537) [`c8dce52`](https://github.com/vercel/workflow/commit/c8dce5260627a2f349618976e8478ce03e656536) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Allow workflow invocation to create run if initial storage call in `start` did not succeed. Send run input through queue to enable this. Allow creating run_created and run_started events together in World, and skip first event list call by returning events directly.
12+
13+
- [#1606](https://github.com/vercel/workflow/pull/1606) [`ab872cc`](https://github.com/vercel/workflow/commit/ab872cc9fb6c24091c8c0eeb0efa7d0cbbdf20d8) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Make registeredSteps a global singleton to protect against module duplication and caching issues
14+
15+
- Updated dependencies [[`7e70d18`](https://github.com/vercel/workflow/commit/7e70d1823add7930d6df7f84e1a6a77d888eb851), [`c8dce52`](https://github.com/vercel/workflow/commit/c8dce5260627a2f349618976e8478ce03e656536)]:
16+
- @workflow/world@4.1.0-beta.17
17+
- @workflow/world-local@4.1.0-beta.51
18+
- @workflow/world-vercel@4.1.0-beta.49
19+
- @workflow/errors@4.1.0-beta.20
20+
321
## 4.2.0-beta.77
422

523
### Patch Changes

0 commit comments

Comments
 (0)