Releases: nullivex/infant
Releases · nullivex/infant
0.10.0
- Upgraded dependencies
- Working with node 4.x
- Added a workaround to work with node 0.12.x +
- Fixed an issue with sending messages to workers who are not listening
- This version is no longer compatible with node 0.10
0.9.5
- Bug fix to address using absolute paths on Windows and child resolution.
- Added test against windows absolute paths
- Bump dependencies
0.9.3
- Added more verbosity to worker recycle
- Changed logs to always reference the workers pid
- Fixed bug where worker would try to send a request notification even if the master was already disconnected.
0.9.2
- Added more verbosity to worker recycle
0.9.1
- Fixed a bug where worker recycle wasnt properly using worker.disconnect() to ensure that all existing connections are handled properly.
- Also fixes an issue where two or more workers would be restarted each time one is recycled.
0.9.0
- Now passes construction options to Child.fork()
0.8.5
- Fixed: Worker helper should output a usable error when an invalid server is passed
- Fixed: Callback already called error
0.8.4
- Cleaned up debug to no longer use
oose
labeling
0.8.3
- Fixes #1 where complex errors wouldnt bubble upwards for child and cluster
- Fixes bug with option handling in
Child.fork()
- Adds
env
to options in order to pass environment variables to any calls to
cluster.fork()
- Adds respawn control to
Cluster
helper
0.8.2
- Dependency for
async
was in devDependencies