Releases: dagucloud/dagu
Releases · dagucloud/dagu
v2.7.15
Added
- feat: RPC fallback for missing DAG definitions on workers (#2271) @four-bytes-robby
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| feat: RPC fallback for missing DAG definitions on workers (#2271) | @four-bytes-robby |
| feat: RPC fallback for missing DAG definitions on workers (#2259) | @four-bytes-robby (report) |
Full Changelog: v2.7.14...v2.7.15
v2.7.14
Fixed
- fix(cmd): preserve spaced dash params (#2276) @mmlngl
- fix: bound scheduler latest status lookup (#2278) @yohamta0
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| memory leak - high memory usage (#546) | @helmut72 (report) |
| fix(cmd): preserve spaced dash params (#2276) | @mmlngl |
| bug: string params with spaces after -- are split incorrectly (#2275) | @mmlngl (report) |
New Contributors
Full Changelog: v2.7.13...v2.7.14
v2.7.13
Fixed
- Fixed an issue where the scheduler could use excessive memory and CPU as DAG run history grew.
- Improved scheduler stability for instances that run many scheduled workflows over time.
Full Changelog: v2.7.12...v2.7.13
v2.7.12
v2.7.11
Fixed
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| bug: Scheduler-dispatched DAG runs use un-evaluated env from WithoutEval() metadata cache (#2268) | @fidecastro (report) |
Full Changelog: v2.7.10...v2.7.11
v2.7.10
Fixed
- executor: fix nil pointer when sub-DAG not in worker local store (#2258) @four-bytes-robby
- fix: pre-filter retry scanner DAG runs at index level (#2261) (#2262) @four-bytes-robby
- fix: preserve step working dir on retry (#2264) @yohamta0
- fix: preserve retry params for dotenv resolution (#2267) @yohamta0
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| bug: re-tries loosing parameter value (#2265) | @KIC (report) |
| bug: DAG run fails on retry. (#2263) | @Kirandeep-Singh-Khehra (report) |
| executor: fix nil pointer when sub-DAG not in worker local store (#2258), fix: pre-filter retry scanner DAG runs at index level (#2261) (#2262) | @four-bytes-robby |
| coordinator: nil pointer panic when orchestrator DAG (dag.run) dispatched to remote worker via default_execution_mode: distributed (#2257), [FIX] Memory leak: RetryScanner loads all DAG runs into memory before filtering by status (#2261) | @four-bytes-robby (report) |
New Contributors
- @four-bytes-robby made their first contribution in #2258
Full Changelog: v2.7.9...v2.7.10
v2.7.9
v2.7.8
Added
Fixed
- refactor: move local subworkflows behind runner (#2247) @yohamta0
- fix: require DAG write permission for inline specs (#2250) @yohamta0
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| fix: require DAG write permission for inline specs (#2250) | @YHalo-wyh (report) |
Full Changelog: v2.7.7...v2.7.8
v2.7.7
This release only includes fixes for Docker containers.
Fixed
- fix(container): preserve image init process (#2243) @yohamta0
- fix(compose): keep DAG mounts writable (#2245) @yohamta0
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| bug: zombie processes accumulation in containers (#2237) | @frafra (report) |
Full Changelog: v2.7.6...v2.7.7
v2.7.6
This is a hotfix release for a parameter-passing bug in the distributed queue dispatch. Thanks for fixing the bug, @mingfang!
Added
Changed
- refactor: separate dispatch and launcher from engine core (#2233) @yohamta0
- chore(deps): bump the actions-patch group with 2 updates (#2240) @dependabot
- test: cover distributed queued runtime params (#2242) @yohamta0
Fixed
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| chore(deps): bump the actions-patch group with 2 updates (#2240) | @dependabot |
| fix(dag): propagate runtime params in distributed queue dispatch (#2238) | @mingfang |
| refactor: separate dispatch and launcher from engine core (#2233), feat: add builtin agent harness provider (#2236), test: cover distributed queued runtime params (#2242) | @yohamta0 |
Full Changelog: v2.7.5...v2.7.6