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
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"calm-geese-observe",
"calm-geese-share",
"cancel-v4-frame-stream",
"catchable-step-arg-serialization-errors",
"centralize-event-semantics",
"chatty-walls-appear",
"ci-runtime-fast-paths",
Expand Down Expand Up @@ -340,6 +341,7 @@
"loud-pugs-recycle",
"lucky-windows-smash",
"many-peas-jog",
"marker-kind-prefix",
"mean-cameras-hope",
"metadata-panel-styling",
"metadata-token-hookid-copy",
Expand Down Expand Up @@ -443,6 +445,7 @@
"remove-obsolete-world-factory-aliases",
"remove-old-trace-viewer",
"remove-private-subpath",
"remove-release-app-dispatch",
"remove-safe-mode",
"remove-sdk-serde-exclusion",
"remove-step-file-copy",
Expand Down Expand Up @@ -492,6 +495,7 @@
"serialization-refactor",
"setup-graphile-worker-schema",
"sharp-points-occur",
"short-step-trace-names",
"shy-frogs-juggle",
"shy-turtles-decide",
"sidebar-request-id",
Expand All @@ -503,6 +507,7 @@
"sixty-plants-shout",
"skip-changeset-release-deploys",
"skip-community-worlds-main",
"skip-unchanged-generated-writes",
"skip-world-local-nov-ghosts",
"slot-event-ids",
"slot-ids-are-required",
Expand Down Expand Up @@ -547,6 +552,7 @@
"stso-inline-vs-queue-hop",
"sveltekit-config-loader",
"sveltekit-h2-noderequire",
"sveltekit-public-config-loader",
"swc-arguments-not-closure",
"swc-destructuring-default-dce",
"swc-gitignore-builder",
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.44

### Patch Changes

