Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Release notes
I'm excited to announce version 8.x-1.1-beta1 of the Acquia Purge module, which raises the level of code quality drastically, improves logging and adds private-beta CDN support for Acquia Platform CDN.
If no issues arise, this version becomes 8.x-1.1.
Installation
This version of Acquia Purge adds new functionality and is therefore still in beta.
However, while the required underlying Purge 8.x-3.0-beta9 is also still in beta, it is deemed stable (but API breaks may still occur).
Please instruct composer to allow beta versions, yet preferring stable releases:
composer config minimum-stability 'beta' composer config prefer-stable true composer require 'drupal/acquia_purge:1.1-beta1'
Mac OS users - Beware!
Please be extra careful with GIT on Mac OS! Committing Purge 8.x-3.0-beta9 might leave the various case changes unnoticed causing production issues, please see the release announcement:
https://www.drupal.org/project/purge/releases/8.x-3.0-beta9
[8.x-1.1-beta1] - 2019-10-09
Added
- Acquia Platform CDN support (beta) which supports tags, url and 'everything' clearance. Please contact Acquia support if you're interested in becoming a beta tester.
- Added
CHANGELOG.mdwhich follows Keep a Changelog-format. - Added
composer.jsonfor integration with Composer-based workflows.
Changed
- Improvement: Logging and debugging capabilities have been fully rewritten, disabled by default.
- Improvement: Overhaul of INSTALL.md and PROJECTPAGE.md.
- Improvement: Code quality updated to 2019's standards.
- Improvement: Added
.travis.ymlfile ORCA coverage (Acquia's internal quality screening for Drupal modules).
Fixed
- Prevent Guzzle from throwing:
Header value must be scalar or null but TagsHeaderValue provided. - #3085471 by
Chi,nielsvm: Remove dependency on purge_drush. - Use
errorinstead ofemergencyas logging stream for invalidation failure.