Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,23 @@
"bumpy-taxis-learn",
"busy-ears-switch",
"chatty-bees-sing",
"chilly-yaks-sneeze",
"consolidate-config",
"cool-radios-beg",
"cool-zebras-yawn",
"crazy-days-agree",
"crazy-waves-leave",
"create-builders-package",
"cruel-houses-sneeze",
"cuddly-otters-sin",
"curvy-ravens-clean",
"cute-drinks-swim",
"cyan-bars-speak",
"dark-toys-melt",
"deduplicate-configs",
"dry-mammals-change",
"dull-adults-wonder",
"eager-lands-rhyme",
"easy-coats-find",
"easy-donkeys-lie",
"eight-clubs-refuse",
Expand All @@ -68,11 +72,16 @@
"famous-jeans-itch",
"fast-eels-warn",
"fine-ideas-beam",
"five-planets-push",
"fix-cli-flag-docs-typo",
"fix-error-stack-rendering",
"floppy-dancers-lose",
"floppy-symbols-check",
"fluffy-peaches-buy",
"forty-crabs-wonder",
"four-pillows-fall",
"free-forks-relax",
"good-icons-love",
"green-ducks-wave",
"happy-bees-greet",
"heavy-baboons-relax",
Expand All @@ -84,16 +93,21 @@
"khaki-turtles-build",
"kind-vans-shout",
"large-crabs-juggle",
"late-otters-melt",
"lazy-wombats-dig",
"legal-cycles-leave",
"lemon-aliens-jog",
"light-planes-grin",
"light-rice-rush",
"little-experts-show",
"little-suits-sip",
"lucky-breads-fry",
"lucky-dolphins-flow",
"lucky-signs-shine",
"major-moles-sit",
"mean-mangos-hope",
"metal-sheep-wait",
"moody-taxes-wonder",
"move-next-builder",
"nasty-donuts-grow",
"nasty-olives-jam",
Expand All @@ -102,15 +116,22 @@
"nine-insects-refuse",
"nine-owls-write",
"ninety-cobras-shop",
"ninety-lions-grab",
"open-weeks-sniff",
"pink-aliens-itch",
"poor-eyes-build",
"postgres-error-stack",
"pretty-dolls-judge",
"quick-lizards-drum",
"quiet-boxes-carry",
"real-moose-kick",
"red-cities-poke",
"rude-wings-brush",
"serious-starfishes-accept",
"shaggy-falcons-make",
"shaggy-tigers-attack",
"silly-pens-shine",
"silver-boats-fold",
"sixty-baboons-wonder",
"sixty-facts-slide",
"slick-rabbits-travel",
Expand All @@ -121,6 +142,7 @@
"smooth-rats-attack",
"social-paths-swim",
"soft-glasses-watch",
"sour-tigers-serve",
"spotty-eggs-sip",
"spotty-needles-show",
"standardize-naming",
Expand All @@ -134,11 +156,15 @@
"thick-steaks-beam",
"thin-mangos-double",
"thin-squids-roll",
"tidy-states-see",
"tiny-coins-sip",
"tough-comics-grab",
"tough-toys-shop",
"tough-wasps-notice",
"tricky-wasps-ask",
"twelve-pandas-study",
"twenty-clouds-smoke",
"twenty-gifts-win",
"two-cooks-unite",
"two-rabbits-burn",
"violet-mails-send",
Expand All @@ -149,8 +175,13 @@
"whole-toes-add",
"whole-turkeys-beam",
"wide-wombats-own",
"wide-wombats-poke",
"witty-phones-doubt",
"witty-toys-open",
"witty-vans-report",
"world-vercel-error-serialization",
"yellow-books-nail",
"yellow-cats-teach",
"young-humans-create"
]
}
11 changes: 11 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/ai

## 4.0.1-beta.14

### Patch Changes

- 45b7b41: Add support for defining `model` as a step function initializer
- 23f5c1d: Make `tools` optional in DurableAgent
- Updated dependencies [b97b6bf]
- Updated dependencies [6419962]
- Updated dependencies [9335026]
- workflow@4.0.1-beta.14

## 4.0.1-beta.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/ai",
"version": "4.0.1-beta.13",
"version": "4.0.1-beta.14",
"description": "Workflow DevKit compatible helper library for the AI SDK",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ai": "catalog:"
},
"peerDependencies": {
"workflow": "4.0.1-beta.13",
"workflow": "4.0.1-beta.14",
"ai": "^5"
},
"dependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/builders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @workflow/builders

