ClaudeCloudflare Developer Platform2026/06/04 0:00

Pipelines, Workers - Pipeline binding configuration field renamed to stream

要点だけを先に読めるように短く再構成したセクションです。

元記事

Quick Digest

要約

要点だけを先に読めるように短く再構成したセクションです。

claudeja

Pipelines, Workers - Pipeline binding configuration field renamed to stream の要約

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Pipeline binding configuration field renamed to stream Jun 04, 2026 Pipelines Workers The pipeline field inside the pipelines bi
  • ポイント3: The old field is deprecated but still accepted.

Summary

この記事は 2026-06-04 に公開された「Pipelines, Workers - Pipeline binding configuration field renamed to stream」の内容を日本語で簡潔にまとめたものです。

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Pipeline binding configuration field renamed to stream Jun 04, 2026 Pipelines Workers The pipeline field inside the pipelines bi
  • ポイント3: The old field is deprecated but still accepted.

Full Translation

翻訳

原文の流れを保ったまま読める翻訳セクションです。

claudeja

Pipelines, Workers - Pipeline binding configuration field renamed to stream(原文タイトル)

概要

公開日: 2026-06-04 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Pipeline binding configuration field renamed to stream Jun 04, 2026 Pipelines Workers The pipeline field inside the pipelines binding configuration in your Wrangler configuration file has been renamed to stream . The old field is deprecated but still accepted. Update your configuration to use stream to avoid the deprecation warning. Before (deprecated): wrangler.jsonc wrangler.toml JSONC { " $schema " : "./node_modules/wrangler/config-schema.json" , " pipelines " : [ { " binding " : "MY_PIPELINE" , " pipeline " : "<STREAM_ID>" } ] } " } ]}"> TOML [[ pipelines ]] binding = "MY_PIPELINE" pipeline = "<STREAM_ID>" ""> After: wrangler.jsonc wrangler.toml JSONC { " $schema " : "./node_modules/wrangler/config-schema.json" , " pipelines " : [ { " binding " : "MY_PIPELINE" , " stream " : "<STREAM_ID>" } ] } " } ]}"> TOML [[ pipelines ]] binding = "MY_PIPELINE" stream = "<STREAM_ID>" ""> No other changes are required. The binding name, TypeScript types, and runtime API ( env.MY_PIPELINE.send(...) ) remain the same. For more information on configuring pipeline bindings, refer to Writing to streams . Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No