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
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"abort-signal-replay-ordering",
"ack-after-step-dispatch",
"add-platformatic-world",
"add-surrealdb-world",
"afraid-bananas-peel",
"all-chicken-enjoy",
"allow-sync-step-functions",
Expand Down Expand Up @@ -392,6 +393,8 @@
"repro-partial-results",
"resilient-resume-hook",
"resizable-trace-detail-panel",
"retain-workflow-vm",
"retained-vm-guest-code-gate",
"retire-step-build-output",
"retire-step-health-ui",
"retire-step-queues",
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.40

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.40
- @workflow/rollup@5.0.0-beta.40
- @workflow/vite@5.0.0-beta.40

## 5.0.0-beta.39

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

## 5.0.0-beta.40

### Patch Changes

- Updated dependencies [[`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842), [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d)]:
- @workflow/core@5.0.0-beta.40

## 5.0.0-beta.39

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

## 5.0.0-beta.40

### Patch Changes

- Updated dependencies [[`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842), [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d)]:
- @workflow/core@5.0.0-beta.40
- @workflow/builders@5.0.0-beta.40
- @workflow/web@5.0.0-beta.40

## 5.0.0-beta.39

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

## 5.0.0-beta.40

### Minor Changes

- [#3046](https://github.com/vercel/workflow/pull/3046) [`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Retain workflow execution across inline steps within one invocation; `WORKFLOW_RETAINED_VM=0` disables retention. Boundaries whose step arguments are not primitive values fall back to ordinary replay.

- [#3047](https://github.com/vercel/workflow/pull/3047) [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Retained workflow VMs now keep the fast path when step arguments are plain data or standard built-ins (`Map`, `Set`, `Date`, typed arrays, `URL`, `Headers`, …), not just primitives. A boundary falls back to a normal replay only when serializing its arguments ran code the workflow controls — a getter, a proxy, a custom serializer — or computed an `Error`'s stack trace.

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"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.40

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.40

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"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.40

### Patch Changes

- Updated dependencies [[`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842), [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d)]:
- @workflow/core@5.0.0-beta.40
- @workflow/builders@5.0.0-beta.40

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"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.40

### Patch Changes

- Updated dependencies [[`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842), [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d)]:
- @workflow/core@5.0.0-beta.40
- @workflow/builders@5.0.0-beta.40
- @workflow/web@5.0.0-beta.40
- @workflow/rollup@5.0.0-beta.40
- @workflow/vite@5.0.0-beta.40

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"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.40

### Patch Changes

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

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"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.40

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.40

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"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.40

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.40
- @workflow/rollup@5.0.0-beta.40
- @workflow/vite@5.0.0-beta.40

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"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.40

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.40

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/vitest

## 5.0.0-beta.40

### Patch Changes

- Updated dependencies [[`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842), [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d)]:
- @workflow/core@5.0.0-beta.40
- @workflow/builders@5.0.0-beta.40
- @workflow/rollup@5.0.0-beta.40

## 5.0.0-beta.39

### 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.39",
"version": "5.0.0-beta.40",
"description": "Vitest plugin for testing Workflow SDK workflows",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/web-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/web-shared

## 5.0.0-beta.40

### Patch Changes

- Updated dependencies [[`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842), [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d)]:
- @workflow/core@5.0.0-beta.40

## 5.0.0-beta.39

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/web-shared",
"description": "Shared components for Workflow Observability UI",
"version": "5.0.0-beta.39",
"version": "5.0.0-beta.40",
"private": false,
"files": [
"dist",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @workflow/web

## 5.0.0-beta.40

## 5.0.0-beta.39

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/web",
"description": "Workflow Observability UI",
"version": "5.0.0-beta.39",
"version": "5.0.0-beta.40",
"type": "module",
"private": false,
"files": [
Expand Down
22 changes: 22 additions & 0 deletions packages/workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# workflow

## 5.0.0-beta.40

### Minor Changes

- [#3046](https://github.com/vercel/workflow/pull/3046) [`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Retain workflow execution across inline steps within one invocation; `WORKFLOW_RETAINED_VM=0` disables retention. Boundaries whose step arguments are not primitive values fall back to ordinary replay.

- [#3047](https://github.com/vercel/workflow/pull/3047) [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Retained workflow VMs now keep the fast path when step arguments are plain data or standard built-ins (`Map`, `Set`, `Date`, typed arrays, `URL`, `Headers`, …), not just primitives. A boundary falls back to a normal replay only when serializing its arguments ran code the workflow controls — a getter, a proxy, a custom serializer — or computed an `Error`'s stack trace.

### Patch Changes

- Updated dependencies [[`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842), [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d)]:
- @workflow/core@5.0.0-beta.40
- @workflow/cli@5.0.0-beta.40
- @workflow/next@5.0.0-beta.40
- @workflow/nitro@5.0.0-beta.40
- @workflow/typescript-plugin@5.0.0-beta.5
- @workflow/astro@5.0.0-beta.40
- @workflow/nest@5.0.0-beta.40
- @workflow/rollup@5.0.0-beta.40
- @workflow/sveltekit@5.0.0-beta.40
- @workflow/nuxt@5.0.0-beta.40

## 5.0.0-beta.39

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow",
"version": "5.0.0-beta.39",
"version": "5.0.0-beta.40",
"description": "Workflow SDK - Build durable, resilient, and observable workflows",
"main": "dist/typescript-plugin.cjs",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/world-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/world-testing

## 5.0.0-beta.40

### Patch Changes

- Updated dependencies [[`5d591d2`](https://github.com/vercel/workflow/commit/5d591d28863b539d8ff5b5af56f99b43d1db9842), [`89ede82`](https://github.com/vercel/workflow/commit/89ede82faa25143a150edcd088cd48b6d34daf3d)]:
- @workflow/core@5.0.0-beta.40
- workflow@5.0.0-beta.40
- @workflow/cli@5.0.0-beta.40

## 5.0.0-beta.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/world-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/world-testing",
"version": "5.0.0-beta.39",
"version": "5.0.0-beta.40",
"description": "Testing utilities and World implementation for Workflow SDK",
"main": "dist/src/index.mjs",
"files": [
Expand Down