Skip to content

Releases: iobio/minion

v1.1.0

27 Sep 15:59
Compare
Choose a tag to compare

Major bug fix release for v1

  • fix fifoDir not being created in right directory under certain setups
  • close websockets when command finished. too many open connections was causing problems
  • add timestamp to log file
  • add command id's to logging

v1.0.0

18 Aug 13:34
Compare
Choose a tag to compare
  • Support multiple websockets for a command
  • Lots of stability fixes
  • Iobio command structure now exactly mirrors command-line structure
  • Support gracefully ending running commands (delayed)
  • Support killing running commands (immediate)
  • Add cache support for websockets and http results
  • Support queueing of commands to help with load (experimental)
  • Use fifos instead of stdin for input data to command - necessary for allowing multiple streams