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

v4.14.0

Compare
Choose a tag to compare
@tucksaun tucksaun released this 08 Apr 07:53
b3df926
  • Update cron handling:
    • Crons emails are now sent using a predictable default email address project+env@cron.noreply.s5y.io
    • Allow to change croncape email sender using MAILFROM environment variable
    • Allow to change croncape host in subject using CRONCAPE_HOST environment variable (defaults to project ID)
    • Use MAILER_DSN and MAILER_URL if defined for sendmail configuration
    • Strip croncape from command when running a cron using env:cron
  • Add support for --install-dir flag in the bash installer
  • Add support for memcached in Docker Compose
  • Add the --multiline flag to var:export to display each var on its own line
  • Add env:deactivate command
  • Add a check for the redis PHP extension in book:check-requirements command
  • Update available PHP extensions list used during project initialization
  • Refine SYMFONY_DEFAULT_ROUTE behavior to be more determinist and respect user's order
  • Fix panic in env:urls and env:logs when there's no application selected or detected
  • Fix php.ini and .symfony.cloud.yaml files guess when running a script outside of the root dir
  • Fix check:requirements when the cache dir does not exist yet
  • Fix the value of the PHP_BINARY and PHP_PATH env vars which must always point to the PHP CLI binary
  • Fix parsing of the f flag in sendmail wrapper
  • Fix default user and password for RabbitMQ local Docker tunnels