Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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.
[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(+)
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).