What's Changed?
- Hitting
Ctrl+C
on the terminal will shut down all of the child processes viaSIGINT
. Additionally, if one task fails, other tasks will not be left lingering, and will be sent aSIGINT
. More explicitly:- When
turbo
receives an external signal, sendSIGINT
to our child processes - When a child process exits w/ a non-zero exit code, and
--continue
is not set,turbo
will sendSIGINT
to all of our child processes
- When
Commits
- Add blog post for v1.1 by @jaredpalmer in #635
- chore(deps-dev): bump eslint-config-next from 12.0.4 to 12.0.10 by @dependabot in #657
- chore(deps): bump next from 12.0.8 to 12.0.9 by @dependabot in #668
- chore(deps): bump @headlessui/react from 1.4.2 to 1.4.3 by @dependabot in #656
- Improve child process management by @gsoltis in #663
Full Changelog: v1.1.2...v1.1.3-canary.0