Skip to content

Commit c78bec3

Browse files
Version Packages (beta) (#308)
Signed-off-by: Nathan Rajlich <n@n8.io>
1 parent 23f5c1d commit c78bec3

39 files changed

+366
-20
lines changed

.changeset/pre.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,23 @@
4646
"bumpy-taxis-learn",
4747
"busy-ears-switch",
4848
"chatty-bees-sing",
49+
"chilly-yaks-sneeze",
4950
"consolidate-config",
5051
"cool-radios-beg",
5152
"cool-zebras-yawn",
5253
"crazy-days-agree",
5354
"crazy-waves-leave",
5455
"create-builders-package",
56+
"cruel-houses-sneeze",
5557
"cuddly-otters-sin",
5658
"curvy-ravens-clean",
5759
"cute-drinks-swim",
60+
"cyan-bars-speak",
5861
"dark-toys-melt",
5962
"deduplicate-configs",
6063
"dry-mammals-change",
6164
"dull-adults-wonder",
65+
"eager-lands-rhyme",
6266
"easy-coats-find",
6367
"easy-donkeys-lie",
6468
"eight-clubs-refuse",
@@ -68,11 +72,16 @@
6872
"famous-jeans-itch",
6973
"fast-eels-warn",
7074
"fine-ideas-beam",
75+
"five-planets-push",
7176
"fix-cli-flag-docs-typo",
77+
"fix-error-stack-rendering",
7278
"floppy-dancers-lose",
7379
"floppy-symbols-check",
80+
"fluffy-peaches-buy",
7481
"forty-crabs-wonder",
82+
"four-pillows-fall",
7583
"free-forks-relax",
84+
"good-icons-love",
7685
"green-ducks-wave",
7786
"happy-bees-greet",
7887
"heavy-baboons-relax",
@@ -84,16 +93,21 @@
8493
"khaki-turtles-build",
8594
"kind-vans-shout",
8695
"large-crabs-juggle",
96+
"late-otters-melt",
97+
"lazy-wombats-dig",
8798
"legal-cycles-leave",
8899
"lemon-aliens-jog",
89100
"light-planes-grin",
90101
"light-rice-rush",
102+
"little-experts-show",
91103
"little-suits-sip",
92104
"lucky-breads-fry",
105+
"lucky-dolphins-flow",
93106
"lucky-signs-shine",
94107
"major-moles-sit",
95108
"mean-mangos-hope",
96109
"metal-sheep-wait",
110+
"moody-taxes-wonder",
97111
"move-next-builder",
98112
"nasty-donuts-grow",
99113
"nasty-olives-jam",
@@ -102,15 +116,22 @@
102116
"nine-insects-refuse",
103117
"nine-owls-write",
104118
"ninety-cobras-shop",
119+
"ninety-lions-grab",
105120
"open-weeks-sniff",
121+
"pink-aliens-itch",
106122
"poor-eyes-build",
123+
"postgres-error-stack",
124+
"pretty-dolls-judge",
107125
"quick-lizards-drum",
108126
"quiet-boxes-carry",
109127
"real-moose-kick",
128+
"red-cities-poke",
110129
"rude-wings-brush",
111130
"serious-starfishes-accept",
131+
"shaggy-falcons-make",
112132
"shaggy-tigers-attack",
113133
"silly-pens-shine",
134+
"silver-boats-fold",
114135
"sixty-baboons-wonder",
115136
"sixty-facts-slide",
116137
"slick-rabbits-travel",
@@ -121,6 +142,7 @@
121142
"smooth-rats-attack",
122143
"social-paths-swim",
123144
"soft-glasses-watch",
145+
"sour-tigers-serve",
124146
"spotty-eggs-sip",
125147
"spotty-needles-show",
126148
"standardize-naming",
@@ -134,11 +156,15 @@
134156
"thick-steaks-beam",
135157
"thin-mangos-double",
136158
"thin-squids-roll",
159+
"tidy-states-see",
137160
"tiny-coins-sip",
138161
"tough-comics-grab",
162+
"tough-toys-shop",
163+
"tough-wasps-notice",
139164
"tricky-wasps-ask",
140165
"twelve-pandas-study",
141166
"twenty-clouds-smoke",
167+
"twenty-gifts-win",
142168
"two-cooks-unite",
143169
"two-rabbits-burn",
144170
"violet-mails-send",
@@ -149,8 +175,13 @@
149175
"whole-toes-add",
150176
"whole-turkeys-beam",
151177
"wide-wombats-own",
178+
"wide-wombats-poke",
152179
"witty-phones-doubt",
153180
"witty-toys-open",
181+
"witty-vans-report",
182+
"world-vercel-error-serialization",
183+
"yellow-books-nail",
184+
"yellow-cats-teach",
154185
"young-humans-create"
155186
]
156187
}

packages/ai/CHANGELOG.md

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

3+
## 4.0.1-beta.14
4+
5+
### Patch Changes
6+
7+
- 45b7b41: Add support for defining `model` as a step function initializer
8+
- 23f5c1d: Make `tools` optional in DurableAgent
9+
- Updated dependencies [b97b6bf]
10+
- Updated dependencies [6419962]
11+
- Updated dependencies [9335026]
12+
- workflow@4.0.1-beta.14
13+
314
## 4.0.1-beta.13
415

516
### Patch Changes

