Skip to content

fix(deps): update module github.com/cloudflare/cloudflare-go/v7 to v7.8.0 - #562

Merged
rxbn merged 1 commit into
masterfrom
renovate/github.com-cloudflare-cloudflare-go-v7-7.x
Jul 28, 2026
Merged

fix(deps): update module github.com/cloudflare/cloudflare-go/v7 to v7.8.0#562
rxbn merged 1 commit into
masterfrom
renovate/github.com-cloudflare-cloudflare-go-v7-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/cloudflare/cloudflare-go/v7 v7.7.0v7.8.0 age confidence

Release Notes

cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v7)

v7.8.0

Compare Source

Full Changelog: v7.7.0...v7.8.0

Breaking Changes

See the v7.8.0 Migration Guide for before/after code examples and actions needed for each change.

  • acm: CertificateAuthority param and response type removed from the acm package. Callers referencing this type directly must update.
  • brand_protection: V2.Queries.Get() return type changed from *[]V2QueryGetResponse to *V2QueryGetResponseUnion. The V2QueryGetResponse type is removed; use the new union type and handle variants via .AsUnion().
  • certificate_authorities: HostnameAssociationParam and HostnameAssociation types removed. Use TLSHostnameAssociationParam and the per-method response types instead.
  • cloudforce_one: ThreatEvents.IndicatorTypes sub-resource relocated to ThreatEvents.Indicators.Types. The endpoint path changed from /events/indicatorTypes to /events/indicator-types. The type name ThreatEventIndicatorTypeListResponse is unchanged.
  • custom_certificates: Status response type removed from the custom_certificates package.
  • hyperdrive: Configs.List() pagination type changed from SinglePage[Hyperdrive] to V4PagePaginationArray[Hyperdrive]. The second parameter name changed from query to params.
  • moq: Relays.Tokens.Rotate() method removed along with RelayTokenRotateResponse and RelayTokenRotateParams. Replaced by full CRUD: Tokens.New(), Tokens.List(), Tokens.Delete().
  • mtls_certificates: shared MTLSCertificate response type removed. List(), Delete(), and Get() now return MTLSCertificateListResponse, MTLSCertificateDeleteResponse, and MTLSCertificateGetResponse respectively.
  • ssl: HostParam, Host, Status, and ValidationMethod types removed from the ssl package.
  • zero_trust: Casb.Applications.SetupFlows sub-resource renamed to Casb.Applications.AuthMethods. The CasbApplicationSetupFlowListResponse type is replaced by CasbApplicationAuthMethodListResponse. The path parameter on Applications.Get() changed from slug (CasbApplicationGetParamsSlug) to applicationID (CasbApplicationGetParamsApplicationID).
Features
  • NEW SERVICE: registrar_sandbox -- test domain registration flows without buying real domains
    • client.RegistrarSandbox.Check, client.RegistrarSandbox.Search
    • Registrations.{New,List,Edit,Get}
    • RegistrationStatus.Get, UpdateStatus.Get
    • Extensions.{List,Get}
  • NEW SERVICE: AnalyticsQuery -- analytics query API at the top-level client
    • client.AnalyticsQuery.Summary, client.AnalyticsQuery.Timeseries, client.AnalyticsQuery.TopN
    • DataSecurity.ContentFindings.TopN
    • DataSecurity.Findings.{Summary,Timeseries}
  • ai_audit: add Robots.BulkGet and Robots.Get methods
  • billing: add Usage.PaygoInfo method (GET /accounts/{account_id}/paygo-usage-info)
  • cloudforce_one: major expansion of ThreatEvents sub-resources:
    • Aggregate.List, Graphql.New, Graph.List
    • Queries.{New,List,Delete,Edit,Get}
    • Relationships.List
    • Indicators.{List,Aggregate,ByDataset,ByDataset.Tags}
    • Categories.Catalog.List
    • Datasets.{Delete,Events.Get}
    • Tags.{List,Delete,Edit} + Tags.Categories.{New,Update,List,Delete,Get} + Tags.Indicators, Tags.Indicators.ByDataset
    • TargetIndustries.{ByDataset.List,Catalog.List}
  • email_routing: add Update, Edit methods on the root service; add Rules.List and AccountRules.List methods
  • email_security: add Settings.Domains.BulkDelete method
  • magic_transit: add Connectors.Interrupts sub-resource (New, List)
  • moq: add Relays.Tokens.{New,List,Delete} methods (replacing Rotate)
  • registrar: add Extensions sub-resource (List, Get)
  • zero_trust: add Casb.Posture sub-resource tree (~40 new methods):
    • Findings.{List,Export,Get,Ignore,ResetSeverity,TuneSeverity,Unignore}
    • Findings.Instances.{List,Archive,Export,Get,Unarchive}
    • Exports.{List,Get}
    • FindingTypes.{List,Get} + FindingTypes.RemediationTypes.List
    • Content.{List,Export}
    • Remediations.Jobs.{New,List,Export}
    • Webhooks.{New,Update,List,Delete,Evaluate,EvaluateExisting,Get} + Webhooks.Jobs.New
  • accounts: Subscriptions.New and Subscriptions.Get now support both account-level and zone-level paths (/{accounts_or_zones}/{account_or_zone_id}/subscriptions). Params accept both AccountID and ZoneID (mutually exclusive); existing AccountID-only callers are unaffected.
  • load_balancers: endpoints now support both account-level and zone-level paths (/{accounts_or_zones}/{account_or_zone_id}/load_balancers). Params accept both AccountID and ZoneID; existing ZoneID-only callers are unaffected.

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 the dependency Renovate dependency updates label Jul 27, 2026
@rxbn
rxbn merged commit a11df5e into master Jul 28, 2026
4 checks passed
@rxbn
rxbn deleted the renovate/github.com-cloudflare-cloudflare-go-v7-7.x branch July 28, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Renovate dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant