All Versions
15
Latest Version
Avg Release Cycle
68 days
Latest Release
1777 days ago

Changelog History
Page 1

  • v2.1.3 Changes

    August 12, 2020

    🐛 Bug fixes:

    • ✂ Remove unwanted var_dump()
  • v2.1.2 Changes

    August 12, 2020

    🆕 New features:

    • 🌲 Log Slave HTTP server exceptions #251

    🐛 Bug fixes:

    • 👍 Better detection of changed files while on debug mode
    • Keep previous PID file when starting another php-pm instance by mistake #314
    • 🛠 Fix attempting to close a Slave that never connected in the first place #467 #470
  • v2.1.1 Changes

    July 28, 2020

    🆕 New features:

    • ➕ Add support for configuring max. concurrent requests and request body buffer (#505)
  • v2.1.0 Changes

    July 24, 2020

    🆕 New features:

    • ⚡️ Update react/http to v1.0.0 (#503 and #504)

    🐛 Bug fixes:

    • 🛠 Fix type issue in Utils::getMaxMemory
    • 🏗 Various build and CI fixes
  • v2.0.4 Changes

    June 02, 2020

    🐛 Bug fixes:

    • 👍 Allow of symfony/error-handler 5 (#493) …
    • 🛠 Fix Notice: md5_file(): read of 8192 bytes failed with errno=21 (#496)
  • v2.0.3 Changes

    January 13, 2020

    🐛 Bug fixes:

    • 🛠 Fix deprecated syfmony/debug component messages (#487)
    • 0️⃣ Increase default TCP backlog to match other known servers (#488)
    • 🔊 Avoid excessive logs if the client connection is already closed (#489)

    Note: #488 should allow a performance increase in higher-load situations where previous versions quickly became saturated. Upgrading is highly encouraged.

    🛠 We welcome @acasademont to the team and thank him for providing the fixes above.

  • v2.0.2 Changes

    December 05, 2019

    ✨ Enhancements:

    • ⬇️ Drop unused monolog dependency (#475)
    • ➕ Added Symfony 5 (#472, #479)
  • v2.0.1 Changes

    September 26, 2019

    🐛 Bug fixes:

    • 🛠 Fix small memory leak with the RequestHandler (#465)
  • v2.0 Changes

    March 20, 2019

    👌 Improvements:

    • ⬆️ Upgrade interfaces to PSR15 RequestHandlerInterface (#335)
      ⬆️ The upgrade to PSR15 is a BC break as method signatures for the BridgeInterface has changed.

    🆕 New features:

    • Implemented daemon mode (#351)
    • ➕ Added memory-limit parameter (#418)

    Backward-incompatible changes:

    • minimum required PHP version is 7.1
    • 👍 minimum supported Symfony version is 3.4
  • v1.0.5 Changes

    September 16, 2018

    👌 Improvements:

    • Implement memory-limit parameter (#418)
    • 👷 Handle bridge exceptions by restarting worker (#426)
    • 👷 Trigger shutdown functions on closing worker (#428)

    🐛 Bug fixes:

    • 🛠 Fix server shutdown when all worker are crashed (#422)
    • 🛠 Fix version conflict error on PHP 7 (#431)