Releases: MrDiggles2/mux
Releases · MrDiggles2/mux
1.0.4
- fixes issue where
mux
would sometimes fail to kill all children processestree-kill
usespgrep -P <PID>
which did not pick up on some grandchildren processes. Replaced implementation with one usingps-tree
Full Changelog: 1.0.3...1.0.4
1.0.4-rc-2
Full Changelog: 1.0.3...1.0.4-rc-2
1.0.4-rc-1
Full Changelog: 1.0.3...1.0.4-rc-1
1.0.3
Reverts changes from 1.0.2
1.0.2
- Updates process to use
WritableStream
to reduce open file handles
1.0.1
- Replaces
spawn
withnode-pty
to fix issues with applications (Docker compose v2.17) always requiring TTY - Updates error message to be slightly more helpful
1.0.0
1.0.0 release
- Fixes issue where large logs files would cause a crash
0.1.4
Fixes release flow
0.1.3
Bumps version of node-tail