npm pm2 3.0.0
3.0.0 Cobra

latest releases: 5.3.1, 5.3.0, 5.2.2...
5 years ago

3.0.0 ( Wed Jun 20 2018 11:06:21 GMT+0200 (CEST) )

Breaking changes

  • merge_logs is now activated by default if not in cluster mode. Logs will not be suffixed by the pm_id if only one app is started
    (ae02adf6)
  • Drop support for node 0.12
  • Drop gracefulReload command
  • Remove Interactor from PM2 source code
  • Replace pmx with pm2-io-apm

Bug Fixes

  • return the configuration and allow custom conf to override default values
    (37dc7de1)
  • add use strict for node 4 compatibility
    (ba2ee3b1)
  • #3605 fix parameters definition, don't use camelcase for properties
    (c8616276)
  • #3695 change version check method in order to make it work with alpha/beta versions
    (052d6c55)
  • deprecated warning on isbinaryfile
    (db09275f)
  • #3688 test adaptation + pm2 serve --port option
    (f0249684)
  • startup script issue 18.04 #3645
    (ff1a7f31)
  • that this - uncache node_modules
    (294038d7)
  • verify default conf variable via package.json on public module
    (157b106d)
  • bug because of const
    (56f05a90)
  • do not run two pm2 para cmds
    (3274132b)
  • version
    (3ec178e5)
  • re-enable agent tests
    (e6febcd7)
  • test/display summary
    (b075e6d0)
  • skip interactor tests
    (36c4d6bc)
  • remove unused tests
    (234c6314)
  • add missing libraries in travis
    (88fbb845)
  • remove unused variable when trying to use tracing
    (3aeeba02)
  • remove useless tests from .sh
    (e0be81c8)
  • conflict
    (e13f39c9)
  • fix bug with interpreter args
    (b26efa0d)
  • improve error message if action has failed
    (d9f44f17)
  • use polyfill module for copySync with node 4.x
    (bc07f43b)
  • improve error message if action has failed
    (dacc6542)
  • solve empty list when no process and try to update pm2
    (89511846)
  • #3485 fix issue when there is empty dump file
    (f2523f6a)
  • #3456 use homedir() instead of process.env.HOME, make module installation work on windows
    (1e001732)

Features

  • add support for openbsd rc.d init scripts
    (fdeb0c32)

  • add kill_retry_time argument
    (b2cc0031)

  • bin/pm2

Refactor

Test

Chore

Branchs merged

  • Merge branch 'development' into chore/dev-cache-node-modules
    (146c4e11)
  • Merge branch 'development' of https://github.com/Unitech/pm2 into new-agent
    (3514e7fa)
  • Merge branch 'development' into master
    (f5668331)
  • Merge branch 'development' into new-usage-cli
    (4ae27694)
  • Merge branch 'Eywek-improv/agent' into new-agent
    (3e259dd1)
  • Merge branch 'ecosystem-documentation' of github.com:rmonnier/pm2 into ecosystem-documentation
    (98348955)
  • Merge branch 'development' into ecosystem-documentation
    (40157784)
  • Merge branch 'inspect_mode' of github.com:Unitech/pm2 into inspect_mode
    (7e1494c7)
  • Merge branch 'development' of github.com:Unitech/pm2 into development
    (48f81a8b)
  • Merge branch 'development' into master
    (47e54109)
  • Merge branch 'development' into module_install_windows
    (7b82fb91)
  • Merge branch 'development' into module_install_windows
    (80b0495f)

Pull requests merged

  • Merge pull request #3726 from soyuka/fix-list
    (0255c5a6)
  • Merge pull request #3725 from soyuka/fix-list
    (a39eb4f8)
  • Merge pull request #3718 from AaronM04/openbsd-init-script
    (85458261)
  • Merge pull request #3721 from Unitech/io_conf
    (70ec1f81)
  • Merge pull request #3716 from Unitech/io_conf
    (0bc000b9)
  • Merge pull request #3714 from Unitech/definition
    (d8cff0de)
  • Merge pull request #3700 from Unitech/report_error
    (4b2cad40)
  • Merge pull request #3670 from Unitech/changelog
    (4bcbcce1)
  • Merge pull request #3662 from DanielRuf/chore/dev-cache-node-modules
    (540590ee)
  • Merge pull request #3663 from DanielRuf/chore/dev-clone-last-5-commits
    (bdf95fc9)
  • Merge pull request #3584 from ngtmuzi/development
    (33984b64)
  • Merge pull request #3500 from Unitech/test-parallel
    (da56c7af)
  • Merge pull request #3539 from KimSeongIl/master
    (1325704d)
  • Merge pull request #3556 from N-Nagorny/logs-smart-app-name-cutting
    (bfddf4fd)
  • Merge pull request #3553 from Unitech/fix_tracing_not_working
    (9d51fe08)
  • Merge pull request #3549 from Eywek/new-agent
    (2f04027b)
  • Merge pull request #3548 from rmonnier/start-ecosystem-default
    (55412f26)
  • Merge pull request #3546 from soyuka/improve-monitor-perf
    (e4e29233)
  • Merge pull request #3534 from rmonnier/new-usage-cli
    (5dfba8a4)
  • Merge pull request #3542 from rmonnier/default-start-ecosystem
    (c65595f4)
  • Merge pull request #3545 from rmonnier/default-ecosystem
    (b3718656)
  • Merge pull request #3543 from rmonnier/ecosystem-documentation
    (a60580a1)
  • Merge pull request #3541 from soyuka/development
    (67e7a015)
  • Merge pull request #3511 from Unitech/inspect_mode
    (75fb87f8)
  • Merge pull request #3517 from Unitech/polyfill_fs_copy_node4
    (524f5494)
  • Merge pull request #3516 from Unitech/drop_unused_feature
    (9436f11a)
  • Merge pull request #3510 from Unitech/dump_refacto
    (674e4469)
  • Merge pull request #3501 from Unitech/refactor_api
    (9f2c4ca4)
  • Merge pull request #3496 from rmonnier/master
    (829cc303)
  • Merge pull request #3484 from Unitech/pull_by_name
    (24d29404)
  • Merge pull request #3482 from Unitech/mjs_support
    (ebe7b048)
  • Merge pull request #3495 from Unitech/module_install_windows
    (e9c625d3)
  • Merge pull request #3507 from cheapsteak/patch-1
    (a49287d6)

Don't miss a new pm2 release

NewReleases is sending notifications on new releases.