workflow@5.0.0-beta.27
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
@workflow/core@5.0.0-beta.27
- #2718
cc7f076@VaguelySerious - Make runtime tuning constants (timeouts, retry counts, stream buffering/reconnect) configurable viaWORKFLOW_*environment variables, and forwardWORKFLOW_TEST_LIMIT_OVERRIDESto the backend as a request header so a deployment can tighten server-side limits for testing. - #2665
5a23159@NathanColosimo - Reduce e2e timing and polling flakes. - #2678
f6772d9@ijjk - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports.
@workflow/world@5.0.0-beta.15
- #2234
f76377b@karthikscale3 - Add an optional metadata-onlyworld.analyticsnamespace for observability reads (runs, steps, events, hooks, waits). Implemented by@workflow/world-vercel; payload-bearing fields remain on the canonical runtime storage APIs. - #2718
cc7f076@VaguelySerious - Make runtime tuning constants (timeouts, retry counts, stream buffering/reconnect) configurable viaWORKFLOW_*environment variables, and forwardWORKFLOW_TEST_LIMIT_OVERRIDESto the backend as a request header so a deployment can tighten server-side limits for testing. - #2747
2ab7057@NathanColosimo - Keep local hooks reachable after a crash or restart by rebuilding lost hook cache files from committed hook creation events, preventing active hook tokens from being reused.
@workflow/world-local@5.0.0-beta.23
- #2152
fc5bdcb@pranaygp - Reduce local sequential-step replay I/O with bounded recent-event and storage-directory caches. - #2747
2ab7057@NathanColosimo - Keep local hooks reachable after a crash or restart by rebuilding lost hook cache files from committed hook creation events, preventing active hook tokens from being reused.
@workflow/world-postgres@5.0.0-beta.21
- #2705
97b8469@NathanColosimo - Move Workflow Postgres enum types into the workflow schema. - #2714
dd36e26@NathanColosimo - Fix Postgres step lifecycle event ordering so a late concurrent step_started is no longer logged after step_completed.
@workflow/world-vercel@5.0.0-beta.23
- #2234
f76377b@karthikscale3 - Add an optional metadata-onlyworld.analyticsnamespace for observability reads (runs, steps, events, hooks, waits). Implemented by@workflow/world-vercel; payload-bearing fields remain on the canonical runtime storage APIs. - #2718
cc7f076@VaguelySerious - Make runtime tuning constants (timeouts, retry counts, stream buffering/reconnect) configurable viaWORKFLOW_*environment variables, and forwardWORKFLOW_TEST_LIMIT_OVERRIDESto the backend as a request header so a deployment can tighten server-side limits for testing. - #2680
89f4726@karthikscale3 - Decompress gzip- and zstd-prefixed serialized data returned from Vercel Workflow storage, and route OSS web hydration through the async WASM-capable path for compressed payloads.
@workflow/web@5.0.0-beta.27
- #2680
89f4726@karthikscale3 - Decompress gzip- and zstd-prefixed serialized data returned from Vercel Workflow storage, and route OSS web hydration through the async WASM-capable path for compressed payloads.
@workflow/web-shared@5.0.0-beta.27
- #2773
19577b8@mitul-s - Make the span detail panel in the new trace viewer user-resizable: drag its left border (double-click to reset), with the width persisted across sessions. - #2695
ce0bbb1@mitul-s - Use Unicode ellipsis character (…) instead of three dots (...) in middle-truncate component. - #2604
53ecc57@mitul-s - Align the detail panel top info rows with the Attributes section styling, group them in a collapsible Metadata section, and render values in monospace. - #2694
6080b8e@mitul-s - Add arrow key support on trace viewer - #2680
89f4726@karthikscale3 - Decompress gzip- and zstd-prefixed serialized data returned from Vercel Workflow storage, and route OSS web hydration through the async WASM-capable path for compressed payloads.
@workflow/ai@5.0.0-beta.13
- #2730
0f02af4@NathanColosimo - Continue DurableAgent tool loops whenever a model step contains tool calls, regardless of the reported finish reason. - #2699
654f959@VaguelySerious - DurableAgent now recovers from invalid tool-call input by returning the validation error to the model instead of aborting the stream.
@workflow/typescript-plugin@5.0.0-beta.5
- #2769
eb7f60c@NathanColosimo - Stop warning on direct workflow calls from workflow code, where direct-await composition is valid.
@workflow/builders@5.0.0-beta.27
- #2725
532b0e1@NathanColosimo - Share framework project root detection across Astro, Next.js, and SvelteKit. - #2678
f6772d9@ijjk - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports. - #2702
7615d99@NathanColosimo - Fix workflow graph extraction when transformed step proxies include pure annotations.
@workflow/next@5.0.0-beta.27
- #2725
532b0e1@NathanColosimo - Share framework project root detection across Astro, Next.js, and SvelteKit. - #2678
f6772d9@ijjk - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports. - #2729
7eabc1f@NathanColosimo - Derive the workflow builder project root from Next.js workspace root configuration. - #2693
24f3707@ijjk - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings.
@workflow/nitro@5.0.0-beta.27
- #2722
923ddd9@NathanColosimo - Pass configured Nitro workflow scan directories through to Workflow builders. - #2713
3077b8a@NathanColosimo - Use Nitro's workspace root for workflow module resolution so Nitro and Nuxt monorepo apps can import sibling workspace packages without extra config.
@workflow/nuxt@5.0.0-beta.27
- #2713
3077b8a@NathanColosimo - Use Nitro's workspace root for workflow module resolution so Nitro and Nuxt monorepo apps can import sibling workspace packages without extra config.
@workflow/sveltekit@5.0.0-beta.27
- #2725
532b0e1@NathanColosimo - Share framework project root detection across Astro, Next.js, and SvelteKit.
@workflow/astro@5.0.0-beta.27
- #2725
532b0e1@NathanColosimo - Share framework project root detection across Astro, Next.js, and SvelteKit.
@workflow/utils@5.0.0-beta.5
- #2678
f6772d9@ijjk - Filter Windows netstat output by PID column when detecting local workflow ports.
@workflow/vitest@5.0.0-beta.27
- #2726
5faffbc@NathanColosimo - Derive the Workflow Vitest cwd from the resolved Vitest project root.