Magento Cloud Components release notes

The Magento Cloud Components package provides extended Magento Commerce core functionality for sites deployed on the Cloud platform. This package is a dependency for the ece-tools package. These release notes describe the latest improvements to this package, which is a component of Magento Commerce Cloud Suite.

The magento/magento-cloud-components package uses the following version sequence: <major>.<minor>.<patch>.

v1.0.5

Release date: June 26, 2020

  • Fixed an issue introduced in magento/magento-cloud-components version 1.0.4 that caused the flush cache operation to fail during the deploy phase, interrupting the deployment process.

v1.0.4

Release date: June 25, 2020

  • Implemented New Relic Logs in Context–Application logs generated by Magento now display in traces within New Relic to improve troubleshooting capabilities.

  • Improved logging–Added logging to track cache invalidation and full reindex events.

v1.0.3

Release date: February 27, 2020

  • Fixed a compatibility issue to support ece-tools 2002.0.x releases that use older PHP versions.

v1.0.2

Release date: February 6, 2020

  • Extended the functionality of the WARM_UP_PAGES environment variable to support cache preloading for specific product pages. See the post-deploy variables topic for a detailed feature description.

  • Fixed an issue where an invalid store URL causes the post-deploy hook to fail when using the WARM_UP_PAGES functionality to populate the cache. This issue occurred only when URL rewrites were disabled.

v1.0.1

Release date: July 23, 2019

  • Fixed an issue affecting WARM_UP_PAGES functionality that uses a default store URL. Now, if the config:show:default-url command cannot fetch a base URL, then the URL from the MAGENTO_CLOUD_ROUTES variable is used.

v1.0.0

Release date: June 12, 2019

This is the first release of the magento/magento-cloud-components package, which is a new dependency for ece-tools package version 2002.0.20 and later.

  • Added the capability to use regex patterns to configure the WARM_UP_PAGES environment variable to cache single pages, multiple domains, and multiple pages. See Post-deploy variables.