Skip to content
Open
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
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"bright-pears-drum",
"bright-waits-refresh",
"builders-discovery-fixes",
"bump-esbuild-0-28-1",
"bump-undici-7-26",
"bundle-aliased-project-local-helpers",
"byte-stream-wire-framing",
Expand Down Expand Up @@ -142,6 +143,7 @@
"hook-conflict-web-reviver",
"hook-get-conflict",
"hook-sleep-replay-ordering",
"idempotency-strategy-e2e",
"ignore-generated-manifest",
"inline-step-registration",
"large-inline-sourcemap-remap",
Expand Down Expand Up @@ -183,6 +185,7 @@
"rare-badgers-judge",
"ready-pens-hug",
"reconnect-object-streams",
"relative-time-card",
"remove-client-mode",
"remove-private-subpath",
"remove-sdk-serde-exclusion",
Expand All @@ -193,6 +196,7 @@
"replay-timeout-excludes-step-bodies",
"retry-vqs-handler-errors-immediately",
"rich-toes-live",
"run-idempotency-docs",
"run-step-error-hydration",
"runtime-decryption-error",
"runtime-schema-validation-failure",
Expand All @@ -203,16 +207,20 @@
"serializable-reviver-surfaces",
"serialization-refactor",
"setup-graphile-worker-schema",
"shy-turtles-decide",
"silver-coins-deny",
"silver-comics-care",
"sixty-plants-shout",
"skip-community-worlds-main",
"skip-world-local-nov-ghosts",
"slow-bottles-pull",
"small-cycles-rest",
"smart-baths-make",
"socket-info-out-of-cache",
"sourcemap-config-option",
"split-tarballs-from-docs",
"stale-sveltekit-triggers-main",
"start-allow-reserved-attributes",
"start-in-workflow",
"step-attributes",
"step-bind-preserves-metadata",
Expand Down Expand Up @@ -243,15 +251,18 @@
"upgrading-workflows-cookbook",
"upset-ghosts-rush",
"v2-combined-bundle",
"v4-events-client",
"validate-step-id-duplicates",
"vast-oranges-fail",
"vercel-world-custom-dispatcher",
"versioning-docs",
"warn-external-workflow-packages",
"web-shared-error-family-revivers",
"web-vercel-preset",
"wild-taxes-guess",
"windows-inline-sourcemaps",
"wise-frogs-thank",
"witty-pugs-applaud",
"workflow-function-serialization",
"world-init-cold-start",
"world-local-path-traversal",
Expand Down
7 changes: 7 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/ai

## 5.0.0-beta.10

### Patch Changes

