Skip to content

v1.7.6

Compare
Choose a tag to compare
@yohamta yohamta released this 19 Aug 06:11
· 520 commits to main since this release
1ab95f8

Changelog

  • 1ab95f8 Merge pull request #284 from yohamta/admin-port-option

What's Changed

  • Fix execution history sorting issue in the Web UI by @yohamta in #271
  • Fix scheduler to watch dags efficiently by @Arvintian in #268
  • Fix http executor set timeout by @Arvintian in #278
  • Update default dag log directory by @Arvintian in #282
    Current: ${DAG_HOME}/logs/${name}/${name}
    Update: ${DAG_HOME}/logs/dags/${name}
  • Reduce admin-web bundle.js size by @yohamta in #273
  • Fix other small issues in the Web UI by @yohamta in #283
  • Add host, port, dags option to the server command by @yohamta in #284

Full Changelog: v1.7.5...v1.7.6