fix(deps): update module github.com/cloudflare/cloudflare-go/v7 to v7.11.0 - #589
Merged
Merged
Conversation
rxbn
deleted the
renovate/github.com-cloudflare-cloudflare-go-v7-7.x
branch
September 25, 2026 06:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v7.10.0→v7.11.0Release Notes
cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v7)
v7.11.0Compare Source
7.11.0 (2026-09-24)
Breaking Changes
AddressMaps.Accounts.Update()andAddressMaps.Accounts.Delete()now require an explicitmemberAccountID stringpath parameter. The endpoint path was corrected from{account_id}to{member_account_id}. Callers must add the member account ID as a new positional argument.Statetype removed from thecachepackage.OriginCloudRegionsreturn type consolidation:Update()now returns*OriginCloudRegionUpdateResponse(was*OriginCloudRegion);List()now returnsV4PagePaginationArray[OriginCloudRegionListResponse](was[OriginCloudRegion]);Get()now returns*OriginCloudRegionGetResponse(was*OriginCloudRegion). The sharedOriginCloudRegiontype is removed.WAF.Overridesmethods (New,Update,List,Delete,Get) now return onlyerrorinstead of typed responses. TypesOverride,OverrideURL,RewriteAction,WAFRule, andWAFOverrideDeleteResponseare removed from thefirewallpackage.WAF.Packages.Get()return type changed from*WAFPackageGetResponseto*interface{}. TheWAFPackageGetResponsetype is removed.Hyperdriveresponse type is removed. AllConfigsmethods now return per-method response types:New()returns*ConfigNewResponse,Update()returns*ConfigUpdateResponse,List()returnsV4PagePaginationArray[ConfigListResponse],Edit()returns*ConfigEditResponse,Get()returns*ConfigGetResponse.New,List,Delete,Edit,Get) now return onlyerror. TheRateLimitandRateLimitDeleteResponsetypes are removed.Rules.Update(),Rules.List(),Rules.Delete(), andRules.Get()return types changed to*pagination.SinglePage[Rule*Response]instead of the previous direct*Rule*Responsetypes.VerificationValidationMethodtype and its constants (VerificationValidationMethodHTTP,VerificationValidationMethodCNAME,VerificationValidationMethodTXT) removed.Verification.ValidationMethodfield type changed fromVerificationValidationMethodto the sharedValidationMethodtype. Usessl.ValidationMethodHTTP,ssl.ValidationMethodCNAME,ssl.ValidationMethodTXTinstead.Tokens.Value.Update()signature changed: thebody TokenValueUpdateParamsparameter is removed. Callers must remove the body argument from call sites.Scripts.Deployments.List()return type changed from*ScriptDeploymentListResponseto*pagination.V4PagePagination[ScriptDeploymentListResponse]. Callers usingListAutoPaging()are unaffected; callers referencing the return value by type must update.Features
managed_defense-- Managed Defense vulnerability discovery managementVulnerabilityDiscovery.Repositories.New(),List(),Get()VulnerabilityDiscovery.Scans.New(),List(),Get(),GetReport()VulnerabilityDiscovery.Reports.Get()field_extractors-- Field extractor configurationUpdate()- PUT/accounts/{account_id}/field_extractors/{extractor}Delete()- DELETE/accounts/{account_id}/field_extractors/{extractor}Get()- GET/accounts/{account_id}/field_extractors/{extractor}Entitlements.List()method (GET /accounts/{account_id}/entitlements)Configs.Restart()method (POST /accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}/restart)BGPFilterProfilessub-resource withNew(),Update(),List(),Delete(),Get()methods (/accounts/{account_id}/magic/bgp/filter_profiles)ListField,SourceField, andStructFieldtypes (and corresponding param variants)TransferIn.New()method (POST /accounts/{account_id}/registrar/registrations/{domain_name}/transfer-in)TransferInStatus.Get()method (GET /accounts/{account_id}/registrar/registrations/{domain_name}/transfer-in-status)Casb.Posture.Policiessub-resource withNew(),Update(),List(),Delete(),Get()methodsEntitlements.List()method (GET /zones/{zone_id}/entitlements)Observability.Tracing.Settingssub-resource withUpdate(),Delete(),Get()methodsObservability.Tracing.Rulessub-resource withUpdate(),Delete(),Get()methodsConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.