Releases: dagu-org/dagu
v1.17.0-beta.10
v1.17.0-beta.9
v1.17.0-beta.8
v1.17.0-beta.7
v1.17.0-beta.6
v1.17.0-beta.5
v1.17.0-beta.4
v1.17.0-beta.3
v1.17.0-beta.2
v1.17.0-beta.1
🚀 Version 1.17.0-beta.1 Available - Significant Improvements & New Features
We're excited to announce the beta release of Dagu 1.17.0! This release brings many improvements and new features while maintaining the core stability you rely on.
Key Features in 1.17.0:
- 🎯 Improved Performance: Refactored execution history data for more performant history lookup
- 🔄 Hierarchical Execution: Added capability for nested DAG execution
- 🎨 Enhanced Web UI: Overall UI improvements with better user experience
- 📊 Advanced History Search: New execution history page with date-range and status filters (#933)
- 🐛 Better Debugging:
- 📋 Queue Management: Added enqueue functionality for API and UI (#938)
- 🏗️ API v2: New
/api/v2endpoints with refactored schema and better abstractions (OpenAPI spec) - 🔧 Various Enhancements: Including #925, #898, #895, #868, #903, #911, #913, #921, #923, #887, #922, #932, #962
❤️ Huge Thanks to Our Contributors
This release wouldn’t exist without the community’s time, sweat, and ideas. In particular:
| Contribution | Author |
|---|---|
| Implemented queue functionality | @kriyanshii |
| Optimized Docker image size and split into three baseline images | @jerry-yuan |
| Allow specifying container name & image platform) | @vnghia |
| Enhanced repeat-policy – conditions, expected output, and exit codes | @thefishhat |
| Countless insightful reviews & feedback | @ghansham |
Thank you all for pushing Dagu forward! 💙
Your feedback is valuable! Please test the beta and share your experience:
- 💬 Join our Discord for discussions
- 🐛 Report issues on GitHub
To try the beta: docker run ghcr.io/dagu-org/dagu:1.17.0-beta.1 dagu start-all
Full Changelog: v1.16.12...v1.17.0-beta.1