fix(deps): update module github.com/cloudflare/cloudflare-go/v7 to v7.7.0#554
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.6.0→v7.7.0Release Notes
cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v7)
v7.7.0Compare Source
7.7.0 (2026-07-08)
Full Changelog: v7.6.0...v7.7.0
Breaking Changes
See the v7.7.0 Migration Guide for before/after code examples and actions needed for each change.
ssl:
Recommendations.Getmethod andRecommendationGetResponse/RecommendationGetParamstypes removed.ai_gateway, workflows, zero_trust/dlpemailaccountmapping: merged-union parent fields with same-name-different-type collisions changed from a variant-struct type to
interface{}. Affected fields:ai_gateway.AIGateway{New,Update,List,Delete,Get}ResponseSpendLimitsRulesMetadata.Mode(5 structs)workflows.VersionGraphResponseGraphWorkflowPayload.Typezero_trust.DLPEmailAccountMapping{New,Get}ResponseAuthRequirements.Type(2 structs)These fields were unreadable in the previous type (marshaling panicked with
reflect: call of reflect.Value.SetString on struct Value). The newinterface{}type matches the codegen pattern used by sibling merged fields on the same structs (e.g.Values,Fields,AllowedMicrosoftOrganizations); callers should switch on the parent union viaAsUnion()for a strongly-typed variant.zero_trust:
Devices.DEXTests.{New,Update,List,Get}response type renamed fromDeviceDEXTest{New,Update,List,Get}Responseto the sharedSchemaHTTP; field structure unchanged. Nested types renamed accordingly (e.g.DeviceDEXTestNewResponseData→SchemaData,DeviceDEXTestNewResponseTargetPolicy→SchemaHTTPTargetPolicy). Callers using:=inference and field access continue to compile; callers referencing the removed type names must update toSchemaHTTP.zero_trust:
Devices.IPProfiles.Listpagination changed frompagination.SinglePage[IPProfile]topagination.V4PagePaginationArray[IPProfile]..Resultfield access andListAutoPaging()iteration continue to work; callers referencing the pagination type by name must update.Features
email_auth— DMARC reports edit/get and SPF inspectclient.EmailAuth.DMARCReports.Editclient.EmailAuth.DMARCReports.Getclient.EmailAuth.SPF.Inspect.Getmoq— Media over QUIC relay managementclient.MoQ.Relays.{New,Update,List,Delete,Get}client.MoQ.Relays.Tokens.Rotateclient.ZeroTrust.Casb.*)Applications.{List,Get}+Applications.SetupFlows.ListIntegrations.{New,Update,List,Delete,Get,Pause,Resume}LogExplorersub-resourceLogExplorer.Query.SqlLogExplorer.Datasets.{New,Update,List,Get}LogExplorer.Datasets.Available.ListAccessibilityTree.NewmethodEmailRouting.UnlockandEmailRouting.Addresses.EditmethodsAccountRules.Listmethod (GET /accounts/{account_id}/email/routing/rules) returningAccountRulewith newZonefield;Rules.Listgains optionalAccountIDparam (mutually exclusive withZoneID) so callers can list rules by account or zoneInvestigate.Bulk.{New,List,Delete,Get}Investigate.Bulk.Cancel.NewInvestigate.Bulk.Messages.ListLogs.Audit.HistoryandLogs.Audit.ProductCategoriesmethodsLogs.Audit.HistorymethodBug Fixes
interface{}(3de4191)AccessibilityTreeNewParamsBodyObjectnow usesURL(matching the generated test fixture) instead ofHTML(0f44441)Shadow*query params onRecordListParamsandIncludeShadowMetadataonRecord{New,Update,List,Batch,Edit,Get}Paramsafter a codegen regression dropped them (f9b3f27)Chores
Configuration
📅 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.