All Versions
16
Latest Version
Avg Release Cycle
55 days
Latest Release
3514 days ago

Changelog History
Page 1

  • v1.6.0

    September 07, 2015
  • v1.5.1 Changes

    June 19, 2015
    • Fix assertion error. Thanks Quentin Barbe.
    • Fix shutdown message not always received. Thanks bryce-gibson.
    • Update dependencies.
  • v1.5.0 Changes

    December 04, 2014
    • 'auto' option for using number of cpus as worker count. Thanks AvnerCohen
    • avoid executing os.cpus() unless 'auto' option is set
  • v1.4.1 Changes

    October 10, 2014
    • exit with failure error code when failed to boot
    • update dependencies
  • v1.4.0 Changes

    October 04, 2014
    • stopping a service that is not running is not an error. Thanks [ross-p]
    • add a --remove-old-ipc option to start. Thanks [bryce-gibson]
  • v1.3.1 Changes

    May 05, 2014
    • prevent dying workers from sending offline message. Thanks [mathrawka]
  • v1.3.0 Changes

    April 30, 2014
    • resolve cwd path in main naught script. Thanks [dmcaulay]
    • ability to create a pidfile. Thanks [framp]
  • v1.2.0 Changes

    March 18, 2014
    • provide 'cwd' option during deploy. Thanks [dmcaulay]
  • v1.1.0 Changes

    January 08, 2014
    • add ability to run in foreground with --daemon-mode false.
    • daemon listens for SIGTERM to do stop and SIGHUP to do deploy.
    • dropped support for node v0.8.x
  • v1.0.0 Changes

    December 09, 2013
    • remove eq.js worker-count arg parsing.