This release makes Dagu faster and easier to operate. Saved Kanban views can now display and order the status columns that matter to each workflow, while improved feedback, relative timestamps, searchable ANSI-colored logs, and automatic failed-step expansion make runs easier to monitor and troubleshoot. Route-level lazy loading also speeds up the initial UI load. For distributed execution, inline sub-DAGs now share their worker claim’s liveness, preventing healthy runs from being marked stale and ensuring affected runs fail cleanly when a worker claim is lost.
Added
- feat: customize saved view columns (#2381) @yohamta0
- feat(ui): improve feedback, log readability, and timestamps (#2382) @yohamta0
Fixed
- fix: scope inline sub-DAG liveness to worker claims (#2380) @yohamta0
- perf(ui): defer heavy route dependencies (#2383) @yohamta0
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| bug: distributed run lease expired: worker ... accepted the task claim but stopped reporting to the owner coordinator (different from #2136) (#2378)) | @pommetjehorlepiep (report) |