mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
4.6 KiB
4.6 KiB
Changelog
master
Added
- Add support for multiple choice questions #1076
- Add a way to retrieve a defined task #1008
- Add support for configFile in the NativeSsh implementation #979
- Add
--no-hooks
option for running commands withoutbefore()
andafter()
#1061
Changed
- Parse hyphens in environment setting names #1073
- Autoload functions via Composer #1015
- Add task queue:restart for Laravel recipe #1007
- Changed output of errors for native ssh #1012
Fixed
- Fixed
Can not share same dirs
for shared folders having similar names #995 - Fixed scalar override on recursive option merge #1003
- Fixed incompatible PHP 7.0 syntax #1020
- Fixed an issue with the output of ls in releases_list #1004 #1036
- Fixed possibility to use PEM files with Native SSH
- Fixed old releases not being cleaned up when keep_releases reduced by more than half.
- Fixed creating non-existed
writable_dirs
#1000 - Fixed uploading files with spaces in a path via Native SSH #1010
- Fix merge of string array config options #1067
v4.2.1
Fixed
- Fixed
deployer/phar-update
dependency for composer installation.
v4.2.0
Added
- Added pretty print to config:dump command
Changed
add()
now merges configuration options recursively #962- Added
writable_chmod_recursive
boolean option to enable non-recursivechmod
ask()
now supports autocomplete #978release_path
returnscurrent_path
in non-deploy context #922
Fixed
- Fixed Flow recipe #986
- Fixed
deploy:copy_dirs
task #914 - Fixed default behavior for
working_path
#381
Removed
- Removed const
Environment::DEPLOY_PATH
v4.1.0
Added
- Added
testLocally
function (analogtest
fn) - Added
ConfigurationException
- Show message on file download
- Added support for multiplexing for NativeSsh #918
- Added GracefulShutdownException
- Added Magento2 recipe #911
Changed
- Server config
setPty
renamed topty
#953 - Raised timeout for runLocally to 300 seconds #955
deploy:unlock
now always successful #950- Added option
-L
tosetfacl
#956 - Now throw exception on duplicates in
shared_dirs
Fixed
- Fixed native ssh scp option
- Fixed bug with
$httpGroup
guard clause #948
v4.0.2
Fixed
- Fixed bug with copy shared files
- Fixed recursive upload in native ssh
- Improved Laravel recipe
- Improved exceptions in runLocally
v4.0.1
Added
- Added more writable modes
Changed
- Allowed init command overriding
- Returned ACL as default writable mode
Fixed
- Fixed SilverStripe recipe
- Fixed release sorting
- Fixed release cleanup
- Improved Symfony recipe
- Fixed
DotArray
syntax inCollection
- Fixed typo3 recipe
- Fixed remove of shared dir on first deploy
v4.0.0
🙄