- Updated dependencies [[`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/builders@5.0.0-beta.44
- @workflow/rollup@5.0.0-beta.44
- @workflow/vite@5.0.0-beta.44

## 5.0.0-beta.43

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

## 5.0.0-beta.44

### Patch Changes

- [#3454](https://github.com/vercel/workflow/pull/3454) [`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773) Thanks [@josuediazflores](https://github.com/josuediazflores)! - Emit `manifest.json` in a stable order and remove a redundant compilation round per no-op rebuild in Next dev.

- Updated dependencies [[`5b5a926`](https://github.com/vercel/workflow/commit/5b5a926f8850ec5d967e090cc0500028fd53e2ef)]:
- @workflow/core@5.0.0-beta.44

## 5.0.0-beta.43

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

### Patch Changes

- Updated dependencies [[`5b5a926`](https://github.com/vercel/workflow/commit/5b5a926f8850ec5d967e090cc0500028fd53e2ef), [`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/core@5.0.0-beta.44
- @workflow/builders@5.0.0-beta.44
- @workflow/web@5.0.0-beta.44

## 5.0.0-beta.43

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

## 5.0.0-beta.44

### Patch Changes

- [#3675](https://github.com/vercel/workflow/pull/3675) [`5b5a926`](https://github.com/vercel/workflow/commit/5b5a926f8850ec5d967e090cc0500028fd53e2ef) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Step-argument serialization failures now fail the step with a catchable `SerializationError` (via a `step_failed` event, like a step-body failure) instead of failing the run from outside the workflow, and when uncaught they fail the run immediately as a `USER_ERROR` rather than retrying until max queue deliveries.

## 5.0.0-beta.43

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

### Patch Changes

- Updated dependencies [[`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/builders@5.0.0-beta.44

## 5.0.0-beta.43

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

## 5.0.0-beta.44

### Patch Changes

- [#3454](https://github.com/vercel/workflow/pull/3454) [`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773) Thanks [@josuediazflores](https://github.com/josuediazflores)! - Emit `manifest.json` in a stable order and remove a redundant compilation round per no-op rebuild in Next dev.

- Updated dependencies [[`5b5a926`](https://github.com/vercel/workflow/commit/5b5a926f8850ec5d967e090cc0500028fd53e2ef), [`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/core@5.0.0-beta.44
- @workflow/builders@5.0.0-beta.44

## 5.0.0-beta.43

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

## 5.0.0-beta.44

### Patch Changes

- [#3454](https://github.com/vercel/workflow/pull/3454) [`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773) Thanks [@josuediazflores](https://github.com/josuediazflores)! - Emit `manifest.json` in a stable order and remove a redundant compilation round per no-op rebuild in Next dev.

- Updated dependencies [[`5b5a926`](https://github.com/vercel/workflow/commit/5b5a926f8850ec5d967e090cc0500028fd53e2ef), [`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/core@5.0.0-beta.44
- @workflow/builders@5.0.0-beta.44
- @workflow/web@5.0.0-beta.44
- @workflow/rollup@5.0.0-beta.44
- @workflow/vite@5.0.0-beta.44

## 5.0.0-beta.43

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

### Patch Changes

- Updated dependencies [[`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/nitro@5.0.0-beta.44

## 5.0.0-beta.43

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

### Patch Changes

- Updated dependencies [[`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/builders@5.0.0-beta.44

## 5.0.0-beta.43

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

## 5.0.0-beta.44

### Patch Changes

- [#3509](https://github.com/vercel/workflow/pull/3509) [`37ed049`](https://github.com/vercel/workflow/commit/37ed0493e1a46da46333ddfb42428542c39c6537) Thanks [@dummdidumm](https://github.com/dummdidumm)! - Load SvelteKit route configuration through `@sveltejs/load-config`, including projects that configure SvelteKit exclusively in `vite.config`.

- Updated dependencies [[`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/builders@5.0.0-beta.44
- @workflow/rollup@5.0.0-beta.44
- @workflow/vite@5.0.0-beta.44

## 5.0.0-beta.43

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

### Patch Changes

- Updated dependencies [[`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/builders@5.0.0-beta.44

## 5.0.0-beta.43

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

### Patch Changes

- Updated dependencies [[`5b5a926`](https://github.com/vercel/workflow/commit/5b5a926f8850ec5d967e090cc0500028fd53e2ef), [`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773)]:
- @workflow/core@5.0.0-beta.44
- @workflow/builders@5.0.0-beta.44
- @workflow/rollup@5.0.0-beta.44

## 5.0.0-beta.43

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

## 5.0.0-beta.44

### Patch Changes

- [#3692](https://github.com/vercel/workflow/pull/3692) [`a06afee`](https://github.com/vercel/workflow/commit/a06afeefe6cd6489c18bbc10e77d429529112224) Thanks [@mitul-s](https://github.com/mitul-s)! - Prefix trace viewer marker context cards with "Hook received" or "Attribute set" before the relative time.

- [#3684](https://github.com/vercel/workflow/pull/3684) [`4bd533d`](https://github.com/vercel/workflow/commit/4bd533de172a7b56ab1ca40038311dff7d28d1ae) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Display short step names when observability events contain a workflow-prefixed name.

- Updated dependencies [[`5b5a926`](https://github.com/vercel/workflow/commit/5b5a926f8850ec5d967e090cc0500028fd53e2ef)]:
- @workflow/core@5.0.0-beta.44

## 5.0.0-beta.43

### Patch 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.43",
"version": "5.0.0-beta.44",
"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.44

## 5.0.0-beta.43

### Patch 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.43",
"version": "5.0.0-beta.44",
"type": "module",
"private": false,
"files": [
Expand Down
16 changes: 16 additions & 0 deletions packages/workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# workflow

## 5.0.0-beta.44

### Patch Changes

- Updated dependencies [[`5b5a926`](https://github.com/vercel/workflow/commit/5b5a926f8850ec5d967e090cc0500028fd53e2ef), [`8a2648e`](https://github.com/vercel/workflow/commit/8a2648e35f3ccfdffd275bc37470dd3396981773), [`37ed049`](https://github.com/vercel/workflow/commit/37ed0493e1a46da46333ddfb42428542c39c6537)]:
- @workflow/core@5.0.0-beta.44
- @workflow/next@5.0.0-beta.44
- @workflow/nitro@5.0.0-beta.44
- @workflow/sveltekit@5.0.0-beta.44
- @workflow/cli@5.0.0-beta.44
- @workflow/typescript-plugin@5.0.0-beta.5
- @workflow/astro@5.0.0-beta.44
- @workflow/nest@5.0.0-beta.44
- @workflow/rollup@5.0.0-beta.44
- @workflow/nuxt@5.0.0-beta.44

## 5.0.0-beta.43

### Patch 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.43",
"version": "5.0.0-beta.44",
"description": "Workflow SDK - Build durable, resilient, and observable workflows",
"main": "dist/typescript-plugin.cjs",
"type": "module",
Expand Down
Loading