Skip to content

Commit 548c9e5

Browse files
Version Packages (beta)
1 parent 9d19530 commit 548c9e5

33 files changed

+171
-16
lines changed

.changeset/pre.json

Lines changed: 7 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",
@@ -442,13 +446,15 @@
442446
"poor-frogs-wear",
443447
"poor-lines-make",
444448
"postgres-error-stack",
449+
"preserve-reasoning-content",
445450
"pretty-dolls-judge",
446451
"pretty-duration-format",
447452
"pretty-teeth-brush",
448453
"prevent-deterministic-webhook-tokens",
449454
"proud-dingos-peel",
450455
"public-durable-agent-tools",
451456
"public-rice-arrive",
457+
"puny-oranges-speak",
452458
"puny-schools-retire",
453459
"purple-dots-dance",
454460
"purple-paths-pump",
@@ -510,6 +516,7 @@
510516
"silver-boats-fold",
511517
"silver-carrots-think",
512518
"silver-doodles-look",
519+
"six-peas-make",
513520
"sixty-baboons-wonder",
514521
"sixty-carpets-join",
515522
"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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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), [`ab872cc`](https://github.com/vercel/workflow/commit/ab872cc9fb6c24091c8c0eeb0efa7d0cbbdf20d8)]:
10+
- @workflow/core@4.2.0-beta.78
11+
312
## 4.0.1-beta.68
413

514
### 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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), [`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/web@4.1.0-beta.47
17+
318
## 4.2.0-beta.77
419

520
### 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
- [#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
10+
311
## 4.2.0-beta.77
412

513
### Patch Changes

0 commit comments

Comments
 (0)