Releases: allegro/node-worker-nodes
Releases · allegro/node-worker-nodes
v2.8.0-beta.0
17 Sep 13:38
Compare
Sorry, something went wrong.
No results found
Added
restartWorker option to takeSnapshot
a promise return value to takeSnapshot settled to a created file path
Changed
takeSnapshot will no longer create a heap snapshot when there is not enough memory
v2.7.0
17 Apr 22:21
Compare
Sorry, something went wrong.
No results found
What's Changed
WorkerProcess | fix memory leak by closing server connection on child.exit by @Galcarmi in #70
Dependencies
New Contributors
Full Changelog : v2.6.0...v2.7.0
v2.6.0
22 Jun 09:09
Compare
Sorry, something went wrong.
No results found
v2.5.0
13 Jun 22:17
Compare
Sorry, something went wrong.
No results found
What's Changed
Dropped node < 14 support
Spawn a new worker when an old one is stopped by @yurynix in #62
New Contributors
Full Changelog : v2.4.0...v2.5.0
v2.4.0
21 Dec 15:23
Compare
Sorry, something went wrong.
No results found
v2.4.0-beta.0
21 Dec 12:31
Compare
Sorry, something went wrong.
No results found
v.2.3.1
05 May 10:22
Compare
Sorry, something went wrong.
No results found
Changed
replaced inspector module usage in favor of native worker getHeapSnapshot() method
node 15/16 supported
v2.3.0
26 Nov 11:14
Compare
Sorry, something went wrong.
No results found
Added
new options asyncWorkerInitialization that enable async initialization of worker
v2.2.1
17 Sep 13:18
Compare
Sorry, something went wrong.
No results found
Changed
Bump lodash from 4.17.15 to 4.17.19
v2.2.0
17 Sep 13:14
Compare
Sorry, something went wrong.
No results found
Added
new method: workerNodes.getUsedWorkers that return list with used workers in pool