This release includes a new UI feature to clear the queue, an API enhancement that supports using latest
as a Run ID, a UI fix improving grouped DAG visibility on mobile, and several bug fixes in the DAG execution engine. Many thanks to @kriyanshii for the contribution and to everyone who reported issues.
Added
- UI: add clear queue functionality #1298 (#1299) by @kriyanshii
- API: add support for
latest
inGET /api/v2/dag-runs/{name}/{dagRunId}
(#1300)
Fixed
- UI: display grouped DAGs (#1295)
- DAG: treat single JSON object as a parallel item (#1297)
- DAG: initialize node before setting node status running (#1302)
Full Changelog: v1.22.9...v1.22.10