## 4.0.1-beta.10

### Patch Changes

- 8e96134: Add .svelte-kit to ignored paths
- b97b6bf: Lock all dependencies in our packages
- Updated dependencies [5eb588a]
- Updated dependencies [00b0bb9]
- Updated dependencies [0b848cd]
- Updated dependencies [85ce8e0]
- Updated dependencies [b97b6bf]
- Updated dependencies [45b7b41]
- Updated dependencies [00b0bb9]
- Updated dependencies [f8e5d10]
- Updated dependencies [6be03f3]
- Updated dependencies [8002e0f]
- Updated dependencies [f07b2da]
- Updated dependencies [aecdcdf]
- @workflow/swc-plugin@4.0.1-beta.6
- @workflow/core@4.0.1-beta.12
- @workflow/errors@4.0.1-beta.5

## 4.0.1-beta.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/builders",
"version": "4.0.1-beta.9",
"version": "4.0.1-beta.10",
"description": "Shared builder infrastructure for Workflow DevKit",
"type": "module",
"main": "./dist/index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @workflow/cli

## 4.0.1-beta.14

### Patch Changes

- b97b6bf: Lock all dependencies in our packages
- Updated dependencies [aa015af]
- Updated dependencies [00b0bb9]
- Updated dependencies [5eb588a]
- Updated dependencies [00b0bb9]
- Updated dependencies [0b848cd]
- Updated dependencies [85ce8e0]
- Updated dependencies [8e96134]
- Updated dependencies [b97b6bf]
- Updated dependencies [45b7b41]
- Updated dependencies [00b0bb9]
- Updated dependencies [f8e5d10]
- Updated dependencies [6be03f3]
- Updated dependencies [8002e0f]
- Updated dependencies [f07b2da]
- Updated dependencies [00b0bb9]
- Updated dependencies [00b0bb9]
- Updated dependencies [79480f2]
- Updated dependencies [aecdcdf]
- @workflow/world-local@5.0.0-beta.8
- @workflow/swc-plugin@4.0.1-beta.6
- @workflow/core@4.0.1-beta.12
- @workflow/builders@4.0.1-beta.10
- @workflow/world-vercel@4.0.1-beta.8
- @workflow/errors@4.0.1-beta.5
- @workflow/web@4.0.1-beta.11
- @workflow/world@4.0.1-beta.5

