Skip to content

Releases: Unitech/pm2

2.10.4

2.10.3

27 Apr 09:59
Compare
Choose a tag to compare
  • upgrades for node 10

2.10.2

29 Mar 11:56
Compare
Choose a tag to compare
chore: update version to 2.10.2

2.10.1

26 Feb 13:02
Compare
Choose a tag to compare
chore: update changelog

2.10.0

19 Feb 16:47
Compare
Choose a tag to compare

Bug Fixes

  • add livescript in default modules
    (a315eeb6)
  • replace dash with underscore
    (203df768)
  • make sure not pm2 is running
    (bd798fd7)
  • auto-exit edge case fix + pm2 no daemon mode + log in raw by default + less logs
    (704ae518)
  • impact v8 flag in fork mode also
    (41bf6ef7)
  • fixup! #2182 Get rid of annoying popups in Windows 10
    (3a85b59d)

Hot Fixes

Features

  • add dependencies section into ecosystem.json file.
    (828a30d0)

  • --deep-monitoring available from pm2-runtime
    (99e62e3b)

  • add deep_metrics to deep_monitoring flag
    (4d1bea5e)

  • add flag to enable deep-monitoring
    (c5418688)

  • allow pm2 to install a set of module as one single command and add deep-monitoring.
    (9dddc80d)

  • pm2 pid <app_name> command
    (6687d499)

  • allow pm2 to install and enable event-loop-inspector data collecting
    (e6b0c474)

  • ignore signal when running in --no-daemon
    (b9c01c99)

  • upgrade pmx to git development branch
    (21be05a0)

  • allow pm2 to enable v8 data collecting from pmx
    (aa180fa8)

  • allow pm2 to install gc-stats
    (15634168)

  • feat add changelog generation support
    (14f53fc0)

  • pm2

    • add pm2 init option to generate an ecosystem file
      (5d56fac7)
    • add pm2 init option to generate an ecosystem file
      (a38fd199)

Documentation

  • add documentation on new pm2 install command
    (c90c453f)
  • add sendDataToProcessId into typescript definitions
    (4a2e8d2d)

Refactor

  • delete all "if" condition when installing new module, create an object with all modules and a generic installation process
    (1b92a9c4)
  • deep pm2-runtime refactor #3408 #3257 #3266
    (c13b2364)
  • no more interactive spinner for connection to KM + change pm2 log format + remove some logs
    (d1916f40)

Chore

Branchs merged

  • Merge branch 'development' of ssh://github.com/deltasource/pm2 into hotfix/scoped-package-support
    (94ea9d9e)
  • Merge branch 'master' into development
    (46606903)
  • Merge branch 'development' of github.com:Unitech/pm2 into v8_option
    (757562f7)
  • Merge branch 'development' of github.com:Unitech/pm2 into gc-stats
    (3ed1a747)
  • Merge branch 'master' into development
    (ee7651e4)

Pull requests merged

  • Merge pull request #3466 from natcl/development
    (c6d7ace8)
  • Merge pull request #3464 from andyfleming/patch-1
    (dd9ebb60)
  • Merge pull request #3459 from rmonnier/master
    (46948a98)
  • Merge pull request #3458 from Unitech/pm2_install_command
    (f3b35726)
  • Merge pull request #3453 from deltasource/hotfix/scoped-package-support
    (974f9bf0)
  • Merge pull request #3448 from Unitech/deep_monitoring_flag
    (331bc741)
  • Merge pull request #3447 from Unitech/deep-monitoring
    (719d328e)
  • Merge pull request #3443 from Unitech/event-loop-inspector
    (77a35274)
  • Merge pull request #3442 from Unitech/event-loop-inspector
    (dad98e6e)
  • Merge pull request #3424 from Unitech/sendDataToProcessId_def
    (95e85eef)
  • Merge pull request #3438 from Unitech/v8_option
    (e46b15dc)
  • Merge pull request #3437 from Unitech/gc-stats
    (1a6771aa)
  • Merge pull request #3400 from toddwong/windowsHide2
    (f65e8794)
  • Merge pull request #3421 from Unitech/generate_changelog
    (b0690618)
  • Merge pull request #3419 from Rohja/fix-build-number-deb-rpm
    (b4343de2)

2.9.3

16 Feb 10:41
ce972e6
Compare
Choose a tag to compare
README.md updates [ci skip]

2.9.2

22 Jan 17:08
Compare
Choose a tag to compare
  • #3364 30% faster CLI
  • add process._getActiveRequests() and process._getActiveHandles() custom metrics
  • #3402 #3360 fix bad username
  • #3413 check dependencies before launching tests
  • #3295 add sorting feature for process list (pm2 ls --sort <field_name:order>)
  • #3404 if no gid specified - set gid to uid
  • #3287 add typing for env
  • #3374 separate stdout and stderr for pm2-docker/pm2-runtime
  • #3366 improve building of rpm and deb packages
  • #3375 sendLineToStdin/sendDataToProcessId fix
  • #3365 fix report command for windows
  • #3367 Display an error if the process is not found when running 'pm2 logs '
  • #3256 TypeError: Cannot read property 'destroy' of undefined
  • User: append SUDO_USER if no uid has been set and SUDO_USER present
  • User: check permission of agent
  • KM: send outliers
  • KM: infinite retry for km connection

2.9.2-beta

22 Dec 11:14
Compare
Choose a tag to compare
2.9.2-beta Pre-release
Pre-release
[email protected]

2.9.2-next

21 Dec 17:00
Compare
Choose a tag to compare
2.9.2-next Pre-release
Pre-release
[email protected]

2.9.1

14 Dec 23:40
Compare
Choose a tag to compare

Fix startup script, anyone having used pm2 startup on the 2.9.0 version (published 10hours ago) must run:

$ npm install pm2 -g
$ pm2 update
$ pm2 unstartup
$ pm2 startup
# Command to copy/paste

bug introduced via PR 0abcfc8#diff-cd58f2bfb244d0982b2a0bf4730733bcR294