This is primarily a bug fix release.
Added
Changed
- refactor: extract DAG-run intake module (#2178) @yohamta0
- refactor: extract queue dispatch module (#2180) @yohamta0
- chore(deps): bump the ui-security group across 1 directory with 3 updates (#2182) @dependabot
- refactor: extract distributed attempt ownership (#2183) @yohamta0
- refactor: extract StepExecutor for step execution (#2185) @yohamta0
- refactor: stage DAG spec compiler (#2186) @yohamta0
- refactor: extract process wiring modules (#2188) @yohamta0
Fixed
- fix: show DAG tool preparation status (#2184) @yohamta0
- fix(mail): forward cfg.Attachments to the mailer instead of an empty slice (#2190) @bitsmashtrader
- fix: prevent false zombie repair for live local runs (#2191) @yohamta0
- fix: stabilize queued retry dispatch (#2192) @yohamta0
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| chore(deps): bump the ui-security group across 1 directory with 3 updates (#2182) | @dependabot |
| fix(mail): forward cfg.Attachments to the mailer instead of an empty slice (#2190) | @bitsmashtrader |
| Zombie detector false-positive: child-agent heartbeat stalls >90s under concurrent dispatch + long SSH steps (2.6.10) (#2189) | @JonBasse (report) |
New Contributors
- @bitsmashtrader made their first contribution in #2190
Full Changelog: v2.7.3...v2.7.4