fix(deps): update module github.com/cloudflare/cloudflare-go/v7 to v7.9.0 - #568
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/cloudflare/cloudflare-go/v7 to v7.9.0#568renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
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.8.0→v7.9.0Release Notes
cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v7)
v7.9.0Compare Source
Full Changelog: v7.8.0...v7.9.0
Breaking Changes
See the v7.9.0 Migration Guide for before/after code examples and actions needed for each change.
Usage.Paygo()andUsage.PaygoInfo()endpoints changed from/accounts/{account_id}/paygo-usageand/accounts/{account_id}/paygo-usage-infoto/accounts/{account_id}/billable-usageand/accounts/{account_id}/billable-usage/inforespectively. The method signatures and return types are unchanged.Settings.TLS.Get()method signature changed -- now requires ahostnamepath parameter and returns*Settinginstead of*pagination.SinglePage[SettingTLSGetResponse]. TheSettingTLSGetResponsetype andGetAutoPaging()method are removed. A newList()method replaces the old paginated listing behavior.AttackSurfaceReport.Issues.Dismiss()method removed along withAttackSurfaceReportIssueDismissResponseandAttackSurfaceReportIssueDismissParamstypes.Rulesets.New()now returns*RulesetNewResponseEnvelopeResultinstead of*RulesetNewResponse.Rulesets.Update()now returns*RulesetUpdateResponseEnvelopeResultinstead of*RulesetUpdateResponse.Rulesets.Phases.Update()now returns*PhaseUpdateResponseEnvelopeResultinstead of*PhaseUpdateResponse.Rulesets.Rules.New()now returns*RuleNewResponseEnvelopeResultinstead of*RuleNewResponse.Rulesets.Rules.Delete()now returns*RuleDeleteResponseEnvelopeResultinstead of*RuleDeleteResponse.Rulesets.Rules.Edit()now returns*RuleEditResponseEnvelopeResultinstead of*RuleEditResponse. The old response types (RulesetNewResponse,RulesetUpdateResponse,PhaseUpdateResponse,RuleNewResponse,RuleDeleteResponse,RuleEditResponse) are removed.ResourceLibrary.Applications.Get()andResourceLibrary.Categories.Get()idparameter type changed fromstringtoint64. TheIDfield onResourceLibraryApplicationGetResponseandResourceLibraryCategoryGetResponsealso changed fromstringtoint64.Casb.Applications.List()return type changed from*[]CasbApplicationListResponseto*pagination.SinglePage[CasbApplicationListResponse].Casb.Applications.AuthMethods.List()return type changed from*[]CasbApplicationAuthMethodListResponseto*pagination.SinglePage[CasbApplicationAuthMethodListResponse].Casb.Integrations.List()return type changed from*CasbIntegrationListResponseto*pagination.SinglePage[CasbIntegrationListResponse]. These methods now support auto-paging viaListAutoPaging().CT.Alerting.Edit()andCT.Alerting.Get()return types changed from*CTAlertingEditResponse/*CTAlertingGetResponseto the shared*CTAlertingSubscriptiontype. The old per-method response types are removed.Features
precursor-- Precursor configuration managementUpdate()- PUT/zones/{zone_id}/precursorGet()- GET/zones/{zone_id}/precursorSpeedSettings.Transformations.Get()method (GET /accounts/{account_id}/settings/transformations)Prefixes.Validate()method (POST /accounts/{account_id}/addressing/prefixes/{prefix_id}/validate)Usage.GetAccountUsageInfoV1(),Usage.GetAccountUsageV1(), andUsage.GetAccountUsageV2()methods for billable usage dataQuota.Get()method (GET /zones/{zone_id}/custom_hostnames/quota)DNSSEC.Zsk.List()method (GET /zones/{zone_id}/dnssec/zsk)Settings.TLS.List()method (GET /zones/{zone_id}/hostnames/settings/{setting_id}) returning paginatedSettingTLSListResponseURLs.Get()method (GET /accounts/{account_id}/intel/url)Sinkholes.New(),Update(),Delete(),Get()methods (list already existed). AddSinkholes.Ingressessub-resource withNew(),Update(),Delete(),Get()methods.LogExplorer.Datasets.Delete()method (DELETE /{accounts_or_zones}/{account_or_zone_id}/logs/explorer/datasets/{dataset_id})Projects.GetUploadToken()method (GET /accounts/{account_id}/pages/projects/{project_name}/upload-token)Projects.Deployments.Tailssub-resource withNew()andDelete()methodsAssetssub-resource withCheckMissing(),Upload(), andUpsertHashes()methodsMessages.Peek()andMessages.Purge()methodsDelete()method (POST /accounts/{account_id}/r2-catalog/{bucket_name}/delete)BGP.Routes.Upstreams.Timeseries()method (GET /radar/bgp/routes/upstreams/{asn}/timeseries)BGP.Routes.Paths.List()method (GET /radar/bgp/routes/paths/{asn})Summary.Get()method (GET /accounts/{account_id}/tags/summary)Networks.Subnets.InitialResolvedIPsub-resource withUpdate()andGet()methodsTransformationsAllowedOriginssub-resource withEdit()andGet()methodsTransformationsC2pasub-resource withEdit()andGet()methodsConnectorEventGetResponseEKRekeyRestartenum constant for connector eventsBug Fixes
bytes.Bufferimplementation, significantly improving performance for large arraysConfiguration
📅 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.