Skip to content

Commit 829746e

Browse files
Version Packages (beta)
1 parent c8dce52 commit 829746e

41 files changed

Lines changed: 231 additions & 20 deletions

Some content is hidden

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

.changeset/pre.json

Lines changed: 8 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",
@@ -170,6 +173,7 @@
170173
"detect-orphaned-events",
171174
"dirty-sloths-cut",
172175
"docs-deploymentid-latest",
176+
"domexception-serialization",
173177
"dot-file-directive-discovery",
174178
"dry-mammals-change",
175179
"dull-adults-wonder",
@@ -279,6 +283,7 @@
279283
"forty-tables-lick",
280284
"forty-taxis-bet",
281285
"four-dancers-send",
286+
"four-donuts-glow",
282287
"four-pillows-fall",
283288
"free-bugs-design",
284289
"free-carrots-repair",
@@ -442,13 +447,15 @@
442447
"poor-frogs-wear",
443448
"poor-lines-make",
444449
"postgres-error-stack",
450+
"preserve-reasoning-content",
445451
"pretty-dolls-judge",
446452
"pretty-duration-format",
447453
"pretty-teeth-brush",
448454
"prevent-deterministic-webhook-tokens",
449455
"proud-dingos-peel",
450456
"public-durable-agent-tools",
451457
"public-rice-arrive",
458+
"puny-oranges-speak",
452459
"puny-schools-retire",
453460
"purple-dots-dance",
454461
"purple-paths-pump",
@@ -510,6 +517,7 @@
510517
"silver-boats-fold",
511518
"silver-carrots-think",
512519
"silver-doodles-look",
520+
"six-peas-make",
513521
"sixty-baboons-wonder",
514522
"sixty-carpets-join",
515523
"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 [[`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), [`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/core@4.2.0-beta.78
16+
- @workflow/world-vercel@4.1.0-beta.49
17+
- @workflow/world-local@4.1.0-beta.51
18+
- @workflow/world@4.1.0-beta.17
19+
- @workflow/web@4.1.0-beta.47
20+
- @workflow/errors@4.1.0-beta.20
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @workflow/core
22

3+
## 4.2.0-beta.78
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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.
10+
11+
- [#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
12+
13+
- Updated dependencies [[`c8dce52`](https://github.com/vercel/workflow/commit/c8dce5260627a2f349618976e8478ce03e656536)]:
14+
- @workflow/world-vercel@4.1.0-beta.49
15+
- @workflow/world-local@4.1.0-beta.51
16+
- @workflow/world@4.1.0-beta.17
17+
- @workflow/errors@4.1.0-beta.20
18+
319
## 4.2.0-beta.77
420

521
### Patch Changes

0 commit comments

Comments
 (0)