purge_queuer_url 8.x-1.2

Bug fixes

Fixes an important bug in this module

Contributors (5)

Georgii, alexdoronin, ericgsmith, les lim, nmangold

Changelog

Issues: 1 issues resolved.

purge_queuer_url 8.x-1.1

New features

Drupal 11 support

Contributors (1)

ericgsmith

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.1-rc1:

Misc

  • Edit CHANGELOG.md

Task

  • #3434045: Automated Drupal 11 compatibility fixes for purge_queuer_url

purge_queuer_url 8.x-1.1-rc1

Bug fixes
New features

This is a preview release for 8-x.1.1.

Changelog

Added

#3395433 Use GitLab CI for automated tests.

purge_queuer_url 8.x-1.0

Bug fixes

On the brink of the Drupal 9 release, I'm happy to announce version 8.x-1.0 of the URL queuer plugin to Purge. This release brings tests coverage, removal of deprecated code and a code quality jump.

purge_queuer_url 8.x-1.0-rc1

Bug fixes

First release candidate of purge_queuer_url, which does what its designed for without any technical issues reported. The one thing I do notice however is people using this module in configurations where its better to not use it at all, I've improved the language on the project page to reflect this.

purge_queuer_url 8.x-1.0-beta6

Bug fixes
New features

Improvements

  • A blacklisting feature that allows arbitrary strings present in URLs to exclude them.
  • Sane defaults for blacklisting, that results in a cleaner registry.
  • Issue #2847828: adam.weingarten, pedrop, vaibhavjain: only queue anonymous requests.
  • Issue #2875003: Automatically remove URLs when content should no longer be in the registry.
  • Issue #2823862: Traffic registry doesn't seem to populate; cleaned up language!

purge_queuer_url 8.x-1.0-beta5

Bug fixes
New features

New Features

  • NEW \Drupal\purge_queuer_url\Plugin\Purge\DiagnosticCheck\RegistryCheck.
  • NEW TrafficRegistryInterface::countUrls() + implementation.

Fixes / Improvements

  • Improved code quality after pareview.sh reviews.
  • Issue #2701577 by davidwbarratt, nielsvm, Fidelix: reimplement as StackMiddleware and drop dependency on page_cache.

purge_queuer_url 8.x-1.0-beta4

Bug fixes

Bugfixes:

[8.x-1.x 68d3cd7] Issue #2730093 by davidwbarratt, nielsvm, nielsvm: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'url'
 2 files changed, 13 insertions(+)

purge_queuer_url 8.x-1.0-beta3

Bug fixes

During module uninstall I was getting "Table 'purge_queuer_url_tag' doesn't exist" errors, and this is likely due the fact that cache_tags_invalidator subscribers run during uninstall too. Unfortunately the only seriously working fix is dynamic table checks, which happen as least as possible (no, constructor didn't work as table dissapears after construction).

purge_queuer_url 8.x-1.0-beta2

Bug fixes

A tiny, tiny release, but a worthy bug to fix:

commit 441d49fc131bf8c78d5ba0dc74cb91ac339bbe9d
Date:   Thu Mar 3 20:45:36 2016 +0100

    Fixed: Drupal\purge\Plugin\Purge\Invalidation\Exception\InvalidExpressionException: Path invalidations cannot start with slashes.

purge_queuer_url 8.x-1.0-beta1

New features

First "it works" release with the expectancy of (minor) bugs or race conditions I haven't thought up. However, it definitely is worth giving a shot.

Subscribe with RSS Subscribe to Releases for URLs queuer