- New command: pm2 scale - scale up/down an application
- Added: Using Keymetrics harden PM2 by enabling a WatchDog that auto restart PM2 in case of crash
- pm2 logs --raw flag : show logs in raw format
- Fix #1177 : now concurrent vizion.parse() for the same process event when it restarts
- Added: Expose kill method programmatically
- Added: Call disconnect without a function
- Added: Programmatic call to .connect can now take no-daemon-option
- Fixed: starting a JSON programmatically return a process list coming from God
- Fixed: Reflect dump functions from CLI and God
- Enhanced: New CLI API for configuring modules (pm2 conf module.option [value])
- Added: Expose pm2 gc programmatically
- Added: pm2 install update the module
- Enhanced: 4 new test suites for PM2 programmatic calls
- Enhanced: Documentation restructured