PM2 Versions Save

Node.js Production Process Manager with a built-in Load Balancer.

4.5.4

3 years ago
  • drop non used package
  • bump vizion from 0.2.13 to 2.2.1 (Snyk CVE)
  • bump chokidar to 3.5.1

4.5.2

3 years ago
  • bump @pm2/js-api (axios CVE)

4.5.1

3 years ago
  • fix: cron in cluster mode was not restarting process after one pass - fixes #4834 #4733 #4307 #4834
  • fix: restore --sort option on pm2 ls - fix #4536
  • fix: fix tests with npm7
  • fix: restore warning message about process list changed and not dumped
  • chore: alias --cron with --cron-restart
  • chore: test PM2 againt Node.js 15.x
  • chore: upgrade systeminformation and debug module to latest - PR #4892 by @AdamMajer
  • chore: drop Node 9.x from travis testing
  • chore: remove ps-list module

4.5.0

3 years ago

4.5.0

  • fix: creating log folder in sync mode. #4846 - PR #4844 by @QS20199
  • fix: PM2 unable to run ESM packages: ERR_UNSUPPORTED_ESM_URL_SCHEME #4839 - PR #4841 by @ox-harris
  • fix: Use opts.namespace if it was passed in. Previously, it was ignored. #4778 - PR #4791 by @sbleon
  • fix: Prevent reloadLogs command from hanging. #4781 - PR #4782 by @mbrooks and Franck Danard
  • fix: backward compatibility fix for tarball modules - PR #4767 by @ykolbin
  • fix: Operation not permitted on call setgid #2957 - PR #4681 by @guard43ru
  • chore: upgrade dependencies

4.4.1

3 years ago
  • feature drop: autodump fixes #4763
  • fix: fix starting pm2 script from inside an app #4761 (need use PM2_PROGRAMMATIC)

4.4.0

4 years ago
  • feat: fixes for Node.js 14

4.3.1

4 years ago
  • Rollback to vizion < 1.0

4.3.0

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)

4.2.3

4 years ago
  • fix: Fix an import error on Node 9.x

4.2.2

4 years ago
  • feat: Support ESM on Node 13 via .mjs file or "type":"module" in package.json #4540
  • fix: Fix an error for pm2 path on Windows. #4563