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

v4.16.0

Compare
Choose a tag to compare
@tucksaun tucksaun released this 08 Jun 09:13
b3df926
  • Make git optional for most of SymfonyCloud related command if the project flag is used
  • Make vars that end with _KEY sensitive by default
  • Fix the CLI can ask for re-authentication while in the background
  • Fix PHP-CGI support with recent versions of Symfony (stderr logging)
  • [BC BREAK] Fix Mailer exposed env vars in a local Docker Compose environment
    The Docker mailcatcher service env var names (might have) changed depending on your Docker Compose configuration.
    Instead of always using MAILER_ and MAIL_ prefixes for the SMTP service, we are now using the service name
    and service prefix like any other services defined in .docker-compose.yml.
    If you expect MAILER_* env vars, be sure that the mailcatcher service name in .docker-compose.yml
    is mailer or set com.symfony.server.service-prefix to mailer.
    The web interface now adds a _WEBsuffix to the service prefix.
    Use symfony var:export --multiline to get the new var names