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

Releases: symfony/cli

v4.12.1

09 Jan 08:44
b3df926
Compare
Choose a tag to compare
  • Fix watching for tunnels status and proxy configuration files fails on Windows
  • Fix panic when deploying and creating project at the same time
  • Add support for public dir auto-discovery when configured in composer.json (extra.symfony.public-dir)
  • Add support for defining the language used to determine env vars via APP_LANGUAGE

v4.12.0

07 Jan 15:17
b3df926
Compare
Choose a tag to compare
  • Add 'Symfony 5: The Fast Track' commands (book:checkout and symfony new --book)
  • Add a --yes/-y flag to self:update to bypass upgrade confirmation
  • Add clickable links in the HTTP server logs
  • Remove the passphrase from default.p12 (allows to run yarn encore dev-server --https --pfx=~/.symfony/certs/default.p12)
  • Fix tunnel:open breaks terminal if 'Ctrl+C' is sent during application selection
  • Improve billing error messages when a project is canceled
  • Add a title to HTML error pages

v4.11.3

12 Dec 09:11
b3df926
Compare
Choose a tag to compare
  • Fix loading the local php.ini on FPM (loading PHP extensions now works)
  • Fix loading PHP config from .symfony.cloud.yaml for web servers using PHP CGI or PHP CLI
  • Remove php:wrappers:install and supports for the PHP wrappers (use symfony php/pecl/... instead)
  • Update extension list for PHP 7.4
  • Fix infinite login loop when used in non interactive environment
  • Add Blackfire integration when using Docker for the Blackfire agent
  • Fix open:remote:rabbitmq does not found the RabbitMQ management UI
  • Specify which environment will be snapshoted when running env:sync
  • Fix double spinner issue on env:sync

v4.11.2

22 Nov 14:26
b3df926
Compare
Choose a tag to compare
  • Fix panic when no PHP versions are detected

v4.11.1

22 Nov 10:06
b3df926
Compare
Choose a tag to compare
  • Fix going into background makes parent process hang
  • Remove --force-php-discovery flag on server:start

v4.11.0

21 Nov 10:17
b3df926
Compare
Choose a tag to compare
  • Allow customers to stop or decline a cloud trial and move to a paid subscription directly
  • Add command project:billing:accept to disable project suspension at then end of trial
  • Rename billing:update:card command to project:billing:update-card
  • Fix detection of the default PHP version from PATH
  • Fix PHP version used when executing php in a sub-process
  • Add Docker Compose detection when configured via COMPOSE_FILE
  • Allow to configure COMPOSE_PROJECT_NAME via .env

v4.10.2

17 Nov 14:23
b3df926
Compare
Choose a tag to compare
  • Fix PHP versions registered twice when using symlinks
  • Fix PHP discovery when only in PATH

v4.10.1

16 Nov 09:49
b3df926
Compare
Choose a tag to compare
  • Fix a race condition when using PHP CLI as the local web server backend

v4.10.0

15 Nov 14:30
b3df926
Compare
Choose a tag to compare
  • Add support for Bitbucket integration
  • Add support for SYMFONY_DEFAULT_ROUTE_* locally
  • Add open:remote:rabbitmq and open:local:rabbitmq
  • Add information about environment variables on server:status
  • Env vars from SymfonyCloud are not exposed by default anymore when a tunnel is open (use --expose-env-vars on tunnel:open explicitly instead)
  • Remove --force on var:export and local:run (use --expose-env-vars on tunnel:open instead)
  • Remove SYMFONY_FORCE_TUNNEL_ENVS_MASTER (use --expose-env-vars on tunnel:open instead)
  • Add a link to the RabbitMQ management interface is available via Docker locally
  • Add --first flag to env:urls command
  • Support routes served by services (like Varnish) in env:urls and open:remote commands
  • Support dir1,dir2 syntax for --watch flag of the symfony run command
  • Add an argument to var:export to allow printing one env var value
  • Add support for SPAs in the local web server (symfony server:start --passthru=index.html)
  • Add env:needs-deploy command
  • Update available extensions list
  • Improve domain:attach output when domain name is invalid
  • Fix symfony ssh multiline handling when output is captured or piped
  • Fix log parsing when PHP uses RFC3339Nano for dates
  • Fix parsing very long log lines (Symfony exceptions for instance)

v4.9.0

31 Oct 14:50
b3df926
Compare
Choose a tag to compare
  • Add monitoring of commands executed via run -d to automatically restart them when they crash
  • Add --watch to run -d to automatically restart the commands when code changes
  • Fix wrong instructions for renewing local server TLS certificate
  • Fix APP_ENV detection when running symfony console
  • Update application name used by project:init to be app
  • Add slug flag to project:init allowing to override application name
  • Fix streaming several files with local:server:log only stream the last one
  • Change default value for lines flag of local:server:log command to 0
  • Add mount:list and mount:size commands
  • Follow redeployment following project:scale
  • Reuse SSH connection when running several commands in the same session
  • Add db:size command