command-group
Extension to Command to spawn in a process group
5.0.1
7.0M downloads/mo
#3777 most downloaded on crates.io
watchexec/command-group
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 1.1 years
Nearly every release is documented
notes for 15 of 15 stable releases
3 versions withdrawn
withdrawn after publishing
5 years old
18 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
18 releases · Jul 2021 to Nov 2023Releases
latest 18-
5.0.118 Nov 2023 -
5.0.018 Nov 2023 -
4.1.004 Nov 2023 -
4.0.004 Nov 2023Release notes
Open source →- Clarify why and in which situations
AsyncGroupChild::waitmay not behave as expected when cancelled. - Add
AsyncGroupChild::start_killto align with Tokio'sChild::start_kill. - Change
AsyncGroupChild::killto alsowait()on the child, to align with Tokio'sChild::kill. - Add
ErasedChildabstraction to allow using the same type for grouped and ungrouped children.
- Clarify why and in which situations
-
3.0.030 Oct 2023Release notes
Open source →- Update
nixto 0.27. - Increase MSRV to 1.68 (within policy).
- Add note to documentation for Tokio
Child::waitwrt cancel safety. (#21)
- Update
-
2.1.130 Oct 2023 withdrawn -
2.1.003 Mar 2023Release notes
Open source → -
2.0.128 Dec 2022Release notes
Open source →- Fix bug on Windows where the wrong pointer was being null checked, leading to timeout errors. (#13)
-
2.0.003 Dec 2022 -
1.0.816 Oct 2021Release notes
Open source →- Bugfix: compiling would fail when Tokio was missing the
io-utilfeature (notio-std).
- Bugfix: compiling would fail when Tokio was missing the
-
1.0.716 Oct 2021 withdrawn -
1.0.626 Aug 2021 -
1.0.513 Aug 2021Release notes
Open source →- Internal: change usage of
feature = "tokio"tofeature = "with-tokio". - Documentation: remove wrong mention of blocking reads on
AsyncGroupChild::wait_with_output().
- Internal: change usage of
-
1.0.425 Jul 2021 withdrawn -
1.0.321 Jul 2021Release notes
Open source →Bugfix:
GroupChild::try_wait()would error if called after a child exited by itself. -
1.0.221 Jul 2021 -
1.0.121 Jul 2021Release notes
Open source →Implement
Send+SynconGroupChildon Windows, and add aDropimplementation to close handles too (whoops). Do our best when.into_inner()is used... -
1.0.020 Jul 2021