All Versions
55
Latest Version
Avg Release Cycle
30 days
Latest Release
636 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v6.4.6 Changes
July 30, 2019๐ v6.4.5...v6.4.6
โ Added
- Re-added the
artisan:view:clear
task.
๐ Changed
- ๐ Change the default shared files in the Symfony4 recipe. The .env file is versionned now and not the .env.local. [#1881]
- ๐ Change the
artisan:view:cache
task to only run theview:cache
command.
- Re-added the
-
v6.4.5 Changes
July 01, 2019 -
v6.4.4 Changes
July 01, 2019โ Added
- ๐ฏ Added
git_clone_dissociate
option, defaults to true; when set to false git-clone doesn't dissociate the eventual reference repository after clone, useful when using git-lfs [#1820] - โ Added
writable_recursive
option (default: true) used in all writable modes (chmod, chown, chgrp, acl) [#1822] - โ Added
artisan:optimize:clear
task for Laravel 5.7 and above
๐ Changed
- โ Add lock and unlock task to flow_framework receipe
- โก๏ธ Updated
artisan:optimize
to run for Laravel 5.7 and above, since it got added back last year. It still doesn't run for 5.5 and below. - View:clear command to a new view:cache command
๐ Fixed
- ๐ Fix rsync upload honor become option for host [#1796]
- ๐ Fixed bug to execute ssh command on windows [#1775]
- ๐ Fix when recipe/deploy/writable.php resolves as one of http users.
- ๐ Fix deployer detects wrong version [#1842]
โ Removed
- ๐ Deploy:vendors from the wordpress recipe
- ๐ฏ Added
-
v6.4.3 Changes
January 17, 2019 -
v6.4.2 Changes
January 15, 2019๐ v6.4.1...v6.4.2
๐ Fixed
- ๐ Improved ParallelExecutor::generateOptions to manage all types of InputOption [#1792]
-
v6.4.1 Changes
January 11, 2019 -
v6.4.0 Changes
January 11, 2019โ Added
- ๐ Support to define remote shell path via host-config [#1708] [#1709] [#1709]
- โ Added
horizon:terminate
to the Laravel recipe - โ Added
migrations_config
option to the Symfony recipes to specify Doctrine migration configuration to use - โ Added recipe for sulu 2.0 [#1758]
- โ Added recipe for sulu 1.x and improve sulu 2.0 recipe [#1764]
- โ Added
become
option for rsync upload
๐ Changed
- ๐ Laravel recipe should not run
artisan:cache:clear
indeploy
task - โก๏ธ Pass-through the quiet mode into the git commands for updating code
- ๐
deploy:writable
will no longer be able to automatically detect http_user if there are multiple candidates for the role [#1778]
๐ Fixed
- ๐ Fixed Range expansion when hosts.yml is loaded. [#1671]
- ๐ Fixed usage (only if present) of deploy_path config setting. [#1677]
- ๐ Fixed adding custom headers causes Httpie default header override.
- ๐ Fixed Laravel
laravel_version
failure - ๐ Fixed parser errors by adding the trim function to the changelog parser tokens
- ๐ Fixed arguments for rsync to be properly escaped
- ๐ Prevent multiple execution of task()->once() with --parallel and --limit option [#1419]
-
v6.3.0 Changes
August 27, 2018๐ 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 fordeploy: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 inapp/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]
-
v6.2.0 Changes
๐ v6.1.0...v6.2.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]
๐ 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]
-
v6.1.0 Changes
๐ 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}}
).