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