Deployer v6.1.0 Release Notes

  • ๐Ÿš€ v6.0.5...v6.1.0

    โž• Added

    • โž• Added debug:task command to display the order of task execution. [#1488]
    • โž• Added a description to the autocomplete command. [#1472]
    • โž• Added logging of unhandled exceptions into logfile. [#1481]
    • โž• Added default -H flag when using become. [#1556]
    • โž• Added Symfony 4 recipe. [#1437]

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ป Throw meaningfull exception on errors in cd(). [#1480]
    • ๐Ÿ‘‰ Make sure Context::pop() is called when Callback errors in on(...) function. [#1513]
    • โšก๏ธ Update silverstripe recipe to support silverstripe 4.
    • ๐Ÿ‘‰ Show standard output in exceptions when error output is empty. [#1554]
    • ๐Ÿ‘Œ Improve readability of command for finding web server user. [#1557]
    • โšก๏ธ Update symfony package dependencies to ~4.0. [#1559]

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed within() to also restore the working-path when the given callback throws a Exception. [#1463]
    • ๐Ÿ›  Fixed pcntl_fork check for blacklisted Ubuntu LTS boxes. [#1476]
    • ๐Ÿ›  Fixed shared dir/file paths containing variables ({{variable}}).