Skip to content

chore(deps): update cloudflare to 5.4.0#494

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/cloudflare-5.x
Open

chore(deps): update cloudflare to 5.4.0#494
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/cloudflare-5.x

Conversation

@renovate

@renovate renovate Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cloudflare ==4.3.1==5.4.0 age confidence

Release Notes

cloudflare/cloudflare-python (cloudflare)

v5.4.0

Compare Source

Full Changelog: v5.3.0...v5.4.0

Features
  • feat(ai_gateway): add custom_providers resource (b982ff3)
  • feat(api): map ipsec_tunnels/psk, sites/app_policies and cf1_sites for magic-on-ramps (5d8e422)
  • feat(ct_alerter): add CT alerting subscription endpoint mappings (5bb529c)
  • feat(tenants): add tenants resource SDK mapping [PT-2567] (7677b4c)
Chores
  • api: update composite API spec (2b0e738)
  • api: update composite API spec (c7202c9)
  • api: update composite API spec (f94e4de)
  • api: update composite API spec (656f973)
  • api: update composite API spec (05e802d)
  • api: update composite API spec (3817b57)
  • api: update composite API spec (3e26c73)
  • api: update composite API spec (0ff89f9)
  • api: update composite API spec (eeec39a)
  • api: update composite API spec (45260b9)
  • api: update composite API spec (72eb205)
  • internal: codegen related update (86bdf98)

v5.3.0

Compare Source

Full Changelog: v5.3.0...v5.4.0

Features
  • feat(ai_gateway): add custom_providers resource (b982ff3)
  • feat(api): map ipsec_tunnels/psk, sites/app_policies and cf1_sites for magic-on-ramps (5d8e422)
  • feat(ct_alerter): add CT alerting subscription endpoint mappings (5bb529c)
  • feat(tenants): add tenants resource SDK mapping [PT-2567] (7677b4c)
Chores
  • api: update composite API spec (2b0e738)
  • api: update composite API spec (c7202c9)
  • api: update composite API spec (f94e4de)
  • api: update composite API spec (656f973)
  • api: update composite API spec (05e802d)
  • api: update composite API spec (3817b57)
  • api: update composite API spec (3e26c73)
  • api: update composite API spec (0ff89f9)
  • api: update composite API spec (eeec39a)
  • api: update composite API spec (45260b9)
  • api: update composite API spec (72eb205)
  • internal: codegen related update (86bdf98)

v5.2.0

Compare Source

Full Changelog: v5.1.0...v5.2.0

Features
  • ai_gateway: update generated types and methods (4923bbb)
  • ai_security: add ai_security resource (29cb585)
  • cache: update generated types and methods (b7ae845)
  • ddos_protection: add ddos_protection resource (87f7e95)
  • load_balancers: update generated types and methods (bb6815d)
  • r2: update generated types and methods (72d2149)
  • radar: update generated types and methods (fb2f0c4)
  • secrets_store: update generated types and methods (636414f)
  • workers_for_platforms: update generated types and methods (7bfed3c)
  • workers: update generated types and methods (0bdb685)
  • zero_trust: update generated types and methods (aeff7d5)
Chores
  • acm: update generated types and methods (8b03b3d)
  • ai: update generated types and methods (2f6bdf7)
  • api_gateway: update generated types and methods (5b79a34)
  • cloudforce_one: update generated types and methods (fc72368)
  • d1: update generated types and methods (6a05b68)
  • email_security: update generated types and methods (c89d1ce)
  • intel: update generated types and methods (b097e5d)
  • logpush: update generated types and methods (f26713b)
  • resource_sharing: update generated types and methods (792bf24)
  • restore version (9f99d4b)
  • sync shared codegen files from staging-next (fbb556c)

v5.1.0

Compare Source

Full Changelog: v5.1.0...v5.2.0

