This release includes changes for bug fixes, and new features to the UI.
This release includes bug fixes and new UI features.
New Features
- Step name field is now optional
- Added a
--singleton
flag to thestart
API and command to prevent concurrent runs of the same DAG - Coordinator services now register their host names instead of IP addresses, enabling service discovery via DNS
All Changes
- digraph: implement DAG level ssh config by @yottahmd in #1184
- doc: update examples by @yottahmd in #1185
- feat: handle invalid DAGs proplery in the UI by @yottahmd in #1186
- [#1187] fix: register configured host name instead of resolved IP by @yottahmd in #1188
- feat: auto-create example DAGs for new users by @yottahmd in #1190
- fix: make sure queue directory is created before start watch by @yottahmd in #1191
- feat: add refresh button to the DAG-run details page by @yottahmd in #1192
- feat: add
--singleton
flag by @yottahmd in #1195 - feat: Optional step name by @yottahmd in #1193
Contributors
Thanks to our contributors for this release:
Contribution | Author |
---|---|
Optional step names feature request (40 char limit issue) | @jonathonc |
Singleton flag feature request (split start API) | @Kaiden0001 |
Coordinator hostname resolution issue and solution | @peterbuga |
Full Changelog: v1.20.0...v1.21.0