6.4.0 (2025-12-04)
Full Changelog: v6.3.0...v6.4.0
Features
- feat(r2_data_catalog): Configure SDKs/Terraform to use R2 Data Catalog routes (d1b1eab)
- feat(silences): add a new alert silencing api (fbe4969)
- feat(account_auditlog): Added
IDfield toLogAuditListParams(deprecatesAuditLogID) - feat(browser_rendering): Added
Metafield toSnapshotNewResponseEnvelope - feat(cloudforce_one):
- Added
HasChildrenfield to threat event response types ThreatEventBulkNewreturns structured response withCreatedEventsCount,CreatedIndicatorsCount,CreatedTagsCount,ErrorCount- Removed required
IndicatorTypefield fromThreatEventNewParams
- feat(email_security): Added fields to
InvestigateListResponseandInvestigateGetResponse:EnvelopeFrom,EnvelopeTo,PostfixIDOutbound,Replyto - feat(r2):
- Added generic S3-compatible provider support to Sippy (
SippySourceProviderS3) - Added
BucketURLfield toSippySource - Added
BucketSippyUpdateParamsBodyR2EnableSippyS3for S3-compatible sources
- Added generic S3-compatible provider support to Sippy (
Bug Fixes
- fix(iam): properly unwraps envelope response
Chores
- api: update composite API spec (813b47b)
- api: update composite API spec (86f0a73)
- internal: codegen related update (4548d4d)
Breaking Changes
- pages: return types changed for all project and deployment methods -
ProjectandDeploymentshared types replaced with method-specific response types.- Projects.New now returns ProjectNewResponse (was Project)
- Projects.List now returns ProjectListResponse (was Deployment)
- Projects.Edit now returns ProjectEditResponse (was Project)
- Projects.Get now returns ProjectGetResponse (was Project)
- Projects.Deployments.New now returns ProjectDeploymentNewResponse (was Deployment)
- Projects.Deployments.List now returns ProjectDeploymentListResponse (was Deployment)
- Projects.Deployments.Get now returns ProjectDeploymentGetResponse (was Deployment)
- Projects.Deployments.Retry now returns ProjectDeploymentRetryResponse (was Deployment)
- Projects.Deployments.Rollback now returns ProjectDeploymentRollbackResponse (was Deployment)
- Removed shared types Deployment, Project, DeploymentParam, ProjectParam, StageParam
Deprecations
- account_auditlog: Depractes AuditLogID in favor of
IDfield toLogAuditListParams(deprecatesAuditLogID)