Skip to content

Releases: pofider/node-script-manager

0.10.2

07 Sep 16:05
Compare
Choose a tag to compare
  • 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

02 Mar 22:12
Compare
Choose a tag to compare
  • fix passed options mutation

0.10.0

20 Feb 17:37
Compare
Choose a tag to compare
  • 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

09 Oct 17:47
Compare
Choose a tag to compare
  • fix issue when recycling worker in http-server strategy

0.9.0

27 Aug 19:16
Compare
Choose a tag to compare
  • 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

21 May 20:11
Compare
Choose a tag to compare
  • script should be able to call the callback multiple times in parallel

0.8.5

16 Apr 20:31
Compare
Choose a tag to compare
  • filter inspect args so debugging of main process can work normally without being paused

0.8.4

04 Mar 22:16
Compare
Choose a tag to compare
  • add option to customize time error message

0.8.3

04 Mar 22:16
Compare
Choose a tag to compare

0.8.2

05 Jan 09:56
Compare
Choose a tag to compare

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