{"collection":{"slug":"application-platforms","name":"Application Platforms"},"digest":{"id":"cwd_lXyTv1JUGd_4DwseK0NCf","weekStart":"2026-09-14","title":"Containers, tracing, and streaming move into the Workers dev loop","intro":"Cloudflare made Unified Routing generally available for WAN and Magic Transit, while Workers tooling gained named Container image builds, end-to-end RPC traces, and event subscriptions that replace polling. Vercel, meanwhile, pushed on agent infrastructure with WebMCP support and sub-second static deploys.","body":"### Unified Routing goes GA\n\nThe headline of the week is [Unified Routing reaching general availability for Cloudflare WAN and Magic Transit](/release/rel_Yz8lGbsARvFk6aBIruVXh-cloudflare-one-unified-routing-generally-available-for-wan-and-magic-transit). This reworks how Cloudflare One connects to the standard connectivity onramps, and it brings Automatic Return Routing, BGP, and custom client subnets into a single model. Cloudflare is recommending it for all new accounts, which is a signal the old path is on its way out — if you're standing up new WAN or Magic Transit connectivity now, start here rather than retrofitting later.\n\nIn the same vein, Cloudflare announced that [cloudflared builds for 32-bit Windows and Intel macOS will be deprecated in 2027](/release/rel_U3_qXdk7-zyJ5HvMBiBIr-cloudflare-one-to-drop-32-bit-windows-and-intel-macos-cloudflared-builds-in-2027), with a matching notice on the [Core Platform side](/release/rel_kTm-WJBiB7JX2avfqZPqH-cloudflare-to-deprecate-32-bit-windows-and-intel-macos-cloudflared-builds-in). Windows 10's end of support and Apple's removal of Intel Mac support in macOS 27 make this a cleanup rather than a surprise, but anyone running cloudflared on those architectures has a migration window to plan.\n\n### Containers get first-class treatment in local dev\n\nThe Workers toolchain spent the week making experimental Durable Object-managed Containers feel like a real build target. [Wrangler 4.134.0](/release/rel_Hu108LHi8GhriQw5of9j6-wrangler-4-134-0-adds-explicit-named-container-image-selection) and the [Vite plugin 1.55.0](/release/rel_N3nLzONVgFQBngB0aRPTc-workers-vite-plugin-1-55-0-supports-named-container-image-selection) both added explicit named Container image selection, exposing local tags through `ctx.container.images` so you can pass a reference straight into `ctx.container.start({ image })`. [Wrangler 4.132.0](/release/rel_ixpcDPZgq8OyZ4iFzFkgB-wrangler-4-132-0-adds-per-image-build-options-for-durable-object-containers) and [workers-utils 0.39.0](/release/rel_GEm1PylplmtX_H6dhUh9A-workers-sdk-workers-utils-0-39-0-adds-container-observability-and-ai-search) layered on per-image `build_context` and `build_vars`, plus application-wide Container observability, and [deploy-helpers 0.12.0](/release/rel_7e0ENqFaP_RvsgUlxdfHZ-cloudflare-workers-deploy-helpers-0-12-0-removes-web-search-binding-adds-per) rounded out preview bindings and flags.\n\nThe larger trajectory showed up at the end of the week: with experimental Build Output enabled, [Wrangler](/release/rel_MIrSK3ycsGIvtOmtwBhzK-workers-sdk-wrangler-4-135-0-builds-container-images-in-experimental-build), its [shared container module](/release/rel_onuvPcBBeITuiXi5NfqoI-workers-containers-shared-0-17-0-builds-container-images-for-experimental-build), and the [Vite plugin](/release/rel_Tb7SINTyuTryWypmK1LbN-cloudflare-workers-vite-plugin-1-56-0-evaluates-flagship-flags-locally-in-dev) now build Dockerfile-backed images and emit container configs under `.cloudflare/output/v0/containers`. In parallel, [Flagship bindings evaluate locally by default](/release/rel_Wdv1dwIyuks_-DE5nGyHY-workers-sdk-patch-evaluates-flagship-flags-locally-in-dev-by-default), keeping development offline and isolated from production flags unless you opt into `remote: true`.\n\n### Observability that follows the request\n\n[Tracing now crosses JavaScript RPC boundaries](/release/rel_AO-NrrUWoYjVQhC5mEMlr-cloudflare-workers-traces-now-follow-javascript-rpc-calls-across-worker-and) between Workers and Durable Objects — previously a trace stopped at the caller's RPC edge. Caller-side session spans, method calls, nested calls, and callbacks now all appear, with no SDK changes required beyond enabling tracing. On the runtime side, [workerd enabled the Rust I/O backend by default](/release/rel_7PUWOEPWjaUhkGAQ3PyG1-workers-v1-20260918-1-enables-rust-i-o-backend-by-default-and-adds-inbound-udp) and added an inbound UDP handler, alongside stream and pipe fixes.\n\nWorkflows got two quality-of-life wins: [individual and batch instance deletion](/release/rel_ho4jopRVY-OSfzEC1CmCW-cloudflare-workflows-adds-individual-and-batch-instance-deletion) for reclaiming stored state, and [event subscriptions via `.subscribe()` and the API](/release/rel_lyfZVGefNj7Ljazb7VJo0-cloudflare-workflows-adds-instance-event-subscriptions-via-subscribe-and-api), which streams workflow and step events to Workers and HTTP clients instead of forcing status polling. Model inference also gained an escape hatch with [Workers AI's `rejectIfBusy` option](/release/rel_qBF6Vk04XEz9gYrg2hXQQ-cloudflare-workers-ai-adds-rejectifbusy-option-for-synchronous-inference), letting synchronous requests fail fast rather than queue when capacity is tight.\n\n### Agent plumbing and deploy speed on Vercel\n\nVercel's week leaned toward agent infrastructure and build ergonomics. [mcp-handler added experimental WebMCP support](/release/rel_7kNsdmRPRPzxQfYI4Lz6_-vercel-mcp-handler-adds-experimental-webmcp-support-for-in-browser-agents), exposing MCP tools to in-browser agents with a single script tag and no separate OAuth flow, while the [skills CLI can now install agent skills from a Notion database](/release/rel_gYxoL8FA_blS2mU3WR2nh-vercel-skills-cli-now-installs-agent-skills-from-notion-databases) without a Git repo. On the throughput side, the [Vercel CLI deploys static artifacts in under one second](/release/rel_bzbyd3PBt7qRwo3A5NHrS-vercel-cli-now-deploys-static-artifacts-in-under-one-second), and [Turbo build machines became a per-deployment opt-in](/release/rel_ULgP-MVWBu7gtlaIHlmWY-vercel-adds-per-deployment-opt-in-for-turbo-build-machines).\n\nThe AI SDK shipped a dense set of changes worth naming as a group: [browser-direct WebRTC for Live sessions](/release/rel_oGnnAHaf383aseqR2NIW1-ai-sdk-react-4-0-105-adds-browser-direct-webrtc-for-live-sessions) landed in both the [React](/release/rel_BPRyYaoZST-eBus6sqaTY-ai-sdk-ai-7-0-102-adds-browser-direct-webrtc-and-openai-live-provider) and [core](/release/rel_-vdjNKIpIytxsBVsZaYep-ai-sdk-ai-7-0-103-adds-mid-conversation-tool-discovery-for-code-mode) packages, the [xai provider dropped Chat Completions entirely](/release/rel_aYgSED49URsYXYTU6Wexl-ai-sdk-xai-5-0-0-removes-chat-completions-api) in favor of the Responses API, [Gemini 3.8 Live gained thinking configuration](/release/rel_fQUjQE7x6oM25oy7M25G6-ai-sdk-google-provider-4-0-72-adds-realtime-session-options-for-gemini-3-8-live), and evaluation work continued through the [TypeSafe provider](/release/rel_BXe_52c6-0_ZK6P3Ahzy4-ai-sdk-typesafe-provider-3-0-0-adds-experimental-evaluate-support) and [Alibaba's reasoning preservation](/release/rel_u4z5h_BmD3sfsHUpG0fhq-ai-sdk-ai-sdk-alibaba-2-0-49-preserves-reasoning-in-multi-turn-requests).\n\nElsewhere across the collection, dozens of smaller releases filled in the edges — [Browser Run's new Inspect panel](/release/rel_gVSvSCyFNuPPSVgvnGg-i-cloudflare-browser-run-adds-inspect-panel-for-session-recordings) for session recordings, [Hyperdrive for Python Workers](/release/rel_lGi9-QwuvmSRnBU9Rsd6_-cloudflare-developer-platform-adds-hyperdrive-support-for-python-workers), [R2 Data Catalog maintenance visibility](/release/rel_u640FXTKwQAaytIxrkLy5-cloudflare-r2-data-catalog-adds-table-maintenance-visibility-and-manual), [self-serve Free account creation](/release/rel_WlbiCucRa62lSM171Zfln-cloudflare-core-platform-adds-free-account-creation-via-dashboard-api-and), [v0 reading npm credentials from project env vars](/release/rel_W7t3siAgTqMWo0qPk-tD1-vercel-v0-now-reads-npm-credentials-from-shared-environment-variables), [Spend Management on Flexible Commitment plans](/release/rel_abbOEH7azPKbGfErJFdLw-vercel-spend-management-expands-to-enterprise-flexible-commitment-plans), [Vercel Sandbox as a Harbor eval environment](/release/rel_11WZ2lNJs5PZSwaRLxztw-vercel-sandbox-becomes-a-harbor-0-22-0-eval-environment-for-terminal-bench), [placement config for Previews](/release/rel_VAOCAaFuuMtNum6HIFbHD-wrangler-4-133-0-adds-placement-config-for-previews-and-fixes-preview-exports), and [Local Explorer KV bulk routes](/release/rel_O6HTv9aN-REHFZHJc2tpP-workers-sdk-miniflare-5-20260915-0-alpha-adds-kv-bulk-write-routes-removes-web) — plus a batch of auth and local-mode alignment fixes from [Miniflare](/release/rel_YJfU72okw6fLAMiP_Wxl4-miniflare-5-20260916-0-alpha-aligns-local-explorer-workflow-status-with) and [Workers auth](/release/rel_TrbkYUdaFWSrLI_uN5P0P-workers-auth-0-7-0-accepts-full-production-cf-oauth-scopes-removes-gated-web).","releaseIds":["rel_Yz8lGbsARvFk6aBIruVXh","rel_U3_qXdk7-zyJ5HvMBiBIr","rel_kTm-WJBiB7JX2avfqZPqH","rel_Hu108LHi8GhriQw5of9j6","rel_N3nLzONVgFQBngB0aRPTc","rel_ixpcDPZgq8OyZ4iFzFkgB","rel_GEm1PylplmtX_H6dhUh9A","rel_7e0ENqFaP_RvsgUlxdfHZ","rel_MIrSK3ycsGIvtOmtwBhzK","rel_onuvPcBBeITuiXi5NfqoI","rel_Tb7SINTyuTryWypmK1LbN","rel_Wdv1dwIyuks_-DE5nGyHY","rel_AO-NrrUWoYjVQhC5mEMlr","rel_7PUWOEPWjaUhkGAQ3PyG1","rel_ho4jopRVY-OSfzEC1CmCW","rel_lyfZVGefNj7Ljazb7VJo0","rel_qBF6Vk04XEz9gYrg2hXQQ","rel_7kNsdmRPRPzxQfYI4Lz6_","rel_gYxoL8FA_blS2mU3WR2nh","rel_bzbyd3PBt7qRwo3A5NHrS","rel_ULgP-MVWBu7gtlaIHlmWY","rel_oGnnAHaf383aseqR2NIW1","rel_BPRyYaoZST-eBus6sqaTY","rel_-vdjNKIpIytxsBVsZaYep","rel_aYgSED49URsYXYTU6Wexl","rel_fQUjQE7x6oM25oy7M25G6","rel_BXe_52c6-0_ZK6P3Ahzy4","rel_u4z5h_BmD3sfsHUpG0fhq","rel_gVSvSCyFNuPPSVgvnGg-i","rel_lGi9-QwuvmSRnBU9Rsd6_","rel_u640FXTKwQAaytIxrkLy5","rel_WlbiCucRa62lSM171Zfln","rel_W7t3siAgTqMWo0qPk-tD1","rel_abbOEH7azPKbGfErJFdLw","rel_11WZ2lNJs5PZSwaRLxztw","rel_VAOCAaFuuMtNum6HIFbHD","rel_O6HTv9aN-REHFZHJc2tpP","rel_YJfU72okw6fLAMiP_Wxl4","rel_TrbkYUdaFWSrLI_uN5P0P"],"releaseCount":220,"generatedAt":"2026-09-21T06:16:16.682Z","releases":[{"id":"rel_Yz8lGbsARvFk6aBIruVXh","title":"Cloudflare One Unified Routing generally available for WAN and Magic Transit","path":"/release/rel_Yz8lGbsARvFk6aBIruVXh-unified-routing-ga-for-cloudflare-wan-and-magic-transit","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":4},{"id":"rel_U3_qXdk7-zyJ5HvMBiBIr","title":"Cloudflare One to drop 32-bit Windows and Intel macOS cloudflared builds in 2027","path":"/release/rel_U3_qXdk7-zyJ5HvMBiBIr-cloudflared-to-end-32-bit-windows-intel-macos-builds","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_kTm-WJBiB7JX2avfqZPqH","title":"Cloudflare to deprecate 32-bit Windows and Intel macOS cloudflared builds in 2027","path":"/release/rel_kTm-WJBiB7JX2avfqZPqH-cloudflared-drops-32-bit-windows-intel-macos-in-2027","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_Hu108LHi8GhriQw5of9j6","title":"Wrangler 4.134.0 adds explicit named Container image selection","path":"/release/rel_Hu108LHi8GhriQw5of9j6-named-container-images-in-local-dev-issues-observability-config","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_N3nLzONVgFQBngB0aRPTc","title":"Workers Vite plugin 1.55.0 supports named Container image selection","path":"/release/rel_N3nLzONVgFQBngB0aRPTc-named-container-images-selectable-in-local-dev","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_ixpcDPZgq8OyZ4iFzFkgB","title":"Wrangler 4.132.0 adds per-image build options for Durable Object Containers","path":"/release/rel_ixpcDPZgq8OyZ4iFzFkgB-durable-object-containers-get-per-image-build-options-web-search-binding-removed","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_GEm1PylplmtX_H6dhUh9A","title":"Workers SDK workers-utils 0.39.0 adds Container observability and AI Search preview bindings","path":"/release/rel_GEm1PylplmtX_H6dhUh9A-do-managed-containers-get-build-and-log-config-web-search-binding-removed","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_7e0ENqFaP_RvsgUlxdfHZ","title":"Cloudflare Workers deploy-helpers 0.12.0 removes Web Search binding, adds per-image Container builds","path":"/release/rel_7e0ENqFaP_RvsgUlxdfHZ-web-search-binding-removed-per-image-container-build-options-added","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_MIrSK3ycsGIvtOmtwBhzK","title":"Workers SDK wrangler 4.135.0 builds Container images in experimental Build Output","path":"/release/rel_MIrSK3ycsGIvtOmtwBhzK-containers-built-in-build-output-flagship-flags-now-local","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_onuvPcBBeITuiXi5NfqoI","title":"Workers containers-shared 0.17.0 builds Container images for experimental Build Output","path":"/release/rel_onuvPcBBeITuiXi5NfqoI-containers-built-during-experimental-build-output","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_Tb7SINTyuTryWypmK1LbN","title":"Cloudflare Workers vite-plugin 1.56.0 evaluates Flagship flags locally in dev","path":"/release/rel_Tb7SINTyuTryWypmK1LbN-flagship-flags-evaluated-locally-containers-built-in-build-output","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_Wdv1dwIyuks_-DE5nGyHY","title":"Workers SDK patch evaluates Flagship flags locally in dev by default","path":"/release/rel_Wdv1dwIyuks_-DE5nGyHY-flagship-flags-evaluate-locally-in-dev-by-default","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_AO-NrrUWoYjVQhC5mEMlr","title":"Cloudflare Workers traces now follow JavaScript RPC calls across Worker and Durable Object boundaries","path":"/release/rel_AO-NrrUWoYjVQhC5mEMlr-workers-traces-follow-js-rpc-across-worker-and-do-boundaries","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_7PUWOEPWjaUhkGAQ3PyG1","title":"Workers v1.20260918.1 enables Rust I/O backend by default and adds inbound UDP handler","path":"/release/rel_7PUWOEPWjaUhkGAQ3PyG1-rust-i-o-backend-on-by-default-inbound-udp-handler-added","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_ho4jopRVY-OSfzEC1CmCW","title":"Cloudflare Workflows adds individual and batch instance deletion","path":"/release/rel_ho4jopRVY-OSfzEC1CmCW-workflow-instances-now-deletable-one-at-a-time-or-in-batches-of-100","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_lyfZVGefNj7Ljazb7VJo0","title":"Cloudflare Workflows adds instance event subscriptions via .subscribe() and API","path":"/release/rel_lyfZVGefNj7Ljazb7VJo0-workflow-instance-events-now-stream-without-polling","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_qBF6Vk04XEz9gYrg2hXQQ","title":"Cloudflare Workers AI adds rejectIfBusy option for synchronous inference","path":"/release/rel_qBF6Vk04XEz9gYrg2hXQQ-workers-ai-rejectifbusy-fails-requests-instead-of-queueing","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_7kNsdmRPRPzxQfYI4Lz6_","title":"Vercel mcp-handler adds experimental WebMCP support for in-browser agents","path":"/release/rel_7kNsdmRPRPzxQfYI4Lz6_-mcp-tools-reachable-from-in-browser-agents-no-oauth-flow","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_gYxoL8FA_blS2mU3WR2nh","title":"Vercel skills CLI now installs agent skills from Notion databases","path":"/release/rel_gYxoL8FA_blS2mU3WR2nh-skills-cli-installs-from-notion-no-git-repo-needed","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_bzbyd3PBt7qRwo3A5NHrS","title":"Vercel CLI now deploys static artifacts in under one second","path":"/release/rel_bzbyd3PBt7qRwo3A5NHrS-vercel-cli-deploys-static-artifacts-in-sub-second","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_ULgP-MVWBu7gtlaIHlmWY","title":"Vercel adds per-deployment opt-in for Turbo build machines","path":"/release/rel_ULgP-MVWBu7gtlaIHlmWY-turbo-build-machines-now-opt-in-per-deployment","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_oGnnAHaf383aseqR2NIW1","title":"AI SDK React 4.0.105 adds browser-direct WebRTC for Live sessions","path":"/release/rel_oGnnAHaf383aseqR2NIW1-browser-direct-webrtc-for-client-delegated-live-sessions","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_BPRyYaoZST-eBus6sqaTY","title":"AI SDK ai@7.0.102 adds browser-direct WebRTC and OpenAI Live provider","path":"/release/rel_BPRyYaoZST-eBus6sqaTY-browser-direct-webrtc-experimental-openai-live-provider","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_-vdjNKIpIytxsBVsZaYep","title":"AI SDK ai@7.0.103 adds mid-conversation tool discovery for code-mode","path":"/release/rel_-vdjNKIpIytxsBVsZaYep-code-mode-tool-discovery-mid-conversation-rawinput-deprecated","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_aYgSED49URsYXYTU6Wexl","title":"AI SDK xai 5.0.0 removes Chat Completions API","path":"/release/rel_aYgSED49URsYXYTU6Wexl-xai-provider-drops-chat-completions-api","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_fQUjQE7x6oM25oy7M25G6","title":"AI SDK Google provider 4.0.72 adds realtime session options for Gemini 3.8 Live","path":"/release/rel_fQUjQE7x6oM25oy7M25G6-gemini-3-8-live-gets-thinking-config-and-tool-behavior-options","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_BXe_52c6-0_ZK6P3Ahzy4","title":"AI SDK TypeSafe provider 3.0.0 adds experimental_evaluate support","path":"/release/rel_BXe_52c6-0_ZK6P3Ahzy4-typesafe-provider-adds-experimental-evaluate","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_u4z5h_BmD3sfsHUpG0fhq","title":"AI SDK @ai-sdk/alibaba 2.0.49 preserves reasoning in multi-turn requests","path":"/release/rel_u4z5h_BmD3sfsHUpG0fhq-reasoning-preserved-in-multi-turn-requests-by-default","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_gVSvSCyFNuPPSVgvnGg-i","title":"Cloudflare Browser Run adds Inspect panel for session recordings","path":"/release/rel_gVSvSCyFNuPPSVgvnGg-i-session-recordings-get-logs-network-and-dom-inspection","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_lGi9-QwuvmSRnBU9Rsd6_","title":"Cloudflare Developer Platform adds Hyperdrive support for Python Workers","path":"/release/rel_lGi9-QwuvmSRnBU9Rsd6_-python-workers-connect-to-postgres-and-mysql-via-hyperdrive","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_u640FXTKwQAaytIxrkLy5","title":"Cloudflare R2 Data Catalog adds table maintenance visibility and manual compaction queueing","path":"/release/rel_u640FXTKwQAaytIxrkLy5-r2-data-catalog-gets-maintenance-tab-manual-compaction-queueing","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_WlbiCucRa62lSM171Zfln","title":"Cloudflare Core Platform adds Free account creation via dashboard, API, and Enterprise Organizations","path":"/release/rel_WlbiCucRa62lSM171Zfln-free-accounts-now-creatable-via-dashboard-api-and-enterprise-orgs","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_W7t3siAgTqMWo0qPk-tD1","title":"Vercel v0 now reads npm credentials from shared environment variables","path":"/release/rel_W7t3siAgTqMWo0qPk-tD1-v0-installs-private-npm-packages-via-shared-npm-token","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_abbOEH7azPKbGfErJFdLw","title":"Vercel Spend Management expands to Enterprise Flexible Commitment plans","path":"/release/rel_abbOEH7azPKbGfErJFdLw-spend-management-now-covers-enterprise-flexible-commitment","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_11WZ2lNJs5PZSwaRLxztw","title":"Vercel Sandbox becomes a Harbor 0.22.0 eval environment for Terminal-Bench","path":"/release/rel_11WZ2lNJs5PZSwaRLxztw-harbor-0-22-0-runs-evals-in-vercel-sandbox-microvms","org":{"slug":"vercel","name":"Vercel"},"importance":3},{"id":"rel_VAOCAaFuuMtNum6HIFbHD","title":"Wrangler 4.133.0 adds placement config for Previews and fixes preview exports","path":"/release/rel_VAOCAaFuuMtNum6HIFbHD-preview-placement-config-added-wrangler-preview-exports-fixed","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_O6HTv9aN-REHFZHJc2tpP","title":"Workers SDK miniflare 5.20260915.0-alpha adds KV bulk write routes, removes Web Search binding","path":"/release/rel_O6HTv9aN-REHFZHJc2tpP-local-kv-bulk-writes-added-web-search-binding-removed","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_YJfU72okw6fLAMiP_Wxl4","title":"Miniflare 5.20260916.0 alpha aligns Local Explorer Workflow status with production","path":"/release/rel_YJfU72okw6fLAMiP_Wxl4-local-explorer-workflow-status-field-aligns-with-production","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3},{"id":"rel_TrbkYUdaFWSrLI_uN5P0P","title":"Workers auth 0.7.0 accepts full production cf OAuth scopes; removes gated Web Search binding","path":"/release/rel_TrbkYUdaFWSrLI_uN5P0P-full-cf-oauth-scopes-accepted-gated-web-search-binding-removed","org":{"slug":"cloudflare","name":"Cloudflare"},"importance":3}]}}