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