chore(deps): update dependency cloudflare to v5.6.0#622
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:
==5.5.0→==5.6.0Release Notes
cloudflare/cloudflare-python (cloudflare)
v5.6.0Full Changelog: v5.5.0...v5.6.0
Breaking Changes
create()andget()methods have been removed fromclient.accounts.subscriptions. TheSubscriptionCreateParamstype is no longer available.CertificateAuthoritytype has been removed fromcloudflare.types.acm.HostnameAssociationtype has been removed fromcloudflare.types.certificate_authorities.indicator_typessub-resource has been removed fromclient.cloudforce_one.threat_events. Use the newclient.cloudforce_one.threat_events.indicators.typesresource instead.client.hyperdrive.configs.list()changed fromSyncSinglePagetoSyncV4PagePaginationArray. Code that relied on single-page iteration semantics may need adjustment.client.load_balancersnow use a polymorphic/{account_or_zone}/{account_or_zone_id}/load_balancersendpoint pattern instead of the previous/zones/{zone_id}/load_balancers. Method signatures now accept eitheraccount_idorzone_id.rotate()method andTokenRotateResponsetype have been removed fromclient.moq.relays.tokens. Use the newcreate(),list(), anddelete()methods instead.MTLSCertificatetype has been replaced withMTLSCertificateGetResponse,MTLSCertificateListResponse, andMTLSCertificateDeleteResponse. The return types oflist(),delete(), andget()have changed accordingly.Statustype has been removed fromcloudflare.types.custom_certificates.Host,Status, andValidationMethodtypes have been removed fromcloudflare.types.ssl. Thehostsparameter onclient.ssl.certificate_packs.create()changed fromSequenceNotStr[Host]toSequenceNotStr[str].setup_flowssub-resource has been removed fromclient.zero_trust.casb.applications. Theget()method endpoint changed from/accounts/{account_id}/one/applications/{slug}to/accounts/{account_id}/one/applications/{application_id}.Features
summary(),timeseries(), andtop_n()methods, plusdata_security.content_findingsanddata_security.findingssub-resources (7245164)client.ai_audit.robotsresource withbulk_get()andget()methods (7245164)aggregate,graphql,graph,queries,relationships,indicators(withaggregate,types,by_dataset),tags(withcategories,indicators),target_industries,categories, anddatasets(7245164)client.magic_transit.connectors.interruptsresource withcreate()andlist()methods (7245164)create(),list(), anddelete()methods toclient.moq.relays.tokens(7245164)check(),search(), and sub-resources forregistrations,registration_status, andupdate_status(7245164)client.zero_trust.casb.applications.auth_methodsresource withlist()method (7245164)client.zero_trust.casb.posturewith sub-resources forfindings(list, export, ignore, unignore, tune/reset severity),finding_types,content,exports,remediations, andwebhooks(7245164)New Resources
AIAudit Robots (
client.ai_audit.robots)bulk_get(*, zone_id, **params) -> Optional[RobotBulkGetResponse]get(*, zone_id, **params) -> Optional[RobotGetResponse]New types:
MagicTransit Connector Interrupts (
client.magic_transit.connectors.interrupts)create(connector_id, *, account_id, **params) -> InterruptCreateResponselist(connector_id, *, account_id) -> SyncSinglePage[InterruptListResponse]New types:
CASB Application Auth Methods (
client.zero_trust.casb.applications.auth_methods)list(application_id, *, account_id) -> AuthMethodListResponseNew types:
MoQ Relay Tokens (
client.moq.relays.tokens)create(relay_id, *, account_id, **params) -> Optional[TokenCreateResponse]list(relay_id, *, account_id) -> Optional[TokenListResponse]delete(jti, *, account_id, relay_id) -> TokenDeleteResponseNew types:
CloudforceOne ThreatEvents Sub-Resources (
client.cloudforce_one.threat_events)The following sub-resources were added under
client.cloudforce_one.threat_events:aggregategraphqlgraphqueriesrelationshipsindicators(withaggregate,types,by_datasetsub-resources)tags(withcategories,indicatorssub-resources)target_industriescategoriesdatasetsAnalyticsQuery (
client.analytics_query)Query analytics data across datasets with summary, timeseries, and top-N aggregations.
summary(dataset, *, account_id, **params) -> AnalyticsQuerySummaryResponsetimeseries(dataset, *, account_id, **params) -> AnalyticsQueryTimeseriesResponsetop_n(dataset, *, account_id, **params) -> SyncSinglePage[AnalyticsQueryTopNResponse]New types:
DataSecurity ContentFindings (
client.analytics_query.data_security.content_findings)top_n(*, account_id, **params) -> SyncSinglePage[ContentFindingTopNResponse]DataSecurity Findings (
client.analytics_query.data_security.findings)summary(*, account_id, **params) -> FindingSummaryResponsetimeseries(*, account_id, **params) -> FindingTimeseriesResponseRegistrarSandbox (
client.registrar_sandbox)Sandbox environment for domain registration operations.
check(*, account_id, **params) -> RegistrarSandboxCheckResponsesearch(*, account_id, **params) -> RegistrarSandboxSearchResponseRegistrations (
client.registrar_sandbox.registrations)create(*, account_id, **params) -> RegistrationCreateResponselist(*, account_id, **params) -> SyncCursorPagination[RegistrationListResponse]edit(domain_id, *, account_id, **params) -> RegistrationEditResponseget(domain_id, *, account_id) -> RegistrationGetResponseRegistrationStatus (
client.registrar_sandbox.registration_status)get(domain_name, *, account_id) -> RegistrationStatusGetResponseNew types:
UpdateStatus (
client.registrar_sandbox.update_status)get(domain_name, *, account_id) -> UpdateStatusGetResponseNew types:
CASB Posture (
client.zero_trust.casb.posture)Full CASB posture management with findings, remediation, and webhook support.
posture.findings.list(*, account_id, **params) -> SyncV4PagePaginationArray[FindingListResponse]posture.findings.export(*, account_id, **params) -> Optional[FindingExportResponse]posture.findings.get(finding_id, *, account_id) -> Optional[FindingGetResponse]posture.findings.ignore(*, account_id, **params) -> Optional[FindingIgnoreResponse]posture.findings.unignore(*, account_id, **params) -> Optional[FindingUnignoreResponse]posture.findings.tune_severity(finding_id, *, account_id, **params) -> Optional[FindingTuneSeverityResponse]posture.findings.reset_severity(finding_id, *, account_id) -> Optional[FindingResetSeverityResponse]posture.findings.instances.list(*, account_id, **params) -> SyncV4PagePaginationArray[InstanceListResponse]posture.webhooks.create(*, account_id, **params) -> WebhookCreateResponseposture.webhooks.list(*, account_id) -> SyncSinglePage[WebhookListResponse]posture.remediations.jobs.create(*, account_id, **params) -> JobCreateResponseposture.remediations.jobs.list(*, account_id, **params) -> SyncV4PagePaginationArray[JobListResponse]New types:
FindingTypes (
client.zero_trust.casb.posture.finding_types)list(*, account_id, **params) -> SyncV4PagePaginationArray[FindingTypeListResponse]get(finding_type_id, *, account_id) -> Optional[FindingTypeGetResponse]New types:
Content (
client.zero_trust.casb.posture.content)list(*, account_id, **params) -> SyncV4PagePaginationArray[ContentListResponse]export(*, account_id, **params) -> Optional[ContentExportResponse]New types:
Exports (
client.zero_trust.casb.posture.exports)list(*, account_id, **params) -> SyncV4PagePaginationArray[ExportListResponse]get(id, *, account_id) -> Optional[ExportGetResponse]New types:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.