Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 30.88 KB
MD5: e53c5983c317a07c022f276e60df0013
SHA-1: 42ea47e9a06cab7cbc2174252417599ffd334a66
SHA-256: ecac1ebb3b44dbe74f1eee4fa1aafdb2010112f589a8758481f0ef3a42318c89
Download zip 49.78 KB
MD5: 3a6654b88abc901399c90081d8f5850f
SHA-1: 75172350f02a012093a4c7be88a0cde664afb03d
SHA-256: e536a8ff0156be3aade56291174cfa84237e6979074e0085bbc18277396f3d82

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.md which follows Keep a Changelog-format.
  • Added composer.json for 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.yml file 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 error instead of emergency as logging stream for invalidation failure.
Created by: nielsvm
Created on: 9 Oct 2019 at 13:35 UTC
Last updated: 9 Oct 2019 at 13:38 UTC
Bug fixes
New features

Other releases