Releases: pofider/node-script-manager
Releases · pofider/node-script-manager
0.10.2
- 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
- fix passed options mutation
0.10.0
- 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
- fix issue when recycling worker in http-server strategy
0.9.0
-
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
- script should be able to call the callback multiple times in parallel
0.8.5
- filter inspect args so debugging of main process can work normally without being paused
0.8.4
- add option to customize time error message
0.8.2
#16 Remove socket timeout from http-server workers for long-running scripts