deployer/CHANGELOG.md

94 lines
2.8 KiB
Markdown
Raw Normal View History

2017-01-18 00:46:46 +07:00
# Changelog
## master
2017-02-02 10:46:18 +07:00
[v4.2.1...master](https://github.com/deployphp/deployer/compare/v4.2.1...master)
-
## v4.2.1
[v4.2.0...v4.2.1](https://github.com/deployphp/deployer/compare/v4.2.0...v4.2.1)
### Fixed
- Fixed `deployer/phar-update` dependency for composer installation.
2017-02-01 23:17:46 +07:00
## v4.2.0
[v4.1.0...v4.2.0](https://github.com/deployphp/deployer/compare/v4.1.0...v4.2.0)
2017-01-19 14:49:58 +07:00
2017-01-27 20:15:18 +07:00
### Added
- Added pretty print to config:dump command
2017-01-23 18:26:21 +07:00
### Changed
- `add()` now merges configuration options recursively [#962](https://github.com/deployphp/deployer/pull/962)
2017-01-24 08:17:55 +01:00
- Added `writable_chmod_recursive` boolean option to enable non-recursive `chmod`
2017-01-25 10:01:50 +01:00
- `ask()` now supports autocomplete [#978](https://github.com/deployphp/deployer/pull/978)
- `release_path` returns `current_path` in non-deploy context [#922](https://github.com/deployphp/deployer/pull/922)
2017-01-19 14:49:58 +07:00
2017-01-27 20:17:48 +07:00
### Fixed
- Fixed Flow recipe [#986](https://github.com/deployphp/deployer/pull/986)
2017-01-27 20:54:21 +07:00
- Fixed `deploy:copy_dirs` task [#914](https://github.com/deployphp/deployer/pull/914)
2017-01-28 00:50:52 +07:00
- Fixed default behavior for `working_path` [#381](https://github.com/deployphp/deployer/pull/381)
2017-02-01 19:26:20 +07:00
### Removed
- Removed const `Environment::DEPLOY_PATH`
2017-01-28 00:50:52 +07:00
2017-01-27 20:17:48 +07:00
2017-01-19 14:49:58 +07:00
## v4.1.0
[v4.0.2...v4.1.0](https://github.com/deployphp/deployer/compare/v4.0.2...v4.1.0)
2017-01-18 00:46:46 +07:00
### Added
- Added `testLocally` function (analog `test` fn)
2017-01-18 13:27:08 +07:00
- Added `ConfigurationException`
2017-01-18 11:12:43 +01:00
- Show message on file download
- Added support for multiplexing for NativeSsh [#918](https://github.com/deployphp/deployer/pull/918)
2017-01-19 11:10:30 +07:00
- Added GracefulShutdownException
2017-01-19 11:38:37 +07:00
- Added Magento2 recipe [#911](https://github.com/deployphp/deployer/pull/911)
2017-01-18 00:46:46 +07:00
### Changed
2017-01-18 00:59:25 +07:00
- Server config `setPty` renamed to `pty` [#953](https://github.com/deployphp/deployer/pull/953)
- Raised timeout for runLocally to 300 seconds [#955](https://github.com/deployphp/deployer/pull/955)
- `deploy:unlock` now always successful [#950](https://github.com/deployphp/deployer/pull/950)
- Added option `-L` to `setfacl` [#956](https://github.com/deployphp/deployer/pull/956)
2017-01-18 13:27:08 +07:00
- Now throw exception on duplicates in `shared_dirs`
2017-01-18 00:46:46 +07:00
### Fixed
- Fixed native ssh scp option
2017-01-18 00:59:25 +07:00
- Fixed bug with `$httpGroup` guard clause [#948](https://github.com/deployphp/deployer/pull/948)
2017-01-28 00:50:52 +07:00
2017-01-18 00:46:46 +07:00
2017-01-18 13:57:07 +07:00
2017-01-18 00:46:46 +07:00
## v4.0.2
2017-01-18 13:57:07 +07:00
[v4.0.1...v4.0.2](https://github.com/deployphp/deployer/compare/v4.0.1...v4.0.2)
### Fixed
- Fixed bug with copy shared files
- Fixed recursive upload in native ssh
- Improved Laravel recipe
- Improved exceptions in runLocally
2017-01-28 00:50:52 +07:00
2017-01-18 13:57:07 +07:00
## v4.0.1
[v4.0.0...v4.0.1](https://github.com/deployphp/deployer/compare/v4.0.0...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 in `Collection`
- Fixed typo3 recipe
- Fixed remove of shared dir on first deploy
2017-01-18 14:41:31 +07:00
2017-01-28 00:50:52 +07:00
2017-01-18 13:57:07 +07:00
## v4.0.0
2017-01-18 00:46:46 +07:00
🙄