Features
  • ai_gateway: update generated types and methods (4923bbb)
  • ai_security: add ai_security resource (29cb585)
  • cache: update generated types and methods (b7ae845)
  • ddos_protection: add ddos_protection resource (87f7e95)
  • load_balancers: update generated types and methods (bb6815d)
  • r2: update generated types and methods (72d2149)
  • radar: update generated types and methods (fb2f0c4)
  • secrets_store: update generated types and methods (636414f)
  • workers_for_platforms: update generated types and methods (7bfed3c)
  • workers: update generated types and methods (0bdb685)
  • zero_trust: update generated types and methods (aeff7d5)
Chores
  • acm: update generated types and methods (8b03b3d)
  • ai: update generated types and methods (2f6bdf7)
  • api_gateway: update generated types and methods (5b79a34)
  • cloudforce_one: update generated types and methods (fc72368)
  • d1: update generated types and methods (6a05b68)
  • email_security: update generated types and methods (c89d1ce)
  • intel: update generated types and methods (b097e5d)
  • logpush: update generated types and methods (f26713b)
  • resource_sharing: update generated types and methods (792bf24)
  • restore version (9f99d4b)
  • sync shared codegen files from staging-next (fbb556c)

v5.0.0

Compare Source

Full Changelog: v5.0.0...v5.1.0

Features
  • security_center: add audit_logs, classification, and context sub-resources to insights (ed7d261)
  • zero_trust: add deployment_groups sub-resource to devices (7121a55)
  • aisearch: update generated types and methods (54b87759)
  • email_security: update generated types and methods (23a979df)
  • radar: update generated types and methods (b48274ef)
  • zones: update generated types and methods (f0a54099)
Security Center - New Insights Sub-Resources

AuditLogs (client.security_center.insights.audit_logs)

  • list(*, account_id, zone_id, **params) -> SyncCursorPagination[AuditLogListResponse]
  • list_by_insight(issue_id, *, account_id, zone_id, **params) -> SyncCursorPagination[AuditLogListByInsightResponse]

New types:

from cloudflare.types.security_center.insights import (
    AuditLogListResponse,
    AuditLogListByInsightResponse,
)

Classification (client.security_center.insights.classification)

  • update(issue_id, *, account_id, zone_id, **params) -> ClassificationUpdateResponse

New types:

from cloudflare.types.security_center.insights import ClassificationUpdateResponse

Context (client.security_center.insights.context)

  • get(issue_id, *, account_id) -> Optional[ContextGetResponse]

New types:

from cloudflare.types.security_center.insights import ContextGetResponse
Zero Trust - Device Deployment Groups

New sub-resource client.zero_trust.devices.deployment_groups:

  • create(*, account_id, **params) -> DeploymentGroup
  • list(*, account_id, **params) -> SyncV4PagePaginationArray[DeploymentGroup]
  • delete(group_id, *, account_id) -> DeploymentGroupDeleteResponse
  • edit(group_id, *, account_id, **params) -> DeploymentGroup
  • get(group_id, *, account_id) -> DeploymentGroup

New types:

from cloudflare.types.zero_trust.devices import DeploymentGroup, DeploymentGroupDeleteResponse

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file major pip labels May 1, 2026
@renovate renovate Bot changed the title chore(deps): update cloudflare to 5.0.0 chore(deps): update cloudflare to 5.1.0 May 6, 2026
@renovate renovate Bot force-pushed the renovate/cloudflare-5.x branch from 63dbb0a to 9b6be6a Compare May 6, 2026 20:45
@renovate renovate Bot changed the title chore(deps): update cloudflare to 5.1.0 chore(deps): update cloudflare to 5.2.0 May 22, 2026
@renovate renovate Bot force-pushed the renovate/cloudflare-5.x branch from 9b6be6a to 4ecb924 Compare May 22, 2026 01:41
@renovate renovate Bot changed the title chore(deps): update cloudflare to 5.2.0 chore(deps): update cloudflare to 5.3.0 Jun 11, 2026
@renovate renovate Bot force-pushed the renovate/cloudflare-5.x branch from 4ecb924 to d8872f3 Compare June 11, 2026 22:41
@renovate renovate Bot changed the title chore(deps): update cloudflare to 5.3.0 chore(deps): update cloudflare to 5.4.0 Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/cloudflare-5.x branch from d8872f3 to 871861d Compare June 17, 2026 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file major pip

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants