Skip to content

Releases: Unitech/pm2

4.5.0

Choose a tag to compare

@Unitech Unitech released this 29 Sep 14:25

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

Choose a tag to compare

@Unitech Unitech released this 17 Aug 08:51
  • feature drop: autodump fixes #4763
  • fix: fix starting pm2 script from inside an app #4761 (need use PM2_PROGRAMMATIC)

4.4.0

Choose a tag to compare

@Unitech Unitech released this 23 Apr 20:04
  • feat: fixes for Node.js 14

4.3.1

Choose a tag to compare

@Unitech Unitech released this 22 Apr 10:25
  • Rollback to vizion < 1.0

4.3.0

Choose a tag to compare

@Unitech Unitech released this 18 Apr 08:22
  • 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: pm2-deploy@1.0.2 (revert fix)
  • chore: pm2-io-apm@4.3.4 (instant trace + broadcast trace threshold + boolean metrics support)

4.2.3

Choose a tag to compare

@Unitech Unitech released this 21 Jan 14:12
  • fix: Fix an import error on Node 9.x

4.2.2

Choose a tag to compare

@Unitech Unitech released this 20 Jan 11:51
  • 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

4.2.1

Choose a tag to compare

@Unitech Unitech released this 10 Dec 18:29
  • fix: col size too small for certain app name with tracing enabled
  • chore: check for pm2 updates

4.2.0

Choose a tag to compare

@Unitech Unitech released this 14 Nov 10:38
  • feature: pm2 logs --highlight <str> to highlight specified string when using pm2 logs #4013 by @bvsubhash
  • feature: pm2 sysmonit activate system wide monitoring && pm2 sysinfos display system informations
  • feature: new App Namespace feature via namespace attr or pm2 start app.js --namespace <ns> #3471 by @bvsubhash
  • feature: enforce message sending for Windows Graceful Shutdown via pm2 start app.js --shutdown-with-message to use message sending for specific process or via PM2_KILL_USE_MESSAGE=true pm2 update to default this behavior on PM2. #3561 #3691 #3555 #4469 #4470 #4474 by @aleksk and @8ai
  • feature: pm2 ls now display a hint when process list differ from dump file
  • fix: if id > 100 not shown in pm2 ls #4475
  • fix: stop and delete cron immediately on deletion of a process #4492 by @bvsubhash
  • fix: display correct username by @bvsubhash
  • chore: add test on node 13.x
  • chore: cleanup some unused files
  • chore: enforce node >= 8.10.0

4.1.2

Choose a tag to compare

@Unitech Unitech released this 25 Oct 14:23
pm2@4.1.3