Pipelines, Workers - Pipeline binding configuration field renamed to stream
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.