Releases: pofider/node-script-manager
Releases · pofider/node-script-manager
0.10.2
07 Sep 16:05
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
02 Mar 22:12
Compare
Sorry, something went wrong.
No results found
fix passed options mutation
0.10.0
20 Feb 17:37
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
09 Oct 17:47
Compare
Sorry, something went wrong.
No results found
fix issue when recycling worker in http-server strategy
0.9.0
27 Aug 19:16
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
21 May 20:11
Compare
Sorry, something went wrong.
No results found
script should be able to call the callback multiple times in parallel
0.8.5
16 Apr 20:31
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
04 Mar 22:16
Compare
Sorry, something went wrong.
No results found
add option to customize time error message
0.8.3
04 Mar 22:16
Compare
Sorry, something went wrong.
No results found
update serializator@1.0.1
0.8.2
05 Jan 09:56
Compare
Sorry, something went wrong.
No results found
#16 Remove socket timeout from http-server workers for long-running scripts