Skip to content

Releases: k-bx/par

1.0.9

04 Aug 14:54
Compare
Choose a tag to compare

1.0.9

  • PR #9. Migrate from slave-thread to just async

1.0.7

03 Aug 13:05
Compare
Choose a tag to compare
1.0.7

1.0.6

07 Aug 22:27
Compare
Choose a tag to compare
1.0.6

1.0.5

21 Apr 15:28
Compare
Choose a tag to compare
  • get back to per-line interleaving

1.0.3

20 Apr 17:05
Compare
Choose a tag to compare
  • Fixed PARPREFIX output after last changes of per-chunk input processing

1.0.2

14 Apr 11:47
Compare
Choose a tag to compare
  • wait for stdout and stderr to finish before exit
  • use bytestring, so any binary data is supported
  • process data in chunks instead of lines, so constant memory is used for lines of any length
  • remove --succeed option (use classic || true)
  • use bounded queue to not consume too fast

1.0.1

08 Apr 19:52
Compare
Choose a tag to compare
  • fix race-condition on stdout/stderr simultaneous writes
  • add ability to set prefix per each command

1.0.0

08 Apr 14:22
Compare
Choose a tag to compare

First release