cloudflare/cloudflare-typescript v6.3.0
cloudflare/cloudflare-typescript
Captured source
source ↗published May 21, 2026seen 5dcaptured 13hhttp 200method plain
v6.3.0
Repository: cloudflare/cloudflare-typescript
Tag: v6.3.0
Published: 2026-05-21T21:51:14Z
Prerelease: no
Release notes:
6.3.0 (2026-05-21)
Full Changelog: v6.2.0...v6.3.0
Features
New Resources
- dls: add DLS (Data Localization Suite) resource with regions (list/get) and regionalServices.prefixBindings (create/list/delete/edit/get) sub-resources (4dcf0db)
New Sub-Resources
- organizations: add billing.usage sub-resource — FOCUS v1.3 cost-and-usage dataset (get) at
/organizations/{organization_id}/billable/usage(2c93faf) - r2: add buckets.objects sub-resource — list, delete, get, upload (PUT) for direct R2 object operations (94a26fc)
- workers: add observability.queries sub-resource — create and list saved telemetry queries (d1f8d27)
- zero-trust: add access.samlCertificates sub-resource — list, get, getPem, rotate SAML signing certificate sets at the account level (4d75785)
- zero-trust: add identityProviders.samlCertificate sub-resource — create a SAML encryption certificate set bound to an Identity Provider (4d75785)
New Methods
- billing: add
usage.getmethod — FOCUS v1.3 cost-and-usage dataset at/accounts/{account_id}/billable/usage(returnsUsageGetResponsewithBillingAccountId,ChargeCategory,ConsumedQuantity,BilledCost,EffectiveCost, etc.) (665f6ea) - secrets-store: add
stores.getmethod — fetch a single store by ID (GET /accounts/{account_id}/secrets_store/stores/{store_id}) returningStoreGetResponse(542f312) - workers: add
scripts.secrets.bulkUpdatemethod —PATCH /accounts/{account_id}/workers/scripts/{script_name}/secrets-bulkfor bulk secret updates (840cea9) - workers-for-platforms: add
dispatch.namespaces.scripts.secrets.bulkUpdatemethod — same bulk-update endpoint for dispatch-namespace scripts (840cea9)
New Fields and Parameters
- ai: add
format?: 'openrouter'query param tomodels.listfor returning models in the OpenRouter marketplace format (a3ba7fc) - aisearch: add
degraded?: booleanresponse field toInstanceStatsResponseandnamespaces.instances.InstanceStatsResponse— set when status counts are unavailable (e.g. legacy stats query exceeded D1 statement-size limit) (49c2987) - cloudforce-one: add
alpha2: stringfield tothreatEvents.countries.listresponse items (CountryListResponseItem.Result) alongside the existingalpha3/namefields (0aa9ae0) - custom-certificates:
private_keyonCustomCertificateCreateParamsis now optional whencustom_csr_idis provided (previously always required) (6e90245) - logpush: add
mnm_flow_logsto the dataset enum ondatasets.fields.get,datasets.jobs.get,LogpushJob.dataset, andJobCreateParams.dataset(5bc2413) - organizations: Organizations API moved from Closed Beta to Public Beta — affects
organizations.create,update,list,delete,get, andorganizationProfile.update/getdocstrings (54b7f07) - radar: add
CONTENT_TYPEdimension andcontentType?: Arrayfilter param toradar.http.summaryV2,timeseriesGroups, and related HTTP analytics methods (d5bc24a) - spectrum: add
virtual_network_id?: stringfield toOriginDNSconfig onAppCreateResponse,AppUpdateResponse,AppListResponse,AppGetResponse,AppCreateParams, andAppUpdateParams— routes origin traffic through tunnel virtual networks (1afad1f) - workers: add
'opentelemetry-metrics'enum value tologpushDatasetfield onobservability.destinations(DestinationCreateResponse.Configuration,DestinationUpdateResponse.Configuration,DestinationListResponse.Configuration) (d1f8d27) - workers: add
observability.traces.propagation_policy?: 'authenticated' | 'accept'field onWorker,WorkerCreateParams,WorkerUpdateParams,ScriptSetting,SettingEditParams, andscript-and-version-settings— controls how inboundtraceparent/tracestateheaders are honored (d1f8d27) - workers: add
ends_withfilter operation andENDS_WITHcomparison enum value toobservability.telemetry.queryfilters (d1f8d27) - workers: add
preview?: { id?: string; name?: string; slug?: string }field toTelemetryQueryResponse.UnionMember0andUnionMember1event items — surfaces preview deployment metadata on telemetry results (d1f8d27) - workers: narrow
observability.telemetrysourcefield type fromstring | unknowntostring | { [key: string]: unknown }— non-breaking type refinement that gives consumers better inference (d1f8d27) - zero-trust: add Cloudflare-as-Identity-Provider — new
'cloudflare'value inIdentityProviderTypeandIdentityProviderTypeParamunions, plus a newAccessCloudflare…
Excerpt shown — open the source for the full document.
Notability
notability 2.0/10Routine SDK update, not AI relevant