magallanes/CHANGELOG.md

38 lines
1.5 KiB
Markdown
Raw Normal View History

2017-02-11 06:07:08 +01:00
CHANGELOG for 3.X
2017-01-10 18:25:38 +01:00
=================
* 3.4.0 (2018-03-29)
* [Issue#380] Throw exception if log_dir is defined but directory doesn't exists
* [BUGFIX] [Issue#405] Malformed ssh command when defining host:port notation
* [Issue#415] Remove timeout on Deploy with Tar or Rsync tasks
2017-07-22 22:24:19 +02:00
* 3.3.0 (2017-07-22)
* [PR#386] Allow to define timeout (default 120s) for symfony/assetic-dump task.
* [PR#392] Allow to define Host Port in Host configuration.
* Allow to specify the binary path of tar on for create and extract
2017-04-15 03:29:51 +02:00
* 3.2.0 (2017-04-14)
2017-04-15 01:36:45 +02:00
* Allow to pre-register Custom Tasks
2017-04-14 21:46:47 +02:00
* [PR#365] New option "from" to define deployment start point
2017-04-14 21:29:22 +02:00
* Allow to define excludes in the global scope.
2017-04-14 20:43:27 +02:00
* Improve code quality, remove duplications on Symfony Tasks.
2017-04-14 20:24:39 +02:00
* Improve code quality, remove duplications on Composer Tasks.
* [PR#364] Allow to define custom timeout to Composer:Install
2017-02-25 23:57:40 +01:00
* 3.1.0 (2017-02-25)
2017-02-25 23:31:25 +01:00
* Add new Exec task to execute arbitrary shell commands
* Add new Composer task, to update phar (composer/self-update)
* [#344] Allow to flag Filesystem tasks
2017-02-11 03:49:59 +01:00
* [PR#346] Add new File System task, to change file's modes (fs/chmod)
* [BUGFIX] [PR#342] Ignore empty exclude lines
2017-02-04 20:40:40 +01:00
* [PR#330] Allow Composer task options to be overwritten at environment level
* [PR#330] Add new method Runtime::getMergedOption to merge ConfigOption and EnvOption
* [Documentation] [PR#333] Improve example config file
2017-02-11 03:24:16 +01:00
* 3.0.1 (2017-01-10)
* [BUGFIX] [#350] [#353] Fix escape issue when commands are sent through SSH
2017-02-04 20:40:40 +01:00
* 3.0.0 (2017-01-31)
2017-01-10 18:25:38 +01:00
* v3 series release