Revision history for Cloudflare::API

Unreleased
    Automatically follow Cloudflare pagination in resource list methods and
    return a flat array reference containing every item. Large result sets can
    be consumed incrementally through the new *_page methods, which return
    HTTP::API::Core::Pagination objects.
    Add *_page_response methods for one complete decoded Cloudflare response,
    including result_info where supplied, and add response() for direct access
    to HTTP::API::Core::Response. Retain raw_request() as a compatibility alias.
    Require HTTP::API::Core 1.08 for response-aware pagination.

1.009  2026-09-24
    Add Worker search and configuration inspection by script name, immutable
    tag, or ETag, with direct combined script/version and Worker-level settings
    access.
    Accept resource, action, and subsequent string method arguments as
    positional CLI operands, preserving order when mixed with typed --arg
    options.
    Generate self-contained Bash, Zsh, and Fish command completion without
    authentication or network access.
    Validate action argument counts and Worker inspection selectors before
    authentication, and list valid resources or actions in selection errors.
    Add GitHub Actions CI and signed CPAN/GitHub release automation with build
    provenance, and correct documentation and repository links.

0.01  2026-09-23
    Initial client for Accounts, Zones, Workers, R2, KV, D1, Queues,
    Hyperdrive, and Secrets Store.
    Manage Worker scripts, versions, deployments, secrets, subdomains, routes,
    and static assets.
    Add a typed command-line client with JSON or Data::Dumper output,
    pagination, file and asset inputs, and Wrangler authentication with account
    discovery.
