Cloudflare plugin v1.2.0 - Recompiled plugin with cloudflare-go v4.2.0

Aug 18, 2025steampipe

Deprecations

  • The cloudflare_firewall_rule table has been deprecated. Please use cloudflare_ruleset table instead. (#166)
  • The following columns have been deprecated due to lack of API support and will be fully removed in the future major release: (#166)
    • cloudflare_account_member
      • code
    • cloudflare_dns_record
      • locked
    • cloudflare_logpush_job
      • frequency
      • logpull_options
    • cloudflare_user
      • api_key
    • cloudflare_zone
      • plan_pending
      • settings

What's new?

Enhancements

  • Added the following new columns to the cloudflare_zone table: (#174) (Thanks @Theo-Bouguet for the contribution!!)
    • smart_tiered_cache
    • regional_tiered_cache
    • argo_tiered_caching
    • argo_smart_routing
    • bot_management
    • security_txt
  • Added columns account_name and health to the cloudflare_load_balancer_pool table. (#175) (Thanks @Theo-Bouguet for the contribution!!)
  • Added max_request_timeout and max_retries config arguments to effectively manage the plugin's rate limiting errors. (#166)

Bug fixes

  • Fixed the ttl column in cloudflare_dns_record table to correctly return data instead of null. (#173) (Thanks @Theo-Bouguet for the contribution!!)

Dependencies