Skip to content

v1.16.0

Compare
Choose a tag to compare
@ejnshtein ejnshtein released this 08 Jul 12:44
· 489 commits to master since this release

Bug Fixes

  • Fixed checking for the process running as root on Windows. 10b808c
  • Fixed an issue with parsing and building of workspace.xml configuration for PHPStorm. eaefa83
  • Fixed retrieval of disabled PHP extensions. This will resolve issues with the XDebug extension being installed every time it is disabled instead of just enabling it. c28833d
  • Added keepalive setting in Nginx container configuration files to resolve possible issues with running Varnish on some projects. 29812c0
  • Check for installing Rosetta 2 has been moved before installing MacOS dependencies. 508468c
  • PHP-FPM start has been moved before starting Docker services. 57c203b
  • Added Magento setup in database after running Magento project setup if setup:db:status returns code 1. 09e5986
  • Added check for if a user with username admin exists in the database before running setup:install. ebf8660

Improvements

  • Added ssl-terminator to exec and logs command description. 61568bf c71d5ef
  • Persisted Query setup has been moved to update-env-php task. 2328851
  • Added updating of adminuri setting from cma.js to env.php in update-env-php task. 2328851
  • Added a prompt to disable or remove prestissimo Composer plugin in your project if you have it installed. 4cecab9 b2be66e
  • Resolved memory leak issue in execAsyncCommand utility. a40a876
  • status command will now also print port forwarding information for containers that are connected to host network. eceeefc
  • Refactored container image pulling logic to eliminate race conditions. a40b533
  • Added check for if docker containers have started or not. f628da6
  • Refactored database dump import logic, added option to choose user to use in MySQL client during database import. c24f6bf
    • Added prompt to drop database magento before importing dump to eliminate possible interference with old data in database. 00f9495