chore(deps): update dependency cloudflare to v5.5.0#612
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.4.0→==5.5.0Release Notes
cloudflare/cloudflare-python (cloudflare)
v5.5.0Compare Source
Full Changelog: v5.4.0...v5.5.0
Breaking Changes
recommendationssub-resource has been removed.client.ssl.recommendations.get()and theRecommendationGetResponsetype are no longer available.listmethod has been removed fromclient.email_routing.rules. Onlycreate,update,delete, andgetremain. TheRuleListParamstype has been removed.UserPolicyCheckGeotype has been removed fromcloudflare.types.zero_trust.access.applications. The geo information is now inlined asUserIdentityGeowithinUserPolicyCheckListResponse.client.zero_trust.devices.ip_profiles.list()changed fromSyncSinglePagetoSyncV4PagePaginationArray. Code that relied on single-page iteration semantics may need adjustment.SourceParamsWebCrawlerStoreOptionstype and thestore_optionsfield onSourceParamsWebCrawlerhave been removed from instance create/update params and responses. Theparse_typeenum value"feed-rss"has been removed (only"sitemap"and"crawl"remain). Thesearch_queryfield onInstanceSearchResponseandNamespaceSearchResponsechanged from requiredstrtoOptional[str]. A new requiredquery_kindfield (Literal["text", "image", "multimodal"]) has been added to search responses.Organizationand related params,MfaSSHPivKeyRequirementshas been renamed toMfaPivKeyRequirements, themfa_ssh_piv_key_requirementsfield has been renamed tomfa_piv_key_requirements, and theallowed_authenticatorsenum value"ssh_piv_key"has been changed to"piv_key".Features
@cf/qwen/qwen3-vl-embedding-2bembedding model (de12426)WorkerDestination,PreviewWorkerDestination,AllWorkersDestination,AllPreviewWorkersDestination) to Access applications andeager_redirect_cookie_settingfield to self-hosted applications (de12426)primaryandsite_idfields to connector create/edit params (de12426)Varycache settings withActionParametersVary,ActionParametersVaryDefault, andActionParametersVaryHeaderstypes (de12426)threat_events.datasets.list()now accepts optional params (de12426)expected_dispositionparam toinvestigate.move.create()andinvestigate.move.bulk()(de12426)support_subaddressfield toSettingsresponse type (de12426)max_ttl_secsfield toGatewayConfigurationSettingsand newMaxTTLtype to gatewayLocationfor DNS TTL cap control (de12426)GlobalAccelerationtype to default and custom device policy settings (de12426)categoryfield toPermissionGroupGetResponseandPermissionGroupListResponsefor account and user tokens (de12426)New Resources
EmailAuth (
client.email_auth)DMARC report management and SPF inspection for email authentication.
DMARCReports (
client.email_auth.dmarc_reports)edit(*, zone_id, **params) -> Optional[DMARCReportEditResponse]get(*, zone_id) -> Optional[DMARCReportGetResponse]New types:
SPF Inspect (
client.email_auth.spf.inspect)get(*, zone_id, **params) -> Optional[InspectGetResponse]New types:
MoQ (
client.moq)Media over QUIC relay management.
Relays (
client.moq.relays)create(*, account_id, **params) -> Optional[RelayCreateResponse]update(relay_id, *, account_id, **params) -> Optional[RelayUpdateResponse]list(*, account_id, **params) -> SyncSinglePage[RelayListResponse]delete(relay_id, *, account_id) -> objectget(relay_id, *, account_id) -> Optional[RelayGetResponse]New types:
Tokens (
client.moq.relays.tokens)rotate(relay_id, *, account_id, **params) -> Optional[TokenRotateResponse]New types:
Log Explorer (
client.logs.log_explorer)SQL-based log querying and dataset management.
Query (
client.logs.log_explorer.query)sql(body, *, account_id, zone_id, **params) -> SyncSinglePage[QuerySqlResponse]New types:
Datasets (
client.logs.log_explorer.datasets)create(*, account_id, zone_id, **params) -> Optional[Dataset]update(dataset_id, *, account_id, zone_id, **params) -> Optional[Dataset]list(*, account_id, zone_id, **params) -> SyncSinglePage[DatasetSummary]get(dataset_id, *, account_id, zone_id) -> Optional[Dataset]Available (
client.logs.log_explorer.datasets.available)list(*, account_id, zone_id) -> SyncSinglePage[AvailableDataset]New types:
Email Security Investigate Bulk (
client.email_security.investigate.bulk)Bulk message movement and quarantine release operations.
create(*, account_id, **params) -> BulkCreateResponselist(*, account_id, **params) -> SyncV4PagePaginationArray[BulkListResponse]delete(job_id, *, account_id) -> BulkDeleteResponseget(job_id, *, account_id) -> BulkGetResponseCancel (
client.email_security.investigate.bulk.cancel)create(job_id, *, account_id) -> CancelCreateResponseMessages (
client.email_security.investigate.bulk.messages)list(job_id, *, account_id, **params) -> SyncV4PagePaginationArray[MessageListResponse]New types:
Chores
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.