Releases: majiayu000/harness
Releases · majiayu000/harness
Release list
v0.6.34
First release with a tracked changelog. A workflow-runtime reliability patch bundling six audit fixes (dispatcher / worker / reducer / validator / store / sweepers).
Fixed
- runtime: treat
dispatchingPR-feedback commands as active, closing a duplicate-sweep window (#1178, #1185) - runtime:
prompt_taskno longer completes without validation evidence (#1179, #1186) - runtime: disabling the worker short-circuits queued jobs while builtin lifecycle activities keep flowing; transient preflight errors no longer permanently fail jobs (#1181, #1187)
- runtime: validate replayed events at event time instead of
Utc::now()for deterministic replay (#1182, #1188) - runtime: recover
repo_backlogworkflows stuck inblocked(#1180, #1193) - runtime: scope PR-feedback child lookup by
parent_workflow_idand honor fresh PR activity (#1183, #1194)
Changed
- Workspace crates are now publishable: crate descriptions,
license/repositoryinheritance, and versioned internal dependencies.
Full changelog: see CHANGELOG.md