Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 1.14 MB
MD5: ac05edcfcf4ca123228151fcbdd9b778
SHA-1: faa07e66f6eb6ddec043555cac068e7da3f0d90a
SHA-256: 9b0c56e01037a5ecb511b9fd0677129013a675ff2ae2226aee1b688df0e51732
Download zip 1.29 MB
MD5: 5391a75888d90d03820e90e4aafd1598
SHA-1: c1256c444053963fff26e7047d4a1886f51490c4
SHA-256: fcc3e1f3be19d3423ab8ed485150c0d2ab9cbe9b7961dc6c8aca4e2ca73d50fc

Release notes

  • Fixed \Drupal\purge\Plugin\Purge\Queue\StatsTracker::destruct() which was potentially writing the buffer multiple times.
  • Fixed \Drupal\purge\Plugin\Purge\Invalidation\ImmutableInvalidationBase::getState() - Catch combination states where one or more purgers added NOT_SUPPROTED but other purgers added states as well.
  • NEW API-BREAKING FEATURE:
    all purger implementations now need to implement ::hasRuntimeMeasurement() and can now drop their already existing ::getTimeHint() implementations unless they desire keeping that level of control. The end-user benefit is that capacity calculation becomes much more dynamic and now depends upon real-world execution times, which means that capacity can increase or decrease depending on how the purgers perform. The downstream benefit is that less code is required in purgers, reducing the risk of bugs and hassle.
Created by: nielsvm
Created on: 15 Mar 2016 at 15:14 UTC
Last updated: 1 Apr 2016 at 15:53 UTC
Bug fixes
New features

Other releases