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

Releases: symfony/cli

v4.20.3

10 Nov 12:05
b3df926
Compare
Choose a tag to compare
  • Fix project:create might hang forever

v4.20.2

09 Nov 16:13
b3df926
Compare
Choose a tag to compare
  • Improve performance of the project:create command
  • Respect the --no-interaction flag for self:update command
  • Add missing URL environment variable for Elasticsearch relationships
  • Fix wrong SCHEME environment variable for Elasticsearch service in Docker integration
  • Fix the debug toolbar is missing Local Web Server information on Symfony 5.2 and more
  • Fix env:settings table should not wrap
  • Add CA support for SLES, OpenSUSE, Firefox/Chromium nightly/developer
  • Add better sudo prompt for server:ca:install
  • Speed-up server:ca:install
  • Fix server:start consumes Symfony's debug toolbar start markup
  • Fix var:set might hang waiting for activity completion

v4.20.1

23 Oct 09:55
b3df926
Compare
Choose a tag to compare
  • Fix server:status display one-shot jobs
  • Fix server:run fails to restart jobs
  • Fix server:log and server:run might miss some logs
  • Add support for --version=dev for the new command
  • Move yarn-install to nvm-sh/nvm and upgrade to v0.36.0
  • Make yarn-install use the nvm --no-progress flag
  • Use SYMFONY_CACHE_DIR in yarn-install for faster builds
  • Disable autoupdates checks when running in background
  • Disable autoupdates checks when running the help command
  • Improve performance of the help command
  • Improve performance of the projects command

v4.20.0

12 Oct 10:01
b3df926
Compare
Choose a tag to compare
  • Add support for MailHog Docker images
  • Add symfony-start helper
  • Automatically preprend symfony-start to workers command if necessary

v4.19.2

08 Oct 13:28
b3df926
Compare
Choose a tag to compare
  • Fix panic in symfony ssh when providing a command to execute

v4.19.1

08 Oct 09:36
b3df926
Compare
Choose a tag to compare
  • Add a --host flag to local:proxy:start to define the host exposed in the generated PAC file
  • Improve local:server:start start performance
  • Improve local:proxy:start start performance
  • Fix phpbrew support for the local web server when using versions aliases
  • Fix preloading issues preventing code changes to be taken into account at deployment
  • Improve hints about deploying to the main environment for the first time
  • Make it easier to run one-liner scripts using symfony ssh

v4.19.0

22 Sep 10:49
b3df926
Compare
Choose a tag to compare
  • Fix warning when using the extended syntax for the PHP extensions config in .symfony.cloud.yaml
  • Fix book:checkout command when migrations are stored under the new migrations/ directory instead of src/Migrations/
  • Use localhost instead of 127.0.0.1 in the generated proxy PAC file
  • Improve error feedback on server:start when PHP fails to start
  • server:start now restarts PHP on php.ini changes
  • server:start now restarts PHP on PHP failure
  • server:start now restarts PHP when CGI stops after N requests
  • Fix log file name when using PHP CLI and PHP CGI

v4.18.4

14 Aug 07:21
b3df926
Compare
Choose a tag to compare
  • Fix deploy does not work when using only -project flag
  • Add missing option prune-branches to Bitbucket integration
  • Add support for MySQL/MariaDB Docker images using MARIADB_ instead of MYSQL_ for en vars
  • Allow to use env:debug with the main environment of non production projects
  • Allow to use env:debug --off with any environment on any project
  • Fix parsing of PHP and FPM log lines

v4.18.3

31 Jul 16:51
b3df926
Compare
Choose a tag to compare
  • Release the CLI as a Docker image
  • Fix usage error might show the help of another command with the same name
  • Fix symfony composer should not load .env files

v4.18.2

29 Jul 12:07
b3df926
Compare
Choose a tag to compare
  • Fix running symfony console on Enterprise clusters fails
  • Fix Symfony environment is set to dev during the build stage
  • Add missing SYMFONY_APPLICATION_DEFAULT_ROUTE_URL and SYMFONY_PROJECT_DEFAULT_ROUTE_URL when running Local Web Server
  • Checkout the first step of the book instead of the last one when running symfony new --book