Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Releases: symfony/cli

v4.2.8

10 May 13:42
f219abe
Compare
Choose a tag to compare
  • Add the version command as an alias for -V
  • Make spinner works for all terminal emulators
  • Add more feedback during project:edit
  • Always ask for confirmation during project creation
  • Expose RabbitMQ management URL

v4.2.7

10 May 13:41
f219abe
Compare
Choose a tag to compare
  • Fix symfony composer used PHP version
  • Add COMPOSER_MEMORY_LIMIT=-1 when running Composer
  • Fix client is not respecting HTTP[S]_PROXY environment variable
  • Improve client timeout configuration
  • Add support for non inheritable variables
  • Fix symfony new to always install the latest version of a skeleton when version is x.y
  • Improve error message when one has not yet access to SymfonyCloud

v4.2.6

10 May 13:32
f219abe
Compare
Choose a tag to compare
  • Check the directory is tracked by Git before linking
  • Run git init if necessary during project:create
  • Fix environment list is missing environment whose parent is not master

v4.2.5

10 May 13:30
f219abe
Compare
Choose a tag to compare
  • Fix bug where Composer was not able to restart itself without XDebug
  • Improve output of server:status
  • Fix race condition in server:stop
  • Remove unused interactive flag from project:edit command

v4.2.4

10 May 13:28
f219abe
Compare
Choose a tag to compare
  • Add support for running symfony composer
  • Display command output when an error occurs while running sub-commands (symfony new and symfony init)
  • Replace the --no-init flag by --cloud on symfony new
  • Add support for running symfony pecl (works also for pear, php-config, php-fpm, and php-cgi)
  • Add env:fpm:status command to get PHP-FPM status
  • Add local:php:wrappers:install to install the PHP wrappers
  • Add support for PHP_BINARY/PHP_PATH
  • Fix SERVER_PORT env var on the local web server (remove SERVER_ADDR, add support for X-Forwarded-Port)

v4.2.3

10 May 13:26
f219abe
Compare
Choose a tag to compare
  • Add support for --app on var:get/vars
  • Fix running a cron in a multi-app project
  • Fix the --app flag behavior
  • Fix deleting an inactive environment
  • Improve some error messages when managing a Cloud project
  • Fix deploying a project from a sub-directory
  • Improve cloud app detection when a single app is not in the root directory
  • Remove warning when deploying a project without a composer.lock file
  • Add MacPorts support

v4.2.2

10 May 13:24
f219abe
Compare
Choose a tag to compare
  • Fix panic for ignored errors during the servers startup
  • Add support for using the local web server on pure-HTML websites
  • Fix PHP -S server HTTP response (extra first empty char)
  • Fix best port detection for the web server
  • Fix local domain name matching with the proxy when using wildcard domain names
  • Fix server:list output when some background commands are running
  • Check if current environment exists before executing prechecks on deploy
  • Allow to create a new project from a linked directory if using --no-link

v4.2.1

10 May 13:23
f219abe
Compare
Choose a tag to compare
  • Fix release issue

v4.2.0

10 May 13:21
f219abe
Compare
Choose a tag to compare
  • Remove --version as an alias for -V
  • Add --version flag for symfony new

v4.1.1

10 May 13:19
f219abe
Compare
Choose a tag to compare
  • Fix default PHP version discovery
  • Improve currency formatting for plan selection