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

Releases: symfony/cli

v4.13.0

17 Mar 08:31
b3df926
Compare
Choose a tag to compare
  • Initial alpha support for ARM
  • Reveal global ansi, no-ansi and no-interaction flags
  • Add support for NO_COLOR env var (https://no-color.org/)
  • Fix SYMFONY_* environment values might not be read if flags are provided on the command line
  • Add clone-parent-data flag on env:create to enable/disable parent data cloning
  • Add if-not-exists flag on env:create to not fail when the environment already exists
  • Improve automatic detection of parent environment in env:create

v4.12.10

03 Mar 09:38
b3df926
Compare
Choose a tag to compare
  • Fix SYMFONY_DEFAULT_ROUTE_* variables when using Varnish as the front end

v4.12.9

26 Feb 16:37
b3df926
Compare
Choose a tag to compare
  • Display current version when proposing upgrading to a new one
  • Don't wrap table columns on symfony projects
  • Fix could not determine the current project errors during project creation with symfony deploy
  • Skip canceled project in symfony projects
  • Add support for post-merge pull request build for GitHub
  • Optimize requests count in symfony projects
  • Allow to use files as watch value forlocal:run
  • Tweak the wording for the 'search engine indexation' setting
  • Show subscription ID in projects description
  • Don't expose default SMTP host if MAILER_DSN is declared

v4.12.8

01 Feb 08:42
b3df926
Compare
Choose a tag to compare
  • Reload PHP versions when PHP is not found anymore in the cached stored version
  • Fix various panics

v4.12.7

29 Jan 20:23
b3df926
Compare
Choose a tag to compare
  • Load php.ini, extra env vars, and PHP settings from .symfony.cloud.yaml in the same between the PHP server and symfony php

v4.12.6

29 Jan 07:44
b3df926
Compare
Choose a tag to compare
  • Only use locally downloaded composer.phar as a permanent fallback

v4.12.5

28 Jan 15:45
b3df926
Compare
Choose a tag to compare
  • Refactor the PHP web server to have a more consistent experience across all SAPIs
  • Display project status in projects and project:info commands output
  • Force domains to be treated lowercase
  • Fix running symfony new on Windows when Composer is already installed
  • Fix php, php-config, and phpize paths used by pecl
  • Add support for phpize
  • Fix support for phpdbg and php-config

v4.12.4

14 Jan 13:12
b3df926
Compare
Choose a tag to compare
  • Fix reading extra.public-dir from composer.json
  • Fix running composer create-project in symfony new on Windows
  • Fix console hyperlinks breaks output formatting on Windows
  • Fix unmarshal error when runtime options is not an array

v4.12.3

10 Jan 11:11
b3df926
Compare
Choose a tag to compare
  • Fix creating and updating subscriptions
  • Allow dev as an alias for development plan

v4.12.2

09 Jan 10:24
b3df926
Compare
Choose a tag to compare
  • Fix panic when starting the web server