- Updated dependencies [[`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc)]:
- workflow@5.0.0-beta.16

## 5.0.0-beta.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/ai",
"version": "5.0.0-beta.9",
"version": "5.0.0-beta.10",
"description": "Workflow SDK compatible helper library for the AI SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/astro

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6)]:
- @workflow/builders@5.0.0-beta.16
- @workflow/rollup@5.0.0-beta.16
- @workflow/vite@5.0.0-beta.16

## 5.0.0-beta.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/astro",
"version": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Astro integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/builders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/builders

## 5.0.0-beta.16

### Patch Changes

- [#2395](https://github.com/vercel/workflow/pull/2395) [`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6) Thanks [@pranaygp](https://github.com/pranaygp)! - Upgrade esbuild to ^0.28.1 to resolve GHSA-gv7w-rqvm-qjhr (missing binary integrity verification before executing downloaded binaries).

- Updated dependencies [[`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc)]:
- @workflow/core@5.0.0-beta.16
- @workflow/errors@5.0.0-beta.7

## 5.0.0-beta.15

### 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": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Shared builder infrastructure for Workflow SDK",
"type": "module",
"main": "./dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @workflow/cli

## 5.0.0-beta.16

### Patch Changes

- [#2395](https://github.com/vercel/workflow/pull/2395) [`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6) Thanks [@pranaygp](https://github.com/pranaygp)! - Upgrade esbuild to ^0.28.1 to resolve GHSA-gv7w-rqvm-qjhr (missing binary integrity verification before executing downloaded binaries).

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6), [`af859c3`](https://github.com/vercel/workflow/commit/af859c3a6db812daf6c640ff3d99488cddca8bd0), [`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc), [`0178fa5`](https://github.com/vercel/workflow/commit/0178fa5730fa8b4529bc179e2ff969e0fc882eb9)]:
- @workflow/builders@5.0.0-beta.16
- @workflow/world-local@5.0.0-beta.17
- @workflow/world-vercel@5.0.0-beta.15
- @workflow/core@5.0.0-beta.16
- @workflow/world@5.0.0-beta.10
- @workflow/web@5.0.0-beta.16
- @workflow/errors@5.0.0-beta.7

## 5.0.0-beta.15

### 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": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Command-line interface for Workflow SDK",
"type": "module",
"bin": {
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @workflow/core

## 5.0.0-beta.16

### Minor Changes

- [#2385](https://github.com/vercel/workflow/pull/2385) [`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc) Thanks [@pranaygp](https://github.com/pranaygp)! - Add an `allowReservedAttributes` option to `start()` so framework-level callers can seed reserved `$`-prefixed run attributes at creation, matching the existing `experimental_setAttributes` option. The flag is carried through the resilient-start queue input so lazy run creation validates identically.

### Patch Changes

- Updated dependencies [[`af859c3`](https://github.com/vercel/workflow/commit/af859c3a6db812daf6c640ff3d99488cddca8bd0), [`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc), [`0178fa5`](https://github.com/vercel/workflow/commit/0178fa5730fa8b4529bc179e2ff969e0fc882eb9)]:
- @workflow/world-local@5.0.0-beta.17
- @workflow/world-vercel@5.0.0-beta.15
- @workflow/world@5.0.0-beta.10
- @workflow/errors@5.0.0-beta.7

## 5.0.0-beta.15

### Minor 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": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Core runtime and engine for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/nest

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6)]:
- @workflow/builders@5.0.0-beta.16

## 5.0.0-beta.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nest",
"version": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "NestJS integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/next

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6), [`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc)]:
- @workflow/builders@5.0.0-beta.16
- @workflow/core@5.0.0-beta.16

## 5.0.0-beta.15

### 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": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Next.js integration for Workflow SDK",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/nitro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/nitro

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6), [`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc)]:
- @workflow/builders@5.0.0-beta.16
- @workflow/core@5.0.0-beta.16
- @workflow/rollup@5.0.0-beta.16
- @workflow/vite@5.0.0-beta.16
- @workflow/web@5.0.0-beta.16

## 5.0.0-beta.15

### 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": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Nitro integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/nuxt

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies []:
- @workflow/nitro@5.0.0-beta.16

## 5.0.0-beta.15

### 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": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Nuxt integration for Workflow SDK",
"license": "Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/rollup

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6)]:
- @workflow/builders@5.0.0-beta.16

## 5.0.0-beta.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/rollup",
"version": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Rollup plugin for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/sveltekit

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6)]:
- @workflow/builders@5.0.0-beta.16
- @workflow/rollup@5.0.0-beta.16
- @workflow/vite@5.0.0-beta.16

## 5.0.0-beta.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/sveltekit",
"version": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "SvelteKit integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/vite

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6)]:
- @workflow/builders@5.0.0-beta.16

## 5.0.0-beta.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/vite",
"description": "Vite plugin for Workflow SDK",
"version": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/vitest

## 5.0.0-beta.16

### Patch Changes

- Updated dependencies [[`011d482`](https://github.com/vercel/workflow/commit/011d482808793e8deb0e8523a9c16af129490ee6), [`af859c3`](https://github.com/vercel/workflow/commit/af859c3a6db812daf6c640ff3d99488cddca8bd0), [`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc)]:
- @workflow/builders@5.0.0-beta.16
- @workflow/world-local@5.0.0-beta.17
- @workflow/core@5.0.0-beta.16
- @workflow/world@5.0.0-beta.10
- @workflow/rollup@5.0.0-beta.16

## 5.0.0-beta.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/vitest",
"version": "5.0.0-beta.15",
"version": "5.0.0-beta.16",
"description": "Vitest plugin for testing Workflow SDK workflows",
"type": "module",
"main": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/web-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @workflow/web-shared

## 5.0.0-beta.16

### Minor Changes

- [#2328](https://github.com/vercel/workflow/pull/2328) [`56dcf5f`](https://github.com/vercel/workflow/commit/56dcf5f2e14e65606ca51e50cff2e63a3f23c6c6) Thanks [@mitul-s](https://github.com/mitul-s)! - Add RelativeTimeCard.

### Patch Changes

- [#2393](https://github.com/vercel/workflow/pull/2393) [`dde689a`](https://github.com/vercel/workflow/commit/dde689a056c9b7df8025c8531e73a499a0967331) Thanks [@pranaygp](https://github.com/pranaygp)! - Render `attr_set` events across the observability UI: diamond markers on the trace timeline, expandable change payloads (keys set/removed and the writer) in the run sidebar and Events tab, and a key-value Attributes card on run details with reserved `$`-prefixed keys badged.

- Updated dependencies [[`628795a`](https://github.com/vercel/workflow/commit/628795aa8729bef442c7a1583cf2f3d986e9e4fc)]:
- @workflow/core@5.0.0-beta.16
- @workflow/world@5.0.0-beta.10

## 5.0.0-beta.15

### Patch Changes
Expand Down
Loading