API · SDK · runtime · authentication lifecycle intelligence

Last updated · 9 September 2026

SchemaTrace

Breaking changes, enforcement dates and migration requirements.

ST-2026-049 · SDKs, clients & toolchains

Cloudflare TypeScript SDK v6 changes retry and empty-response behaviour

Cloudflare TypeScript SDK v6 respects full Retry-After values, returns undefined for zero-length responses and changes credential and query handling.

CloudflareTypeScript SDKRetry-Afterv6

Previous state

The SDK capped Retry-After handling, used the prior empty-response contract and treated embedded query and empty credential values differently.

Current state

Version 6 adopts the documented retry, undefined-response, credential and query-merging contracts.

Who needs to care

TypeScript and JavaScript integrations upgrading the official Cloudflare SDK.

What to do

Review retry timeouts, nullable return handling, environment configuration and URL construction before upgrading.

What the source does not prove

The release changes the client contract; it does not change every underlying Cloudflare API response.

Lifecycle history

Dated event sequence

  1. v6 released

    New retry and response contracts became effective for adopters.

Evidence ledger

First-party sources

  1. 01
    Cloudflare Developers — Cloudflare SDK changelog

    Official SDK changelog · 2026-04-30

    Open official source ↗