Skip to content

Releases: majiayu000/harness

Release list

v0.6.34

Choose a tag to compare

@majiayu000 majiayu000 released this 30 May 03:11
d8e1d06

First release with a tracked changelog. A workflow-runtime reliability patch bundling six audit fixes (dispatcher / worker / reducer / validator / store / sweepers).

Fixed

  • runtime: treat dispatching PR-feedback commands as active, closing a duplicate-sweep window (#1178, #1185)
  • runtime: prompt_task no 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_backlog workflows stuck in blocked (#1180, #1193)
  • runtime: scope PR-feedback child lookup by parent_workflow_id and honor fresh PR activity (#1183, #1194)

Changed

  • Workspace crates are now publishable: crate descriptions, license/repository inheritance, and versioned internal dependencies.

Full changelog: see CHANGELOG.md