Skip to content

Releases: MrDiggles2/mux

1.0.4

12 Apr 17:41
Compare
Choose a tag to compare

9182638

  • fixes issue where mux would sometimes fail to kill all children processes
    • tree-kill uses pgrep -P <PID> which did not pick up on some grandchildren processes. Replaced implementation with one using ps-tree

Full Changelog: 1.0.3...1.0.4

1.0.4-rc-2

12 Apr 17:35
Compare
Choose a tag to compare
1.0.4-rc-2 Pre-release
Pre-release

Full Changelog: 1.0.3...1.0.4-rc-2

1.0.4-rc-1

12 Apr 17:34
Compare
Choose a tag to compare
1.0.4-rc-1 Pre-release
Pre-release

Full Changelog: 1.0.3...1.0.4-rc-1

1.0.3

17 Jan 17:40
Compare
Choose a tag to compare

Reverts changes from 1.0.2

1.0.2

15 Jan 16:56
Compare
Choose a tag to compare
  • Updates process to use WritableStream to reduce open file handles

1.0.1

05 May 17:52
Compare
Choose a tag to compare
  • Replaces spawn with node-pty to fix issues with applications (Docker compose v2.17) always requiring TTY
  • Updates error message to be slightly more helpful

1.0.0

16 Jan 17:02
Compare
Choose a tag to compare

1.0.0 release

  • Fixes issue where large logs files would cause a crash

0.1.4

16 Jan 16:56
Compare
Choose a tag to compare

Fixes release flow

0.1.3

16 Jan 16:52
Compare
Choose a tag to compare

Bumps version of node-tail