PM2 v4.3.0 Release Notes

Release Date: 2020-04-18 // about 4 years ago
    • ๐Ÿ”‹ feature: reduce by 1/3 pm2 package size (drop moment, lodash)
    • ๐Ÿ”‹ feature: pm2 start app.js --filter-env NODE_ENV #4596
    • ๐Ÿ”‹ feature: print logs of a particular namespace #4517 @bvsubhash
    • ๐Ÿ”‹ feature: trigger all the process using 'all' or trigger all processes in a particular namespace #4518 @bvsubhash
    • ๐Ÿ”‹ feature: support ecosystem.config.cjs #4662 @Timic3
    • ๐Ÿ›  fix: disable log (--error /dev/null --output /dev/null) on Windows #4560 @codpot
    • ๐Ÿ›  fix: pm2 install <tar_file> adaptation #4593 @adunkey
    • ๐Ÿ›  fix: add type for pm2.reload with optional options parameter #4615 @kevindoveton
    • ๐Ÿ›  fix: add ignore_watch to StartOptions types #4629 @jlvcm
    • ๐Ÿ›  fix: fix --cwd CLI option description #4639 @warpdesign
    • ๐Ÿ›  fix: do not require cron if not necessary in CLI
    • ๐Ÿ›  fix: upgrade mkdirp to 1.0.4 (sec vuln) #4638
    • โœ… chore: bump mocha to latest + drop mocha.opts + add .mocharc.yml
    • chore: pm2 init ecosyst file template changes
    • ๐Ÿš€ chore: [email protected] (revert fix)
    • ๐Ÿ‘ chore: [email protected] (instant trace + broadcast trace threshold + boolean metrics support)