All Versions
15
Latest Version
Avg Release Cycle
68 days
Latest Release
1351 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)