mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
2.5 KiB
2.5 KiB
Changelog
master
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
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
🙄