deployer/CHANGELOG.md

24 lines
898 B
Markdown
Raw Normal View History

2017-01-18 00:46:46 +07:00
# Changelog
## master
2017-01-18 00:59:25 +07:00
[master...v4.0.2](https://github.com/deployphp/deployer/compare/v4.0.2...master)
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 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)
- Run `deploy:unlock` when deploy is fail [#958](https://github.com/deployphp/deployer/pull/958)
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-18 00:46:46 +07:00
## v4.0.2
🙄