## 4.0.1-beta.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/cli",
"version": "4.0.1-beta.13",
"version": "4.0.1-beta.14",
"description": "Command-line interface for Workflow DevKit",
"type": "module",
"bin": {
Expand Down
29 changes: 29 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @workflow/core

## 4.0.1-beta.12

### Patch Changes

- 5eb588a: Remove step function identifier transform out of swc-plugin and into `useStep()` runtime function
- 00b0bb9: Implement the world's structured error interface
- 85ce8e0: add waitUntil wrapping for toplevel commands for transaction-like behavior

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.

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.

- b97b6bf: Lock all dependencies in our packages
- f8e5d10: Support serializing step function references
- 6be03f3: Use "stepId" instead of `Symbol.for("STEP_FUNCTION_NAME_SYMBOL")` for annotating step functions
- f07b2da: Transform step functions to single `useStep()` calls
- Updated dependencies [aa015af]
- Updated dependencies [00b0bb9]
- Updated dependencies [b97b6bf]
- Updated dependencies [00b0bb9]
- Updated dependencies [00b0bb9]
- Updated dependencies [00b0bb9]
- Updated dependencies [79480f2]
- @workflow/world-local@5.0.0-beta.8
- @workflow/world-vercel@4.0.1-beta.8
- @workflow/errors@4.0.1-beta.5
- @workflow/utils@4.0.1-beta.3
- @workflow/world@4.0.1-beta.5

## 4.0.1-beta.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/core",
"version": "4.0.1-beta.11",
"version": "4.0.1-beta.12",
"description": "Core runtime and engine for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/errors

## 4.0.1-beta.5

### Patch Changes

- b97b6bf: Lock all dependencies in our packages
- 00b0bb9: Wire through world's structured errors in WorkflowRunFailedError
- Updated dependencies [b97b6bf]
- @workflow/utils@4.0.1-beta.3

## 4.0.1-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/errors",
"description": "A package for standardizing errors in Workflow DevKit",
"version": "4.0.1-beta.4",
"version": "4.0.1-beta.5",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
20 changes: 20 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @workflow/next

## 4.0.1-beta.14

### Patch Changes

- Updated dependencies [5eb588a]
- Updated dependencies [00b0bb9]
- Updated dependencies [0b848cd]
- Updated dependencies [85ce8e0]
- Updated dependencies [8e96134]
- Updated dependencies [b97b6bf]
- Updated dependencies [45b7b41]
- Updated dependencies [f8e5d10]
- Updated dependencies [6be03f3]
- Updated dependencies [8002e0f]
- Updated dependencies [f07b2da]
- Updated dependencies [aecdcdf]
- @workflow/swc-plugin@4.0.1-beta.6
- @workflow/core@4.0.1-beta.12
- @workflow/builders@4.0.1-beta.10

## 4.0.1-beta.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/next",
"version": "4.0.1-beta.13",
"version": "4.0.1-beta.14",
"description": "Next.js integration for Workflow DevKit",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/nitro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @vercel/workflow-nitro

## 4.0.1-beta.14

### Patch Changes

- 945a946: Add Vite middleware to handle 404s in workflow routes from Nitro and silence undefined unhandled rejections
- b97b6bf: Lock all dependencies in our packages
- Updated dependencies [5eb588a]
- Updated dependencies [00b0bb9]
- Updated dependencies [0b848cd]
- Updated dependencies [85ce8e0]
- Updated dependencies [8e96134]
- Updated dependencies [b97b6bf]
- Updated dependencies [45b7b41]
- Updated dependencies [f8e5d10]
- Updated dependencies [6be03f3]
- Updated dependencies [8002e0f]
- Updated dependencies [f07b2da]
- Updated dependencies [aecdcdf]
- @workflow/swc-plugin@4.0.1-beta.6
- @workflow/core@4.0.1-beta.12
- @workflow/builders@4.0.1-beta.10

## 4.0.1-beta.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nitro",
"version": "4.0.1-beta.13",
"version": "4.0.1-beta.14",
"description": "Nitro integration for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/nuxt

## 4.0.1-beta.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG has version entries in incorrect order: 4.0.1-beta.3, 4.0.1-beta.2, then 4.0.1-beta.7. This violates semantic versioning conventions where CHANGELOG entries should be in descending version order.

View Details
📝 Patch Details
diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md
index a6e2308..1e989ee 100644
--- a/packages/nuxt/CHANGELOG.md
+++ b/packages/nuxt/CHANGELOG.md
@@ -1,5 +1,13 @@
 # @workflow/nuxt
 
+## 4.0.1-beta.7
+
+### Patch Changes
+
+- fb8153b: Add Nuxt module
+- Updated dependencies [98c36f1]
+  - @workflow/nitro@4.0.1-beta.12
+
 ## 4.0.1-beta.3
 
 ### Patch Changes
@@ -13,11 +21,3 @@
 ### Patch Changes
 
 - @workflow/nitro@4.0.1-beta.13
-
-## 4.0.1-beta.7
-
-### Patch Changes
-
-- fb8153b: Add Nuxt module
-- Updated dependencies [98c36f1]
-  - @workflow/nitro@4.0.1-beta.12

Analysis

CHANGELOG version entries in incorrect semantic versioning order

What fails: packages/nuxt/CHANGELOG.md lists version entries in incorrect order - 4.0.1-beta.3, 4.0.1-beta.2, then 4.0.1-beta.7 - violating semantic versioning conventions

How to reproduce:

cat packages/nuxt/CHANGELOG.md | head -24

Result: Entries appear as beta.3 → beta.2 → beta.7, with beta.7 (the highest/newest version) listed last

Expected: Per Common Changelog specification, releases must be sorted latest-first according to Semantic Versioning rules. Entries should appear as: beta.7 → beta.3 → beta.2

Fix applied: Reordered CHANGELOG entries to descending version order (4.0.1-beta.7 first, followed by 4.0.1-beta.3, then 4.0.1-beta.2)


### Patch Changes

- b97b6bf: Lock all dependencies in our packages
- Updated dependencies [945a946]
- Updated dependencies [b97b6bf]
- @workflow/nitro@4.0.1-beta.14

## 4.0.1-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nuxt",
"version": "4.0.1-beta.2",
"version": "4.0.1-beta.3",
"description": "Nuxt integration for Workflow DevKit",
"license": "Apache-2.0",
"type": "module",
Expand Down
Loading