cloudflare_api 1.0.0-alpha2

New features

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

Changes since 1.0.0-alpha1

  • Issue #3609837: Add Drupal 12 compatibility. Allow ^12 in core_version_requirement, convert hook_help() to the object-oriented #[Hook] API with a #[LegacyHook] shim for cores before 11.1, and update the unit tests for PHPUnit 12.

cloudflare_api 1.0.0-alpha1

New features

Initial alpha release of the standalone Cloudflare v4 API client.

  • PSR-based HTTP client; no dependency on other modules in the suite.
  • GET, POST, PUT, PATCH, DELETE, GraphQL and multipart requests.
  • Neutral credentials contract (account ID and API token).
  • Normalised result envelope; a 401/403 returns a forbidden result instead of throwing.
Subscribe with RSS Subscribe to Releases for Cloudflare API