Cloudflare Developer PlatformFriday · June 5, 2026FREE

Pipelines, Workers - Pipeline binding configuration field renamed to stream

cloudflarewranglerpipelinesstreams

Cloudflare has renamed the `pipeline` field to `stream` in the pipelines binding configuration within Wrangler configuration files. The change applies to both `wrangler.jsonc` and `wrangler.toml` formats. The old `pipeline` field is deprecated but remains accepted for backward compatibility. Developers are advised to update their configuration to use `stream` to eliminate deprecation warnings. The binding name, TypeScript types, and runtime API (e.g., `env.MY_PIPELINE.send(...)`) remain unchanged. This is a purely cosmetic rename to align with the product's terminology, where pipelines are now referred to as streams. No functional changes are introduced.

// why it matters

Developers must update their Wrangler config to avoid deprecation warnings.

Sources

Primary · Cloudflare Developer Platform
▸ Read original at developers.cloudflare.com

Like this? Get the next digest.

Pipelines, Workers - Pipeline binding configuration field renamed to stream — aigest.dev