fix(deps): update module github.com/cloudflare/cloudflare-go/v7 to v7.5.0#540
Merged
Merged
Conversation
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.4.0→v7.5.0Release Notes
cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v7)
v7.5.0Compare Source
7.5.0 (2026-06-10)
Full Changelog: v7.4.0...v7.5.0
This release adds six new top-level services, extensive DLP classification and data tagging APIs, OAuth client management, and regional hostname support. It includes two breaking return-type changes in
realtime_kit. Please ensure you read through the list of changes below before upgrading.Breaking Changes
Realtime Kit - GenerateSummaryOfTranscripts Return Type Changed
SessionService.GenerateSummaryOfTranscripts()now returns(*SessionGenerateSummaryOfTranscriptsResponse, error)instead of justerror. Callers must capture the new response value.Realtime Kit - StartTrackRecording Return Type Changed
RecordingService.StartTrackRecording()now returns(*RecordingStartTrackRecordingResponse, error)instead of justerror. Callers must capture the new response value.Features
Flagship (client.Flagship)
client.Flagship.Apps.New()- Create a Flagship appclient.Flagship.Apps.Update()- Update a Flagship appclient.Flagship.Apps.List()- List Flagship appsclient.Flagship.Apps.Delete()- Delete a Flagship appclient.Flagship.Apps.Get()- Get a Flagship appclient.Flagship.Apps.Flags.New()- Create a feature flagclient.Flagship.Apps.Flags.Update()- Update a feature flagclient.Flagship.Apps.Flags.List()- List feature flagsclient.Flagship.Apps.Flags.Delete()- Delete a feature flagclient.Flagship.Apps.Flags.Get()- Get a feature flagclient.Flagship.Apps.Flags.Changelog.List()- List flag changelog entriesclient.Flagship.Apps.Evaluate.Get()- Evaluate flags for an appTenantCustomNameservers (client.TenantCustomNameservers)
client.TenantCustomNameservers.New()- Create a tenant custom nameserverclient.TenantCustomNameservers.Delete()- Delete a tenant custom nameserverclient.TenantCustomNameservers.Get()- List tenant custom nameserversCsamScanner (client.CsamScanner)
client.CsamScanner.Edit()- Update CSAM scanner settings for a zoneclient.CsamScanner.Get()- Get CSAM scanner settings for a zoneOriginTLSComplianceModes (client.OriginTLSComplianceModes)
SSL (client.SSL)
AutoOriginTLSKexsub-resource (service stub)IAM (client.IAM)
client.IAM.OAuthClients.New()- Create an OAuth clientclient.IAM.OAuthClients.Update()- Update an OAuth clientclient.IAM.OAuthClients.List()- List OAuth clientsclient.IAM.OAuthClients.Delete()- Delete an OAuth clientclient.IAM.OAuthClients.Get()- Get an OAuth clientclient.IAM.OAuthClients.RotateSecret()- Rotate OAuth client secretclient.IAM.OAuthClients.DeleteRotatedSecret()- Delete rotated secretclient.IAM.OAuthScopes.List()- List available OAuth scopesZero Trust - DLP (client.ZeroTrust.DLP)
client.ZeroTrust.DLP.CustomPromptTopics.New(),Update(),List(),Delete(),Get()client.ZeroTrust.DLP.SensitivityGroups.New(),Update(),List(),Delete(),Get()client.ZeroTrust.DLP.SensitivityGroups.Levels.New(),Update(),List(),Delete(),Get()client.ZeroTrust.DLP.SensitivityGroups.Levels.Order.Update(),Get()client.ZeroTrust.DLP.DataTagCategories.New(),Update(),List(),Delete(),Get()client.ZeroTrust.DLP.DataTagCategories.DataTags.New(),Update(),List(),Delete(),Get()client.ZeroTrust.DLP.DataClasses.New(),Update(),List(),Delete(),Get()Zero Trust - Access (client.ZeroTrust.Access)
client.ZeroTrust.Access.IdPFederationGrants.New()- Create a federation grantclient.ZeroTrust.Access.IdPFederationGrants.Update()- Update a federation grantclient.ZeroTrust.Access.IdPFederationGrants.List()- List federation grantsclient.ZeroTrust.Access.IdPFederationGrants.Delete()- Delete a federation grantclient.ZeroTrust.Access.IdPFederationGrants.Get()- Get a federation grantZero Trust - DEX (client.ZeroTrust.DEX)
client.ZeroTrust.DEX.Devices.ISPs.List()- List ISPs for a deviceZero Trust - Tunnels (client.ZeroTrust.Tunnels)
client.ZeroTrust.Tunnels.WARPConnector.Configurations.Update()- Update tunnel configurationclient.ZeroTrust.Tunnels.WARPConnector.Configurations.Get()- Get tunnel configurationAddressing (client.Addressing)
client.Addressing.RegionalHostnames.New()- Create a regional hostnameclient.Addressing.RegionalHostnames.List()- List regional hostnamesclient.Addressing.RegionalHostnames.Delete()- Delete a regional hostnameclient.Addressing.RegionalHostnames.Edit()- Update a regional hostname's regionclient.Addressing.RegionalHostnames.Get()- Get a regional hostnameclient.Addressing.RegionalHostnames.Regions.List()- List available DLS regionsDNS (client.DNS)
client.DNS.Usage.Zone.Get()- Get DNS record usage for a zoneclient.DNS.Usage.Account.Get()- Get DNS record usage for an accountResource Sharing (client.ResourceSharing)
client.ResourceSharing.Resources.Update()- Update a shared resourceclient.ResourceSharing.Resources.Delete()- Delete a shared resourceclient.ResourceSharing.Resources.Get()- Get a shared resourceWorkflows (client.Workflows)
client.Workflows.Instances.Step()- Get step details for a workflow instanceclient.Workflows.Versions.Graph()- Get the version graph for a workflowResourceTagging (client.ResourceTagging)
Summarysub-resource added (service stub)Realtime Kit (client.RealtimeKit)
GenerateSummaryOfTranscripts()now returns a typedSessionGenerateSummaryOfTranscriptsResponseStartTrackRecording()now returns a typedRecordingStartTrackRecordingResponseCodegen Updates
Type and field updates across:
ai_gateway,billing,browser_rendering,d1,dns_firewall,intel,magic_transit,organizations,r2,realtime_kit,zero_trustDeprecations
None in this release.
Bug Fixes
IsSharedOAuthCallbackEnabledin MCP portal paramsConfiguration
📅 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.