Releases: dagu-org/dagu
Releases · dagu-org/dagu
v1.12.1
v1.12.0
v1.11.0
v1.10.6
Changelog
- 92f8f75 fix bundling issue
What's Changed
- Minor documentation review by @fljdin in #456
- convert dag.Step struct to protocol buffers by @garunitule in #449
- Add YAML syntax highlighting support on DAG editor by @yohamta in #459
New Contributors
Full Changelog: v1.10.5...v1.10.6
v1.10.5
Changelog
What's Changed
- Add Sphinx Documentation by @yohamta in #431
- update go version from 1.18 to 1.19 by @yohamta in #433
- Add support for user-defined functions and call field in YAML format by @garunitule in #444
- Add support for TLS for admin server by @yohamta in #445
- Explanation about HTTPS configuration by @yohamta in #446
New Contributors
- @garunitule made their first contribution in #444
Full Changelog: v1.10.4...v1.10.5
v1.10.4
Changelog
What's Changed
- fix: server command host & port description swapped by @stefaan1o in #420
- fix: cycle detection bug by @1005281342 in #427
New Contributors
- @1005281342 made their first contribution in #427
Full Changelog: v1.10.3...v1.10.4
v1.10.3
v1.10.2
v1.10.1
Changelog
- Added support for sending emails within workflows through the new
mail
executor. - Enhanced the
http
executor to include a silent option, which allows users to suppress unnecessary logging when executing HTTP requests. - Improved Web UI to display modal on DAG execution start/stop/cancel.
- Updated the Web UI to improve the time format for the
Next Run
field. - Enhanced the functionality of the
jq
executor by introducing a newraw
option.
v1.9.4
Changelog
What's Changed
- Add an example
docker-compose.yml
and documentation by @yohamta in #387 - Update REST API documentation by @vkill in #388
- Update HTTP Executor to expand environment variables by @yohamta in #390
- Add
jq
executor that can be used to transform and query JSON by @yohamta in #391
New Contributors
Full Changelog: v1.9.3...v1.9.4