Skip to content

Releases: allegro/node-worker-nodes

v2.8.0-beta.0

17 Sep 13:38
Compare
Choose a tag to compare
v2.8.0-beta.0 Pre-release
Pre-release

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
ad3c867
Compare
Choose a tag to compare

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
adb07c1
Compare
Choose a tag to compare

What's Changed

  • Let the user choose worker implementation by @yurynix in #64

Full Changelog: v2.5.0...v2.6.0

v2.5.0

13 Jun 22:17
94ac532
Compare
Choose a tag to compare

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
Choose a tag to compare

Added

v2.4.0-beta.0

21 Dec 12:31
Compare
Choose a tag to compare
v2.4.0-beta.0 Pre-release
Pre-release
v2.4.0-beta.0

v.2.3.1

05 May 10:22
b5fc18e
Compare
Choose a tag to compare

Changed

  • replaced inspector module usage in favor of native worker getHeapSnapshot() method
  • node 15/16 supported

v2.3.0

26 Nov 11:14
Compare
Choose a tag to compare

Added

  • new options asyncWorkerInitialization that enable async initialization of worker

v2.2.1

17 Sep 13:18
Compare
Choose a tag to compare

Changed

  • Bump lodash from 4.17.15 to 4.17.19

v2.2.0

17 Sep 13:14
Compare
Choose a tag to compare

Added

  • new method: workerNodes.getUsedWorkers that return list with used workers in pool