Skip to content

Releases: dagu-org/dagu

v1.14.4

11 Sep 08:07
4065af3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.3...v1.14.4

v1.14.3

14 Aug 04:54
765fa19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.2...v1.14.3

v1.14.2

02 Aug 23:58
a8cb619
Compare
Choose a tag to compare

What's Changed

  • Update actions/cache from v3 to v4 by @Kiyo510 in #630
  • Remove container if workflow is cancelled by @x4204 in #634
  • Fix toggling DAG suspension for DAGs with custom names by @rocwang in #636
  • Improve the pattern of "schedule" in the JSON schema file by @rocwang in #637
  • [#635] fix: Parameter does not work by @yohamta in #641

Special Thanks

@zph @bbqi for addressing issue #635

Full Changelog: v1.14.1...v1.14.2

v1.14.1

22 Jul 06:35
b1c961b
Compare
Choose a tag to compare

Changelog

  • b1c961b fix: action buttons on the DAG list page don't work for DAGs with custom names (#625)

What's Changed

  • fix: action buttons on the DAG list page don't work for DAGs with custom names by @rocwang in #625
  • Structured logging by @yohamta in #623
  • Fix installer script bug by @yohamta in #624

New Contributors

Full Changelog: v1.14.0...v1.14.1

v1.14.0

18 Jul 15:46
38695a2
Compare
Choose a tag to compare

Changelog

What's Changed

  • Compliance with XDG by @yohamta in #619
  • Fix miscellaneous bugs

Full Changelog: v1.13.1...v1.14.0

v1.13.1

14 Jul 14:50
cad2555
Compare
Choose a tag to compare

Changelog

What's Changed

  • (doc) fix http timeout syntax by @x2ocoder in #586
  • (ui) Improve UI when using long values in params by @zph in #596
  • (feat) Add service block to goreleaser brew config by @zph in #597
  • (feat) Publish homebrew formula to organization by @zph in #599
  • (bug) Remove ansi escape codes from UI Log Display by @zph in #600
  • (bug) Fix params quoting when using quotes on value by @zph in #602
  • (docker executor) Add option to skip docker image pull by @x4204 in #609
  • (docker executor) Propagate Docker container exit code by @x4204 in #613
  • (docker executor) Capture stderr from Docker container by @x4204 in #615
  • (internal) Miscellaneous improvements by @yohamta in #614

New Contributors

Full Changelog: v1.13.0...v1.13.1

v1.13.0

25 May 16:42
be528cd
Compare
Choose a tag to compare

Changelog

New Features

  • Added run and params field
    You can run another DAG from a DAG by specifying the name:

    steps:
      - name: running sub_dag
        run: sub_dag      # This can be a path to a file such as `sub_dag.yaml` or `path/to/sub_dag.yaml`
        params: "FOO=BAR" # Optional
  • Accept JSON list to specify command and args
    You can make the DAG to be more readable by using list notation for specifying complex arguments to a command

    steps:
      - name: step1
        description: print current time
        command: [python, "-c", "import sys; print(sys.argv)", "argument"]

What's Changed

  • Made DAG scheduler inherit system environment variables on executing steps by @yohamta in #572
  • Made status of dags configurable by @kriyanshishah in #558
  • Fixed data race by @yohamta in #560
  • Reduced the server's load for reading DAGs and status by caching by @yohamta in #564, #569
  • Added TTL to cache by @yohamta in #569
  • Fixed the issue of loading empty config file by @yohamta in #570
  • Add run and params field by @yohamta in #573
  • #543 Duplicate description removedcate description removed. by @Kiyo510 in #555
  • #544 Corrected documentation regarding Basic Authentication config. by @Kiyo510 in #554
  • Fixed linter errors by @Kiyo510 in #556

New Contributors

  • @Kiyo510 made their first contribution in #555
  • @kriyanshishah made their first contribution in #558

Full Changelog: v1.12.11...v1.13.0

v1.12.11

19 Mar 10:36
5754d1b
Compare
Choose a tag to compare

Changelog

v1.12.10

14 Mar 01:54
Compare
Choose a tag to compare

Changelog

What's Changed

New Contributors

Full Changelog: v1.12.9...v1.12.10

v1.12.9

07 Jan 04:27
c9435a8
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v1.12.8...v1.12.9