This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Releases: symfony/cli
Releases · symfony/cli
v4.20.3
v4.20.2
- Improve performance of the
project:create
command - Respect the
--no-interaction
flag forself: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
- Fix
server:status
display one-shot jobs - Fix
server:run
fails to restart jobs - Fix
server:log
andserver:run
might miss some logs - Add support for
--version=dev
for thenew
command - Move
yarn-install
tonvm-sh/nvm
and upgrade to v0.36.0 - Make
yarn-install
use the nvm--no-progress
flag - Use
SYMFONY_CACHE_DIR
inyarn-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
v4.19.2
v4.19.1
- Add a
--host
flag tolocal: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
- 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 of127.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 onphp.ini
changesserver:start
now restarts PHP on PHP failureserver:start
now restarts PHP when CGI stops after N requests- Fix log file name when using PHP CLI and PHP CGI
v4.18.4
- 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 ofMYSQL_
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
v4.18.2
- 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
andSYMFONY_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