chore(deps): Update module github.com/cloudflare/cloudflare-go/v7 to v7.6.0#150
Open
wall-e-one[bot] wants to merge 1 commit into
Open
chore(deps): Update module github.com/cloudflare/cloudflare-go/v7 to v7.6.0#150wall-e-one[bot] wants to merge 1 commit into
wall-e-one[bot] wants to merge 1 commit into
Conversation
13f014e to
be0fd20
Compare
be0fd20 to
d12ef7a
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:
v7.3.0→v7.6.0Release Notes
cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v7)
v7.6.0Compare Source
7.6.0 (2026-06-16)
Full Changelog: v7.5.0...v7.6.0
This release includes breaking changes in Realtime Kit and Email Security alongside a large number of new services and features. Please ensure you read through the list of changes below before upgrading.
See the v7.6.0 Migration Guide for before/after code examples and actions needed for each breaking change.
Breaking Changes
Realtime Kit - GenerateSummaryOfTranscripts Return Type Changed
SessionService.GenerateSummaryOfTranscripts()previously returned onlyerror. It now returns(*SessionGenerateSummaryOfTranscriptsResponse, error). Code that discards the first return value will no longer compile.Realtime Kit - StartTrackRecording Return Type Changed
RecordingService.StartTrackRecording()previously returned onlyerror. It now returns(*RecordingStartTrackRecordingResponse, error). Code that discards the first return value will no longer compile.Realtime Kit - Session Participant Response Types Restructured
SessionGetParticipantDataFromPeerIDResponseDatagained a new.Participantnested struct. Sub-types were renamed from...DataPeerReportto...DataParticipantPeerReport(and similar). Code referencing the old type names will no longer compile.Email Security - ActionLog Parameter Removed
The
ActionLogfield has been removed fromInvestigateListParams. The upstream API no longer accepts this query parameter. Remove the field from your list calls.Features
Tenants (client.Tenants)
client.Tenants.New()- Create a tenantclient.Tenants.Update()- Update a tenantclient.Tenants.List()- List tenantsclient.Tenants.Delete()- Delete a tenantclient.Tenants.Get()- Get a tenantclient.Tenants.Accounts.New()- Create a tenant accountclient.Tenants.Accounts.List()- List tenant accountsclient.Tenants.Accounts.Delete()- Delete a tenant accountclient.Tenants.Accounts.Get()- Get a tenant accountclient.Tenants.AccountTypes.List()- List tenant account typesclient.Tenants.Entitlements.List()- List tenant entitlementsclient.Tenants.Memberships.New()- Create a tenant membershipclient.Tenants.Memberships.List()- List tenant membershipsclient.Tenants.Memberships.Delete()- Delete a tenant membershipclient.Tenants.Memberships.Get()- Get a tenant membershipFlagship (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 changelogclient.Flagship.Apps.Evaluate.Get()- Evaluate flags for an appOriginTLSComplianceModes (client.OriginTLSComplianceModes)
client.OriginTLSComplianceModes.Edit()- Edit compliance modeclient.OriginTLSComplianceModes.Get()- Get compliance modeCsamScanner (client.CsamScanner)
client.CsamScanner.Edit()- Edit CSAM scanner settingsclient.CsamScanner.Get()- Get CSAM scanner settingsTenantCustomNameservers (client.TenantCustomNameservers)
client.TenantCustomNameservers.New()- Create a tenant custom nameserverclient.TenantCustomNameservers.Delete()- Delete a tenant custom nameserverclient.TenantCustomNameservers.Get()- Get tenant custom nameserversAI Gateway (client.AIGateway)
client.AIGateway.CustomProviders.New()- Create a custom AI providerclient.AIGateway.CustomProviders.List()- List custom AI providersclient.AIGateway.CustomProviders.Delete()- Delete a custom AI providerclient.AIGateway.CustomProviders.Get()- Get a custom AI providerIAM (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.DeleteRotatedSecret()- Delete a rotated client secretclient.IAM.OAuthClients.Get()- Get an OAuth clientclient.IAM.OAuthClients.RotateSecret()- Rotate an OAuth client secretclient.IAM.OAuthScopes.List()- List available OAuth scopesMagic Transit (client.MagicTransit)
client.MagicTransit.IPSECTunnels.PSKSet()- Set a pre-shared key for IPSEC tunnelsclient.MagicTransit.Cf1Sites.New()- Create a CF1 siteclient.MagicTransit.Cf1Sites.Update()- Update a CF1 siteclient.MagicTransit.Cf1Sites.List()- List CF1 sitesclient.MagicTransit.Cf1Sites.Delete()- Delete a CF1 siteclient.MagicTransit.Cf1Sites.Get()- Get a CF1 siteclient.MagicTransit.Cf1Sites.Ramps.New()- Create a CF1 site rampclient.MagicTransit.Cf1Sites.Ramps.Update()- Update a CF1 site rampclient.MagicTransit.Cf1Sites.Ramps.List()- List CF1 site rampsclient.MagicTransit.Cf1Sites.Ramps.Delete()- Delete a CF1 site rampclient.MagicTransit.Cf1Sites.Ramps.Get()- Get a CF1 site rampSSL (client.SSL)
client.SSL.AutoOriginTLSKex.Edit()- Edit auto origin TLS key exchange settingsclient.SSL.AutoOriginTLSKex.Get()- Get auto origin TLS key exchange settingsDNS (client.DNS)
client.DNS.Usage.Zone.Get()- Get zone-level DNS usageclient.DNS.Usage.Account.Get()- Get account-level DNS usageZero Trust (client.ZeroTrust)
client.ZeroTrust.Access.IdentityProviders.FederationGrants.New()- Create an IDP federation grantclient.ZeroTrust.Access.IdentityProviders.FederationGrants.Update()- Update an IDP federation grantclient.ZeroTrust.Access.IdentityProviders.FederationGrants.List()- List IDP federation grantsclient.ZeroTrust.Access.IdentityProviders.FederationGrants.Delete()- Delete an IDP federation grantclient.ZeroTrust.Access.IdentityProviders.FederationGrants.Get()- Get an IDP federation grantclient.ZeroTrust.Access.AIControl.McpServers.New()- Create an MCP serverclient.ZeroTrust.Access.AIControl.McpServers.Update()- Update an MCP serverclient.ZeroTrust.Access.AIControl.McpServers.List()- List MCP serversclient.ZeroTrust.Access.AIControl.McpServers.Delete()- Delete an MCP serverclient.ZeroTrust.Access.AIControl.McpServers.Get()- Get an MCP serverclient.ZeroTrust.Access.AIControl.McpServers.Sync()- Sync MCP serversclient.ZeroTrust.Access.AIControl.McpPortals.New()- Create an MCP portalclient.ZeroTrust.Access.AIControl.McpPortals.Update()- Update an MCP portalclient.ZeroTrust.Access.AIControl.McpPortals.List()- List MCP portalsclient.ZeroTrust.Access.AIControl.McpPortals.Delete()- Delete an MCP portalclient.ZeroTrust.Access.AIControl.McpPortals.Get()- Get an MCP portalclient.ZeroTrust.DEX.Devices.ISPs.List()- List device ISPsclient.ZeroTrust.DEX.FleetStatus.Devices.List()- List fleet status devicesclient.ZeroTrust.DEX.Rules.New()- Create a DEX ruleclient.ZeroTrust.DEX.Rules.Update()- Update a DEX ruleclient.ZeroTrust.DEX.Rules.List()- List DEX rulesclient.ZeroTrust.DEX.Rules.Delete()- Delete a DEX ruleclient.ZeroTrust.DEX.Rules.Get()- Get a DEX ruleclient.ZeroTrust.DEX.Commands.New()- Create a DEX commandclient.ZeroTrust.DEX.Commands.List()- List DEX commandsclient.ZeroTrust.DEX.Commands.Devices.List()- List DEX command devicesclient.ZeroTrust.DEX.Commands.Downloads.Get()- Download DEX command resultsclient.ZeroTrust.DEX.Commands.Quota.Get()- Get DEX command quotaclient.ZeroTrust.DEX.WARPChangeEvents.List()- List WARP change eventsclient.ZeroTrust.DLP.CustomPromptTopics.New()- Create a DLP custom prompt topicclient.ZeroTrust.DLP.CustomPromptTopics.Update()- Update a DLP custom prompt topicclient.ZeroTrust.DLP.CustomPromptTopics.List()- List DLP custom prompt topicsclient.ZeroTrust.DLP.CustomPromptTopics.Delete()- Delete a DLP custom prompt topicclient.ZeroTrust.DLP.CustomPromptTopics.Get()- Get a DLP custom prompt topicclient.ZeroTrust.DLP.SensitivityGroups.New()- Create a DLP sensitivity groupclient.ZeroTrust.DLP.SensitivityGroups.Update()- Update a DLP sensitivity groupclient.ZeroTrust.DLP.SensitivityGroups.List()- List DLP sensitivity groupsclient.ZeroTrust.DLP.SensitivityGroups.Delete()- Delete a DLP sensitivity groupclient.ZeroTrust.DLP.SensitivityGroups.Get()- Get a DLP sensitivity groupclient.ZeroTrust.DLP.SensitivityGroups.Levels.New()- Create a sensitivity levelclient.ZeroTrust.DLP.SensitivityGroups.Levels.Update()- Update a sensitivity levelclient.ZeroTrust.DLP.SensitivityGroups.Levels.List()- List sensitivity levelsclient.ZeroTrust.DLP.SensitivityGroups.Levels.Delete()- Delete a sensitivity levelclient.ZeroTrust.DLP.SensitivityGroups.Levels.Get()- Get a sensitivity levelclient.ZeroTrust.DLP.SensitivityGroups.Levels.Order.Update()- Update sensitivity level orderclient.ZeroTrust.DLP.SensitivityGroups.Levels.Order.Get()- Get sensitivity level orderclient.ZeroTrust.DLP.DataTagCategories.New()- Create a DLP data tag categoryclient.ZeroTrust.DLP.DataTagCategories.Update()- Update a DLP data tag categoryclient.ZeroTrust.DLP.DataTagCategories.List()- List DLP data tag categoriesclient.ZeroTrust.DLP.DataTagCategories.Delete()- Delete a DLP data tag categoryclient.ZeroTrust.DLP.DataTagCategories.Get()- Get a DLP data tag categoryclient.ZeroTrust.DLP.DataTagCategories.DataTags.New()- Create a data tagclient.ZeroTrust.DLP.DataTagCategories.DataTags.Update()- Update a data tagclient.ZeroTrust.DLP.DataTagCategories.DataTags.List()- List data tagsclient.ZeroTrust.DLP.DataTagCategories.DataTags.Delete()- Delete a data tagclient.ZeroTrust.DLP.DataTagCategories.DataTags.Get()- Get a data tagclient.ZeroTrust.DLP.DataClasses.New()- Create a DLP data classclient.ZeroTrust.DLP.DataClasses.Update()- Update a DLP data classclient.ZeroTrust.DLP.DataClasses.List()- List DLP data classesclient.ZeroTrust.DLP.DataClasses.Delete()- Delete a DLP data classclient.ZeroTrust.DLP.DataClasses.Get()- Get a DLP data classclient.ZeroTrust.Tunnels.WARPConnector.Configurations.Update()- Update WARP connector configurationclient.ZeroTrust.Tunnels.WARPConnector.Configurations.Get()- Get WARP connector configurationResource Sharing (client.ResourceSharing)
client.ResourceSharing.Resources.Update()- Update a shared resourceclient.ResourceSharing.Resources.Delete()- Delete a shared resourceclient.ResourceSharing.Resources.Get()- Get a shared resourceZones (client.Zones)
client.Zones.CT.Alerting.Edit()- Edit CT alerting subscriptionclient.Zones.CT.Alerting.Get()- Get CT alerting subscriptionOrganizations (client.Organizations)
client.Organizations.Accounts.New()- Create an organization accountclient.Organizations.Accounts.List()- List organization accountsUser (client.User)
client.User.Tenants.List()- List user tenantsWorkflows (client.Workflows)
client.Workflows.Versions.Graph()- Get workflow version graphrollbackenum value onInstanceGetResponseStepsObjectTypeChores
Deprecations
None.
Bug Fixes
None.
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 paramsv7.4.0Compare Source
7.4.0 (2026-05-29)
Full Changelog: v7.3.0...v7.4.0
This release includes breaking changes in a few services alongside new features and SDK-level improvements. Please ensure you read through the list of changes below before upgrading.
General Changes
Default HTTP Client with Response Header Timeout
The SDK now creates a default
http.Clientwith a 10-minuteResponseHeaderTimeouton the transport. This prevents stuck connections from hanging indefinitely when a server accepts a connection but never responds. Ifhttp.DefaultTransporthas been wrapped (e.g. by otelhttp for tracing), the wrapping is preserved and the timeout is skipped. You can still supply your own client viaoption.WithHTTPClient().Custom Headers via Environment Variable
A new
CLOUDFLARE_CUSTOM_HEADERSenvironment variable is now supported. Set it to a newline-separated list ofHeader-Name: valuepairs to inject custom headers into every request:Debug Logging Redacts Sensitive Headers
option.WithDebugLog()now redacts sensitive headers (Authorization, API keys, cookies, auth email/key) in both request and response dumps, preventing accidental credential exposure in debug output.Breaking Changes
See the v7.4.0 Migration Guide for before/after code examples and actions needed for each change.
Email Security - ActionLog Parameter Removed
The
ActionLogfield has been removed fromInvestigateListParams. Remove the field from your list calls.Realtime Kit - Livestream Time Fields Changed to int64
The
StartTimeandEndTimefields inLivestreamGetLivestreamAnalyticsCompleteParamschanged fromtime.Timetoint64(unix epoch seconds). Use.Unix()to convert.Realtime Kit - Multiple Session Response Types Restructured
Several session response types were flattened, removing a layer of nesting:
SessionGetParticipantDataFromPeerIDResponseData: The.Participantfield was removed; its children (PeerReport,PeerStats,QualityStats) promoted to the top level.SessionIDfield added. All...DataParticipant*sub-types removed and replaced with...Data*equivalents.SessionGetSessionDetailsResponseData: The.Sessionfield was removed; its fields promoted to the top level.SessionGetSessionDetailsResponseDataSessiontype removed; enum types renamed (...DataSessionStatus->...DataStatus,...DataSessionType->...DataType).SessionGetSessionParticipantDetailsResponseDataParticipant: The.PeerStatsand.QualityStatsnested sub-types removed (...DataParticipantPeerStats*,...DataParticipantQualityStat*-- 8 types total).Resource Sharing - Resources Service Methods Removed
The
Update,Delete, andGetmethods onResourceSharing.Resourceshave been removed along with their associated types (ResourceUpdateResponse,ResourceDeleteResponse,ResourceGetResponse). OnlyNewandListremain.Billing - Paygo Endpoint Path Changed
The
Paygomethod endpoint changed from/accounts/{account_id}/billing/usage/paygoto/accounts/{account_id}/paygo-usage. The method signature is unchanged.Workers - Observability Telemetry Response Type Changes
The
Sourcefield onObservabilityTelemetryQueryResponseevents and invocations changed frominterface{}to discriminated union interfaces (ObservabilityTelemetryQueryResponseEventsEventsSourceUnion,ObservabilityTelemetryQueryResponseInvocationsSourceUnion). Code that type-assertedSourceasmap[string]interface{}should use the new union's.AsUnion()method or match on the concrete variants.The
Containersfield onObservabilityTelemetryQueryResponseEventsEventsWorkersObjectchanged frominterface{}tomap[string]interface{}.Custom Hostnames - SSL Parameter Type Changed
The
CustomHostnameListParamsSSLtype changed fromfloat64toint64. Code that passes this parameter explicitly with afloat64literal or variable will need updating.Zero Trust - MCP Server Sync Response Type Changed
AccessAIControlMcpServerSyncResponsechanged frominterface{}to a concrete struct with typed fields (ErrorDetails, etc.). Code that type-asserted on the empty interface will need updating.Zero Trust - Gateway List Item Pagination Type Changed
The
GatewayListItemService.List()return type changed fromSinglePage[[]GatewayItem](page of slices) toSinglePage[GatewayItem](page of items). This removes the extra nesting layer when iterating results:Features
CustomCsrs (client.CustomCsrs)
client.CustomCsrs.New()- Create a custom CSRclient.CustomCsrs.List()- List custom CSRsclient.CustomCsrs.Delete()- Delete a custom CSRclient.CustomCsrs.Get()- Get a custom CSRDLS (client.DLS)
client.DLS.Regions.List()- List available DLS regionsclient.DLS.Regions.Get()- Get a specific DLS regionclient.DLS.RegionalServices.PrefixBindings.New()- Create a prefix bindingclient.DLS.RegionalServices.PrefixBindings.List()- List prefix bindingsclient.DLS.RegionalServices.PrefixBindings.Delete()- Delete a prefix bindingclient.DLS.RegionalServices.PrefixBindings.Edit()- Edit a prefix bindingclient.DLS.RegionalServices.PrefixBindings.Get()- Get a prefix bindingAIAudit (client.AIAudit)
client.AIAudit.Robots- Manage AI audit robot configurationsEmail Security (client.EmailSecurity)
client.EmailSecurity.Settings.URLIgnorePatterns.New()- Create a URL ignore patternclient.EmailSecurity.Settings.URLIgnorePatterns.List()- List URL ignore patternsclient.EmailSecurity.Settings.URLIgnorePatterns.Delete()- Delete a URL ignore patternclient.EmailSecurity.Settings.URLIgnorePatterns.Edit()- Edit a URL ignore patternclient.EmailSecurity.Settings.URLIgnorePatterns.Get()- Get a URL ignore patternclient.EmailSecurity.Settings.SendingDomainRestrictions.New()- Create a sending domain restrictionclient.EmailSecurity.Settings.SendingDomainRestrictions.List()- List sending domain restrictionsclient.EmailSecurity.Settings.SendingDomainRestrictions.Delete()- Delete a sending domain restrictionclient.EmailSecurity.Settings.SendingDomainRestrictions.Edit()- Edit a sending domain restrictionclient.EmailSecurity.Settings.SendingDomainRestrictions.Get()- Get a sending domain restrictionBilling (client.Billing)
client.Billing.Usage.Get()- New billable usage endpoint at/accounts/{account_id}/billable/usageOrganizations (client.Organizations)
client.Organizations.Billing.Usage.Get()- New organization-level billable usage endpointWorkers (client.Workers)
client.Workers.Observability.Telemetry.LiveTail()- Start a live tail session for real-time telemetryclient.Workers.Observability.Telemetry.LiveTailHeartbeat()- Send heartbeat to keep live tail session aliveclient.Workers.Observability.SharedQueries.New()- Create a shared observability queryclient.Workers.Observability.SharedQueries.Get()- Get a shared observability query by IDPropagationPolicyfield on observability traces configuration across Script, DispatchNamespaceScript, and settings typesopentelemetry-metricsenum value onObservabilityDestinationlogpush dataset typesWorkflows (client.Workflows)
rollbackenum value onInstanceGetResponseStepsObjectTypePipelines (client.Pipelines)
Namefilter parameter onPipelineListParams,StreamListParams, andSinkListParamsRealtime Kit (client.RealtimeKit)
client.RealtimeKit.Livestreams.GetLivestreamAnalyticsDaywise()- Day-wise livestream analyticsMeetingGetResponseandMeetingUpdateMeetingByIDParamsRecordingGetRecordingsResponsePageNo,PerPage,Search,SortOrderquery params onAppGetParamsSessionGetSessionsResponsePagingtype andPagingfield on sessions list responseSnippets (client.Snippets)
client.Snippets.Rules.Get()- Get snippet rules for a zoneRadar (radar)
Normalizationparameter onBotWebCrawlerTimeseriesGroupsParamsContentTypefilter parameter onHTTPSummaryV2ParamsandHTTPTimeseriesParamsZero Trust (client.ZeroTrust)
client.ZeroTrust.Organizations.DOH.Update()- Update DoH settings for Access organizationclient.ZeroTrust.Organizations.DOH.Get()- Get DoH settings for Access organizationclient.ZeroTrust.Devices.Policies.Default.Edit()- Edit default device policyclient.ZeroTrust.Devices.Policies.Default.Get()- Get default device policyclient.ZeroTrust.Devices.Policies.Default.Excludes.Update()- Update default policy split tunnel excludesclient.ZeroTrust.Devices.Policies.Default.Excludes.Get()- Get default policy split tunnel excludesclient.ZeroTrust.Devices.Policies.Default.Includes.Update()- Update default policy split tunnel includesclient.ZeroTrust.Devices.Policies.Default.Includes.Get()- Get default policy split tunnel includesIdentityProviderAccessCloudflareidentity provider type for Cloudflare authenticationAccessRuleAccessCloudflareAccountMemberRuleaccess rule typeDNSSearchSuffixfield on device policy custom create/edit paramsMaxTTLSecsfield on gateway location responses and paramsErrorDetailstypes on MCP Portal and MCP Server responsesDeprecations
None in this release.
Bug Fixes
Paygoendpoint path was corrected to/accounts/{account_id}/paygo-usageConfiguration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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 has been generated by Renovate Bot.