chore(deps): update dependency cloudflare to v5.7.0 - #660
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.6.0→==5.7.0Release Notes
cloudflare/cloudflare-python (cloudflare)
v5.7.0Full Changelog: v5.6.0...v5.7.0
Breaking Changes
create_independent_livestream()method has been removed fromclient.realtime_kit.livestreams. TheLivestreamCreateIndependentLivestreamParamsandLivestreamCreateIndependentLivestreamResponsetypes are no longer available.dismiss()method has been removed fromclient.intel.attack_surface_report.issues. TheIssueDismissResponseandIssueDismissParamstypes are no longer available.Settingtype has been removed fromcloudflare.types.page_shield. Theget()method now returnsOptional[PageShieldGetResponse]and theupdate()method returnsPageShieldUpdateResponse. TheConnectiontype has been replaced byConnectionGetResponseandConnectionListResponse. TheScripttype has been replaced byScriptListResponse. ThePolicytype has been replaced by per-method response types.schemas.delete()method return type changed fromSchemaDeleteResponsetoobject. TheSchemaDeleteResponsetype has been removed fromcloudflare.types.schema_validation.HealthCheckParamtype has been removed fromcloudflare.types.magic_transit. TheIPSECTunnelPSKGenerateParamstype has been removed fromcloudflare.types.magic_transit.Features
client.email_security.settings.content_policiesresource withcreate(),list(),delete(),batch(),edit(), andget()methodsclient.email_sending.suppressionsresource withcreate(),list(),delete(),edit(),get(), andimport_()methods; addedit()toclient.email_sending.subdomainsclient.logpush.transformersresource withcreate(),update(),list(),delete(),get(), andpreview()methods; addclient.logpush.transformers.contentandclient.logpush.transformers.versionssub-resourcesclient.spectrum.protocolsresource withlist()methodclient.zones.nelresource withedit()andget()methodsclient.ssl.recommendationsresource withget()methodclient.user.spectrum_analytics.zones.reportsresource withget()methodclient.browser_rendering.devtools.browser.live_viewresource withcreate()methodclient.precursorresource withupdate()andget()methodsbatch()toclient.email_security.settings.allow_policies,client.email_security.settings.block_senders, andclient.email_security.settings.trusted_domains; addcreate(),update(), andbatch()toclient.email_security.settings.domainsdelete()toclient.addressing.prefixes.bgp_prefixesdelete()toclient.r2_data_catalogcreate(),update(), anddelete()toclient.zero_trust.resource_library.applicationsreplace_preset_by_id()toclient.realtime_kit.presetsupdate()toclient.content_scanning.payloadsedit()toclient.token_validation.configuration.credentialsNew Resources
Logpush Transformers (
client.logpush.transformers)create(*, account_id, **params) -> Optional[TransformerCreateResponse]update(transformer_id, *, account_id, **params) -> Optional[TransformerUpdateResponse]list(*, account_id) -> SyncSinglePage[TransformerListResponse]delete(transformer_id, *, account_id) -> Optional[TransformerDeleteResponse]get(transformer_id, *, account_id) -> Optional[TransformerGetResponse]preview(*, account_id, **params) -> SyncSinglePage[TransformerPreviewResponse]New types:
Logpush Transformer Content (
client.logpush.transformers.content)get(transformer_id, *, account_id) -> ContentGetResponseLogpush Transformer Versions (
client.logpush.transformers.versions)list(transformer_id, *, account_id, **params) -> SyncSinglePage[VersionListResponse]Email Security Content Policies (
client.email_security.settings.content_policies)create(*, account_id, **params) -> Optional[ContentPolicyCreateResponse]list(*, account_id, **params) -> SyncV4PagePaginationArray[ContentPolicyListResponse]delete(policy_id, *, account_id) -> Optional[ContentPolicyDeleteResponse]batch(*, account_id, **params) -> Optional[ContentPolicyBatchResponse]edit(policy_id, *, account_id, **params) -> Optional[ContentPolicyEditResponse]get(policy_id, *, account_id) -> Optional[ContentPolicyGetResponse]New types:
Email Sending Suppressions (
client.email_sending.suppressions)create(*, account_id, **params) -> SuppressionCreateResponselist(*, account_id, **params) -> SyncCursorPagination[SuppressionListResponse]delete(suppression_id, *, account_id) -> SuppressionDeleteResponseedit(suppression_id, *, account_id, **params) -> SuppressionEditResponseget(suppression_id, *, account_id) -> SuppressionGetResponseimport_(*, account_id, **params) -> SuppressionImportResponseNew types:
Zones NEL (
client.zones.nel)edit(*, zone_id, **params) -> Settingget(*, zone_id) -> SettingSpectrum Protocols (
client.spectrum.protocols)list(*, zone_id) -> SyncSinglePage[ProtocolListResponse]New types:
SSL Recommendations (
client.ssl.recommendations)get(*, zone_id) -> RecommendationGetResponseNew types:
User Spectrum Analytics Zone Reports (
client.user.spectrum_analytics.zones.reports)get(*, **params) -> ReportGetResponseNew types:
Browser Rendering Live View (
client.browser_rendering.devtools.browser.live_view)create(browser_session_id, *, account_id, **params) -> LiveViewCreateResponsePrecursor (
client.precursor)Top-level resource for precursor configuration management.
update(*, account_id, **params) -> Optional[PrecursorConfig]get(*, account_id) -> Optional[PrecursorConfig]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.