Cloudflare plugin v1.2.0 - Recompiled plugin with cloudflare-go v4.2.0
Aug 18, 2025•steampipe
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
- cloudflare_account_member
What's new?
- New tables added
- cloudflare_custom_page (#176) (Thanks @Theo-Bouguet for the contribution!!)
- cloudflare_logpush_job (#177) (Thanks @Theo-Bouguet for the contribution!!)
- cloudflare_notification (#179) (Thanks @Theo-Bouguet for the contribution!!)
- cloudflare_ruleset (#166)
- cloudflare_zone_setting (#170)
- cloudflare_zone (#170)
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
- Recompiled plugin with cloudflare-go v4.2.0. (#166)
- Recompiled plugin with Go version 1.24.
- Recompiled plugin with steampipe-plugin-sdk v5.13.0 that addresses critical and high vulnerabilities in dependent packages.