Changelog
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 theserver
command by @yohamta in #284
Full Changelog: v1.7.5...v1.7.6