cloudflare_queue 1.0.0-alpha3

Bug fixes

Test-only release. The module code is unchanged, so upgrading from 1.0.0-alpha2 is a no-op for running sites.

Changes since 1.0.0-alpha2

  • Issue #3610174: Use createStub() for pure-stub test doubles, so the test suite is clean under PHPUnit 12, which Drupal 12 ships. Doubles that have expectations set on them remain createMock().

cloudflare_queue 1.0.0-alpha2

New features

This release adds Drupal 12 compatibility. It supports Drupal 11 and 12.

Changes since 1.0.0-alpha1

  • Issue #3609840: Add Drupal 12 compatibility. Allow ^12 in core_version_requirement. No code changes were required.

cloudflare_queue 1.0.0-alpha1

New features

Initial alpha release.

  • A Drupal queue backend (ReliableQueueInterface) that runs on a provisioned Cloudflare Queue, over the HTTP pull/ack API.
  • Consumes a queue provisioned and tracked by Cloudflare Compute; swappable JSON (default) or PHP-serialize payload codec.

Requires cloudflare_api, cloudflare_sdk and cloudflare_compute.

Subscribe with RSS Subscribe to Releases for Cloudflare Queue