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

Releases: symfony/cli

v4.22.0

01 Feb 08:08
b3df926
Compare
Choose a tag to compare
  • Add _test suffix to MySQL/MariaDB/PostgreSQL database names when APP_ENV is test

v4.21.6

08 Jan 13:44
b3df926
Compare
Choose a tag to compare
  • Fix randomly missing RABBITMQ_/MAILER_ env var (local web server)
  • Fix missing headers in responses (local web server)

v4.21.5

06 Jan 10:32
b3df926
Compare
Choose a tag to compare
  • Fix early logs not displayed when streaming logs of the local web server
  • Fix using plain PHP files with local web server not running PHP FPM
  • Fix log in the header of HTTP responses

v4.21.4

05 Jan 21:32
b3df926
Compare
Choose a tag to compare
  • Fix the Content-Length header of the toolbar modified and sent by the local web server
  • Fix empty response are converted to a 1 byte response by local web server
  • Fix Docker support when DOCKER_HOST is set to a unix:// path
  • Fix support for wildcard domains
  • Fix server:start when PHP FPM is already running
  • Fix server:start issue when an old PID file still exists
  • Remove stopped workers from output in server:status

v4.21.3

11 Dec 09:22
b3df926
Compare
Choose a tag to compare
  • Disable composer interaction on symfony new, should prevent the command to run indefinitely
  • Fix missing space in php-ext recommendation
  • Fix quotes double escaping in header values in the Local web server when the PHP builtin server is in use

v4.21.2

01 Dec 08:11
b3df926
Compare
Choose a tag to compare
  • Fix wrong BC alias for env:snapshot:create

v4.21.1

30 Nov 10:45
b3df926
Compare
Choose a tag to compare
  • Fix failure to unmarshall .symfony/applications.yaml file
  • Fix false positive recommendation on commented lines regarding the use of %kernel.logs_dir%/%kernel.environment%
  • Fix BC break on the --force-update flag of the security:check command

v4.21.0

26 Nov 16:27
b3df926
Compare
Choose a tag to compare
  • Drop support for macOS 32bits
  • Add support for PHP 8.0 on SymfonyCloud
  • Expose all Docker compose ports, even for unknown services
  • Use standard SSH URL (ssh://) instead of Git ones for every Git operations
  • Rename 'snapshots' as 'backups'
  • Allow to restore a backup to a different environment
  • Add new pre-deployment check for logging configuration
  • Add support for providing coupon at project creation

v4.20.5

20 Nov 15:36
b3df926
Compare
Choose a tag to compare
  • Fix parts of billing updates are not applied

v4.20.4

20 Nov 08:55
b3df926
Compare
Choose a tag to compare
  • Fix server:status show finished processes
  • Various small fixes on SymfonyCloud log streaming
  • Fix bash installer does not support i686 architecture
  • Replace 'users' wording by 'seats'