This patch release fixes several UI issues and adds a few small enhancements. Thanks to all contributors!
Added
- Executors: Added a
rawoutput option to the JQ executor for emitting unquoted strings and primitives (#1392) - Installer: Added a
--working-dirflag to place temporary files outside/tmp, useful on constrained systems (#1388) - Spec: Resolve parameter schema references relative to the process cwd, declared
workingDir, or the DAG file location so JSON Schema files can be co-located with DAGs (#1371)
Fixed
- UI: Ensure repeat-policy sub DAG run lists refresh their timestamps and counts without needing a window refocus by polling
/sub-dag-runswhile expanded (#1389) - Spec/UI: Stabilize default parameter ordering so Start DAG modal fields stay in place while editing (#1395)
- OIDC: Automatically clear expired dashboard cookies and restart the auth flow so stale tokens no longer block the UI after restarts (#1394)
Contributors
Thanks to our contributors for this release:
| Contribution | Contributor |
|---|---|
| JQ executor raw output option (#1392) | @kriyanshii |
| Repeat execution timestamp refresh report (#1389) | @jeremydelattre59 |
| Parameter field reorder report (#1395) | @mitchplze |
| OIDC dashboard lock-out report (#1394) | @mitchplze |
| Param schema resolution & skip validation option (#1371) | @thefishhat |
| Installer working directory flag request (#1388) | @jeremydelattre59 |
Full Changelog: v1.24.1...v1.24.2