fix(deps): update module github.com/cloudflare/cloudflare-go to v6#430
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update module github.com/cloudflare/cloudflare-go to v6#430renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
367ed6a to
262ae43
Compare
262ae43 to
04fe13e
Compare
04fe13e to
fe08982
Compare
74735dc to
b7c3a36
Compare
6c3111e to
55fd0d2
Compare
55fd0d2 to
40ff91f
Compare
d397231 to
9bb56c9
Compare
9bb56c9 to
95eb152
Compare
77b08b6 to
90ce1b7
Compare
1926941 to
8243d8f
Compare
662095a to
3c16edf
Compare
3c16edf to
b933f1b
Compare
9600ab8 to
44b948f
Compare
44b948f to
cc20b36
Compare
cc20b36 to
fe9d837
Compare
fe9d837 to
a4eea57
Compare
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:
v0.116.0→v6.9.0Release Notes
cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go)
v6.9.0Compare Source
6.9.0 (2026-04-01)
Full Changelog: v6.8.0...v6.9.0
In this release, you'll see a number of breaking changes. This is primarily due to changes in OpenAPI definitions, which our libraries are based off of, and codegen updates that we rely on to read those OpenAPI definitions and produce our SDK libraries.
Please ensure you read through the list of changes below before moving to this version - this will help you understand any down or upstream issues it may cause to your environments.
Breaking Changes
See the v6.9.0 Migration Guide for before/after code examples and actions needed for each change.
AI Gateway - AccountID, AccountTag, and InternalID Field Removal
The
AccountID,AccountTag, andInternalIDfields have been removed from all AI Gateway response types:AIGatewayNewResponseAIGatewayUpdateResponseAIGatewayListResponseAIGatewayDeleteResponseAIGatewayGetResponseDynamicRoutingNewResponseDynamicRoutingDeleteResponseDynamicRoutingNewDeploymentResponseDynamicRoutingNewVersionResponseDynamicRoutingGetResponseDynamicRoutingGetVersionResponseAI Search - VectorizeName Field Removal
The
VectorizeNamefield has been removed from all AI Search instance response types:InstanceNewResponse.VectorizeNameInstanceUpdateResponse.VectorizeNameInstanceListResponse.VectorizeNameInstanceDeleteResponse.VectorizeNameInstanceReadResponse.VectorizeNameAI Search - KeywordMatchMode Enum Values Changed
The
KeywordMatchModeenum values have been renamed:KeywordMatchModeExactMatch→KeywordMatchModeAndKeywordMatchModeFuzzyMatch→KeywordMatchModeOrAffects
InstanceNewParamsandInstanceUpdateParams.Billing - New PayGo Usage Endpoint
NEW: Added
billing.Usageservice with PayGo endpoint:client.Billing.Usage.Paygo()- Returns billable usage data for PayGo (self-serve) accountsNote: The PayGo endpoint parameters (
From,To) are now the primary query mechanism. The previously availableLastMonthPeriodStartandLastYearPeriodStartparameters were removed in the underlying API specification.Connectivity - TCP Service Support
The directory services now support TCP service configurations via discriminated union types:
ServiceConfigis now a discriminated union ofHttpServiceConfigandTcpServiceConfigTcpServiceConfigtype withtcp_portandapp_protocolfieldsHttpServiceConfigandTcpServiceConfigboth extendServiceCommonbase typeCustom Hostnames - Hostname Parameter Type Change
The
Hostnameparameter inCustomHostnameListParamshas changed from a simple string to a structured object:Hostname param.Field[string]Hostname param.Field[CustomHostnameListParamsHostname](object withContainfield)AI Search - InstanceItem Service Methods Removed
The
InstanceItemservice methods have been removed. The service structure still exists atclient.AISearch.Instances.Itemsbut no longer provides any methods:List()- List indexed items in an AI Search instanceListAutoPaging()- Auto-paging list methodGet()- Get a specific indexed itemInstanceItemListResponse,InstanceItemGetResponse, etc.)Workers - Filter Type Changes
The observability telemetry filters have been restructured:
QueryFilter[]toFilterNode[](discriminated union)kind: 'group'Workers - Domain Service Return Type Changes
The
workers.Domainservice methods now return specific response types instead of the genericDomaintype:Update()returns*DomainUpdateResponseinstead of*DomainList()returnspagination.SinglePage[DomainListResponse]instead ofpagination.SinglePage[Domain]Delete()now returns(*DomainDeleteResponse, error)instead of justerrorGet()returns*DomainGetResponseinstead of*DomainZero Trust - NetworkSubnet Response Type Consolidation
The
NetworkSubnetservice methods now use the sharedSubnettype instead of endpoint-specific response types:NetworkSubnetService.List()returnsSubnetinstead ofNetworkSubnetListResponseNetworkSubnetWARPService.New()returnsSubnetinstead ofNetworkSubnetWARPNewResponseNetworkSubnetWARPService.Edit()returnsSubnetinstead ofNetworkSubnetWARPEditResponseNetworkSubnetWARPService.Get()returnsSubnetinstead ofNetworkSubnetWARPGetResponseNetworkSubnetCloudflareSourceService.Update()returnsSubnetinstead ofNetworkSubnetCloudflareSourceUpdateResponseThe removed types (
NetworkSubnetListResponse,NetworkSubnetWARPNewResponse, etc.) have been consolidated into the sharedSubnettype.Zero Trust - MfaBypass Field Removal
The
MfaBypassfield has been removed from MFA configuration types across multiple services:Affected Param Types:
AccessApplicationNewParamsBodySelfHostedApplicationMfaConfig.MfaBypassAccessApplicationUpdateParamsBodySelfHostedApplicationMfaConfig.MfaBypassAccessApplicationPolicyNewParamsMfaConfig.MfaBypassAccessApplicationPolicyUpdateParamsMfaConfig.MfaBypassAccessApplicationPolicyTestNewParamsPoliciesObjectMfaConfig.MfaBypassAccessPolicyNewParamsMfaConfig.MfaBypassAccessPolicyUpdateParamsMfaConfig.MfaBypassAffected Response Types:
Zero Trust - MfaConfigurationAllowed Field Removal
The
MfaConfigurationAllowedfield has been removed from Organization types:OrganizationNewParams.MfaConfigurationAllowedOrganizationUpdateParams.MfaConfigurationAllowedOrganizationNewResponse.MfaConfigurationAllowedFeatures
AI Search - BoostBy Field Addition
The
BoostByfield has been added to retrieval options across multiple response types:InstanceNewResponseRetrievalOptions.BoostByInstanceUpdateResponseRetrievalOptions.BoostByInstanceListResponseRetrievalOptions.BoostByInstanceDeleteResponseRetrievalOptions.BoostByInstanceReadResponseRetrievalOptions.BoostByBrowser Rendering (
client.browserRendering)Create()- Start a crawl jobList()- List crawl jobsGet()- Get crawl job detailsUpdate()- Update crawl jobDelete()- Delete crawl jobScreenshot()- Take screenshots during crawlScrape()- Scrape content during crawlBrand Protection v2 (
client.brandProtection.v2)Logo- Logo managementLogoMatch- Logo matchingMatch- Brand protection matchingQuery- Query brand protection dataGoogle Tag Gateway (
client.googleTagGateway)Config.Create(),Update(),List(),Delete(),Get()Resource Tagging (
client.resourceTagging)AccountTagmanagementKeymanagement for resource taggingZero Trust Device IP Profiles (
client.zeroTrust.devices.ipProfiles)Create(),Update(),List(),Delete(),Get()Abuse Reports
Mitigationresponses now include additional metadata fieldsAccounts
managed_byfield withparent_org_id,parent_org_namesupportAI Gateway
zdrfield added to all responses and paramsAI Search
API Gateway
D1
GetBookmark(),Restore()DNS
dns_records/usageendpoints addedEmail Security
envelope_from,envelope_to,postfix_id_outbound,replytooutbound_ndrLogpush
dex_application_tests,dex_device_state_events,ipsec_logs,warp_config_changes,warp_toggle_changesMagic Transit
Organizations
R2
Rulesets
request_body_buffering,response_body_bufferingWorkers
Workflows
restartZero Trust
Deprecations
None in this release.
Bug Fixes
v6.8.0Compare Source
Full Changelog: v6.7.0...v6.8.0
v6.7.0Compare Source
Full Changelog: v6.7.0...v6.8.0
v6.6.0Compare Source
Full Changelog: v6.6.0...v6.7.0
Features
Bug Fixes
Chores
v6.5.0Compare Source
Full Changelog: v6.5.0...v6.6.0
Breaking Changes
browser_rendering: refactor request body parameters to use proper union types
The models were updated to be accurate to what the API expects, so there are parameter changes
across most of the sub-resources under the
browser_renderingumbrella. This prevents some malformedrequests that resulted in client errors.
Features
is_defaultfield to gateway configurationswaf_challengeidentifier supportChores
auto_generatedfield to LOA document responsesitem_countfield in move responsesv6.4.0Compare Source
Full Changelog: v6.4.0...v6.5.0
Features
zdrfield (f85b933)keysto super slurper response types (f85b933)Chores
v6.3.0Compare Source
Full Changelog: v6.3.0...v6.4.0
Features
Bug Fixes
Chores
v6.2.0Compare Source
Full Changelog: v6.2.0...v6.3.0
Features
Bug Fixes
Chores
v6.1.0Compare Source
Full Changelog: v6.1.0...v6.2.0
Features
Bug Fixes
Chores
v6.0.1Compare Source
Full Changelog: v6.0.1...v6.1.0
Features
Bug Fixes
Chores
v6.0.0Compare Source
Full Changelog: v6.0.0...v6.0.1
Features
Bug Fixes
Chores
v5.1.0Compare Source
Full Changelog: v5.1.0...v6.0.0
Features
Bug Fixes
Chores
v5.0.0Compare Source
Full Changelog: v5.0.0...v5.1.0
Features
Chores
v4.6.0Compare Source
Full Changelog: v4.6.0...v5.0.0
Features
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.