Skip to content

Releases: pofider/node-script-manager

0.10.2

Choose a tag to compare

@bjrmatos bjrmatos released this 07 Sep 16:05
  • pass callback argument to childProcess.send calls to avoid getting uncaught error during send
  • don't break when calling callback when script execution ended
  • fix issue when serializing/parsing empty buffer

0.10.1

Choose a tag to compare

@bjrmatos bjrmatos released this 02 Mar 22:12
  • fix passed options mutation

0.10.0

Choose a tag to compare

@bjrmatos bjrmatos released this 20 Feb 17:37
  • fix http-server strategy not being able to differenciate between real error in script and ok response with .error property
  • don’t use net-cluster, it does not work on newer versions of node jsreport/jsreport#658
  • replace deprecated request module for axios

0.9.1

Choose a tag to compare

@bjrmatos bjrmatos released this 09 Oct 17:47
  • fix issue when recycling worker in http-server strategy

0.9.0

Choose a tag to compare

@bjrmatos bjrmatos released this 27 Aug 19:16
  • security fix for http-server strategy: add validation to prevent processing requests directly to the workers

  • allow to set inputRequestLimit to -1 to specify no limit

  • allow to set timeout to -1 to specify no timeout

0.8.6

Choose a tag to compare

@bjrmatos bjrmatos released this 21 May 20:11
  • script should be able to call the callback multiple times in parallel

0.8.5

Choose a tag to compare

@bjrmatos bjrmatos released this 16 Apr 20:31
  • filter inspect args so debugging of main process can work normally without being paused

0.8.4

Choose a tag to compare

@bjrmatos bjrmatos released this 04 Mar 22:16
  • add option to customize time error message

0.8.3

Choose a tag to compare

@bjrmatos bjrmatos released this 04 Mar 22:16
  • update serializator@1.0.1

0.8.2

Choose a tag to compare

@pofider pofider released this 05 Jan 09:56

#16 Remove socket timeout from http-server workers for long-running scripts