Releases: magento/ece-tools
Releases · magento/ece-tools
2002.0.4
Changelog (2 related PRs)
- You can now manually reset stuck Magento cron jobs using a CLI command in all environments via SSH access. The deployment process automatically resets cron jobs.
2002.0.3
Changelog (1 related PR)
- We fixed an issue that was causing pages to time out because Redis was taking too long to read/write. You can now use the
disable_locking
parameter in Redis configurations to prevent this issue.
2002.0.2
Changelog (1 related PR)
- The RabbitMQ configuration process now obtains all required parameters automatically.
2002.0.1
Changelog (21 related PR)
- New features
- ECE-Tools now supports scopes and static content deployment strategies. We have added the
–s
parameter with a default setting ofquick
for the static content deployment strategy. You can use the environment variableSCD_STRATEGY
to customize and use these strategies with your build and deploy actions. This variable supports the optionsstandard
,quick
, orcompact
. If you selectcompact
, we override theSTATIC_CONTENT_THREADS
value with1
, which can slow deployment, especially in production environments. Not available in 2.1. - We have created a log file on environments to capture and compile build and deploy actions. The file is located in the
var/log/cloud.log
file inside the Magento root application directory.
- ECE-Tools now supports scopes and static content deployment strategies. We have added the
- Resolved issues
- Refactored the ECE-Tools package to make it compatible with Magento 2.2.0 and higher.
- We fixed an issue that was preventing ECE-Tools from halting execution and throwing an exception if no patches can be applied.
- We fixed an issue that was causing exceptions to be thrown when dependency injection (di) compilation is skipped during builds.
- We fixed an issue that was causing the deploy process to overwrite custom Redis configurations in the
env.php
file. - We fixed an issue that was causing redirect loops due to disabled by default secure admin.