2002.0.9
Changelog (29 related PRs)
You must upgrade the Magento Cloud Metapackage to get this and all future updates.
- ECE-Tools—The ECE-Tools package now supports Magento 2.1.x.
- Redis configuration—You can now configure Redis page and default cache and Redis session storage using an environment variable.
- Search, AMQP, and Redis service improvements—We unified the service configuration flow so that it now behaves the same way for all services. Manually editing the
env.php
file to configure services is no longer supported. You must use environment variables or the.magento.env.yaml
file instead. - Environment variables—
- The use of
env:STATIC_CONTENT_THREADS
was deprecated and will be removed in a future release. Use theSTATIC_CONTENT_THREADS
environment variable instead. - The
STATIC_CONTENT_EXCLUDE_THEMES
environment variable was deprecated. You must use theSCD_EXCLUDE_THEMES
environment variable instead.
- The use of
- Logging—We simplified logging around built-in patching operations.
- We removed
developer
mode support and theAPPLICATION_MODE
environment variable because they were causing unexpected behavior. - We fixed an issue that was causing static content deployment failures related to Redis. Now, multi-threaded static content deployment runs as designed.
- We fixed an issue that was preventing users from saving modifications to configuration fields in the Admin, which are marked as sensitive after running the
app:config:dump
command. - We added support for an earlier version of
symfony/yaml
to fix conflicts with some packages, which are not yet compatible with the latest version.