Deployer v6.3.0 Release Notes

Release Date: 2018-08-27 // over 5 years ago
  • ๐Ÿš€ v6.2.0...v6.3.0

    โž• Added

    • โž• Added cache clear/warmup task for symfony4 recipe. [#1575]
    • โž• Added ability to use config params in host variables. [#1508]
    • ๐Ÿ”ง Make used shell configurable via shellCommand. [#1536]
    • โž• Added cleanup_tty option for deploy:cleanup.
    • โž• Added Prestashop 1.6 recipe.
    • ๐Ÿ‘ท Set dedicated user variable under CI environments, if not provided by git-config.

    ๐Ÿ”„ Changed

    • โšก๏ธ Optimize locateBinaryPath() to create less subprocesses. [#1634]
    • Laravel recipe runs migrations only once.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed that long http user name is not detected correctly. [#1580]
    • ๐Ÿ›  Fixed missing var/sessions in Symfony 4 shared_dirs.
    • ๐Ÿ›  Fixed warning with host without configuration. [#1583]
    • โœ‚ Removed the magento:enable task from the Magento 2 recipe since the module states are defined in app/etc/config.php and this task overwrote that.
    • ๐Ÿ‘ Allow to set template file path in Drupal 7 recipe. [#1603]
    • ๐Ÿ›  Fixed once() tasks that where being run multiple times with ParallelExecutor.
    • ๐Ÿ›  Fixed high CPU usage when running in parallel.
    • ๐Ÿ‘‰ Fixed deploy:writable no need to specify http_user when using chgrp writable_mode.
    • ๐Ÿ›  Fixed deploy:shared missing from some recipes. [#1663]
    • ๐Ÿ›  Fixed missing deploy:writable entries in recipes. [#1661]