workflow@5.0.0-beta.29
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
@workflow/core@5.0.0-beta.29
- #2833
3f69666@VaguelySerious - Report time-to-first-step and step-to-step overhead latency telemetry on step completion events. - #2833
3f69666@VaguelySerious -experimental_setAttributesnow resolves via an in-process replay instead of a queue re-invocation, removing a delivery round-trip before subsequent steps. - #2840
712ed61@VaguelySerious - Add an optional reason to run cancellation (run.cancel({ cancelReason })), recorded on the cancellation event and shown in the run detail view.
@workflow/world@5.0.0-beta.17
- #2833
3f69666@VaguelySerious - Report time-to-first-step and step-to-step overhead latency telemetry on step completion events. - #2840
712ed61@VaguelySerious - Add an optional reason to run cancellation (run.cancel({ cancelReason })), recorded on the cancellation event and shown in the run detail view.
@workflow/world-local@5.0.0-beta.25
- #2830
79a9813@AndrewBarba - Fix hook operations scaling with total event history: hook creation, hook cache rebuilds, and token lookups now use durable per-token/per-hookId indexes instead of scanning the entire global event log, and run-termination hook cleanup uses per-run markers instead of reading every live hook. Directory listings read files concurrently,runs.listdefaults to a page size of 200, and compiled filename regexes are reused.
@workflow/world-vercel@5.0.0-beta.25
- #2833
3f69666@VaguelySerious - Report time-to-first-step and step-to-step overhead latency telemetry on step completion events. - #2840
712ed61@VaguelySerious - Add an optional reason to run cancellation (run.cancel({ cancelReason })), recorded on the cancellation event and shown in the run detail view.
@workflow/web-shared@5.0.0-beta.29
- #2817
d6defd4@mitul-s - Add an optionalgetModuleSourceUrlresolver to the trace viewer sidebar data so hosts can render the Module row in the span detail panel as a link to the module's source (e.g. the deployment source view on vercel.com). - #2827
0459ffc@mitul-s - Fix middle truncation on detail panel - #2832
3679833@mitul-s - Use solid instead of alpha borders for trace viewer event-list dividers. - #2840
712ed61@VaguelySerious - Add an optional reason to run cancellation (run.cancel({ cancelReason })), recorded on the cancellation event and shown in the run detail view. - #2838
f2f4b9d@mitul-s - Make the trace event-list/timeline split-pane divider drag match the span detail panel: wider hit target, hover/focus/drag highlight, double-click reset, and keyboard/ARIA resize. - #2826
68ad966@mitul-s - Keep the Input/Output sections of the span attribute panel open after decrypting run data. - #2835
cfdb86d@mitul-s - Smooth the new trace viewer's click-to-focus zoom with a stronger ease-in-out curve.