packages/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/ai",
3-
"version": "4.0.1-beta.13",
3+
"version": "4.0.1-beta.14",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",
@@ -42,7 +42,7 @@
4242
"ai": "catalog:"
4343
},
4444
"peerDependencies": {
45-
"workflow": "4.0.1-beta.13",
45+
"workflow": "4.0.1-beta.14",
4646
"ai": "^5"
4747
},
4848
"dependencies": {

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.10
4+
5+
### Patch Changes
6+
7+
- 8e96134: Add .svelte-kit to ignored paths
8+
- b97b6bf: Lock all dependencies in our packages
9+
- Updated dependencies [5eb588a]
10+
- Updated dependencies [00b0bb9]
11+
- Updated dependencies [0b848cd]
12+
- Updated dependencies [85ce8e0]
13+
- Updated dependencies [b97b6bf]
14+
- Updated dependencies [45b7b41]
15+
- Updated dependencies [00b0bb9]
16+
- Updated dependencies [f8e5d10]
17+
- Updated dependencies [6be03f3]
18+
- Updated dependencies [8002e0f]
19+
- Updated dependencies [f07b2da]
20+
- Updated dependencies [aecdcdf]
21+
- @workflow/swc-plugin@4.0.1-beta.6
22+
- @workflow/core@4.0.1-beta.12
23+
- @workflow/errors@4.0.1-beta.5
24+
325
## 4.0.1-beta.9
426

527
### 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.9",
3+
"version": "4.0.1-beta.10",
44
"description": "Shared builder infrastructure for Workflow DevKit",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 4.0.1-beta.14
4+
5+
### Patch Changes
6+
7+
- b97b6bf: Lock all dependencies in our packages
8+
- Updated dependencies [aa015af]
9+
- Updated dependencies [00b0bb9]
10+
- Updated dependencies [5eb588a]
11+
- Updated dependencies [00b0bb9]
12+
- Updated dependencies [0b848cd]
13+
- Updated dependencies [85ce8e0]
14+
- Updated dependencies [8e96134]
15+
- Updated dependencies [b97b6bf]
16+
- Updated dependencies [45b7b41]
17+
- Updated dependencies [00b0bb9]
18+
- Updated dependencies [f8e5d10]
19+
- Updated dependencies [6be03f3]
20+
- Updated dependencies [8002e0f]
21+
- Updated dependencies [f07b2da]
22+
- Updated dependencies [00b0bb9]
23+
- Updated dependencies [00b0bb9]
24+
- Updated dependencies [79480f2]
25+
- Updated dependencies [aecdcdf]
26+
- @workflow/world-local@5.0.0-beta.8
27+
- @workflow/swc-plugin@4.0.1-beta.6
28+
- @workflow/core@4.0.1-beta.12
29+
- @workflow/builders@4.0.1-beta.10
30+
- @workflow/world-vercel@4.0.1-beta.8
31+
- @workflow/errors@4.0.1-beta.5
32+
- @workflow/web@4.0.1-beta.11
33+
- @workflow/world@4.0.1-beta.5
34+
335
## 4.0.1-beta.13
436

537
### 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.0.1-beta.13",
3+
"version": "4.0.1-beta.14",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 4.0.1-beta.12
4+
5+
### Patch Changes
6+
7+
- 5eb588a: Remove step function identifier transform out of swc-plugin and into `useStep()` runtime function
8+
- 00b0bb9: Implement the world's structured error interface
9+
- 85ce8e0: add waitUntil wrapping for toplevel commands for transaction-like behavior
10+
11+
when deployed on Vercel or other serverless providers, we must signal that we need to wait until operations are done before the function can halt the request.
12+
13+
This means that we can't rely on discrete operations (like Queue.queue or Storage calls), and instead wrap the entire `start` function (which calls multiple discrete operations) in a single `await waitUntil` call.
14+
15+
- b97b6bf: Lock all dependencies in our packages
16+
- f8e5d10: Support serializing step function references
17+
- 6be03f3: Use "stepId" instead of `Symbol.for("STEP_FUNCTION_NAME_SYMBOL")` for annotating step functions
18+
- f07b2da: Transform step functions to single `useStep()` calls
19+
- Updated dependencies [aa015af]
20+
- Updated dependencies [00b0bb9]
21+
- Updated dependencies [b97b6bf]
22+
- Updated dependencies [00b0bb9]
23+
- Updated dependencies [00b0bb9]
24+
- Updated dependencies [00b0bb9]
25+
- Updated dependencies [79480f2]
26+
- @workflow/world-local@5.0.0-beta.8
27+
- @workflow/world-vercel@4.0.1-beta.8
28+
- @workflow/errors@4.0.1-beta.5
29+
- @workflow/utils@4.0.1-beta.3
30+
- @workflow/world@4.0.1-beta.5
31+
332
## 4.0.1-beta.11
433

534
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/core",
3-
"version": "4.0.1-beta.11",
3+
"version": "4.0.1-beta.12",
44
"description": "Core runtime and engine for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

packages/errors/CHANGELOG.md

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

3+
## 4.0.1-beta.5
4+
5+
### Patch Changes
6+
7+
- b97b6bf: Lock all dependencies in our packages
8+
- 00b0bb9: Wire through world's structured errors in WorkflowRunFailedError
9+
- Updated dependencies [b97b6bf]
10+
- @workflow/utils@4.0.1-beta.3
11+
312
## 4.0.1-beta.4
413

514
### Patch Changes

0 commit comments

Comments
 (0)