v0.4.0
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