- Move setAreaCode into execute to avoid conflict with other commands
- Add CLI command for setting up section.io
- Add CLI command for pushing Magento VCL to section.io Varnish
- Log and continue if cache directory is not available. instead of silently crashing the extension when Redis has been configured as a cache.
- Calls to the Varnish ban API in response to
flush_varnish_pagecache
events will be done async and have a timeout of 10 seconds
- Calls to the Varnish ban API in response to
flush_varnish_pagecache
events now get batched into groups of 50 to limit the URL length
- Updated versions of Magento framework dependencies
- Added support for signing up to section.io from within Magento admin
- Enable copy text within the extension to be maintained without resubmitted to the Magento marketplace
- Integrate configuration steps to connect Magento to section.io
- Follow HTTP redirects for displaying metrics charts
- Updated versions of Magento framework dependencies
- First release