Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 13:09
· 38 commits to master since this release
d0ecdb4

What’s Changed from v0.3.5

💣 Breaking Changes

  • drop windows binary support (via #33) @everpeace
    • Please use linux binary in WSL2 instead

🐛 Bug Fixes

  • Worker should kill task handler process and its descendant processes cleanly when timeout (#33) @everpeace
  • fix worker.taskHandler.defaultTimeout and --default-command-timeout are ignored (#31) @everpeace

Thanks to @everpeace