Releases Index

Infrastructure

Recent releases from organizations and products in the Infrastructure category.

FriSep 18, 20261 release
Temporal
Temporal Serverv1.31.3
ThuSep 17, 20265 releases
TemporalCloudflare
Temporal Serverv1.30.7

Developer Platform

2 updates

Browser Run Session Recordings now include an Inspect panel with searchable console logs filtered by level, a network tab showing method, status, headers, payload, response, and timing waterfall, and an expandable DOM view with copyable reconstructed HTML. Recorded network activity can also be retrieved via API as raw JSON or a HAR file.

Details
Inspecting logs, network requests, and the DOM in a Browser Run Session Recording

Workflow instances and their stored state can now be deleted via the Workflows API or Wrangler 4.125.0 and later, either one at a time with delete() on an instance handle or up to 100 at once with deleteBatch() on the Workflow binding. Batch results return deleted IDs and per-instance errors, non-existent IDs come back as errors, and Wrangler accepts positional IDs, a JSON file of IDs, or latest.

Details
Cloudflare One

cloudflared to end 32-bit Windows, Intel macOS builds

Starting in 2027, Cloudflare will stop publishing new cloudflared releases for 32-bit Windows and Intel-based macOS. Windows 10 reached end of support in October 2025, and macOS 27 no longer supports Intel-based Macs.

Details
Core Platform

cloudflared drops 32-bit Windows, Intel macOS in 2027

Starting in 2027, Cloudflare will no longer publish new cloudflared releases for 32-bit Windows or Intel-based macOS. The change follows Windows 10 end of support in October 2025 and Apple's removal of Intel Mac support in macOS 27.

Details
WedSep 16, 20266 releases
CloudflareNetlifyHashiCorpPulumi

Developer Platform

2 updates

Workers AI adds a rejectIfBusy option that lets synchronous inference requests fail immediately when capacity is unavailable, instead of waiting in a capacity queue. Pass it as the third argument to the AI binding or under options in the native REST API request body.

Details

Workers traces now include caller-side JavaScript RPC session spans, showing session and method calls alongside the callee invocation, nested calls, and callbacks into another Worker; previously a trace stopped at the caller's RPC boundary. Spans are recorded automatically once tracing is enabled in the Wrangler configuration, with no application code or observability SDK changes required.

Details
A Workers trace of a Worker-to-Worker RPC session, showing the session span, the caller
Core Platform

Free accounts now creatable via dashboard, API, and Enterprise Orgs

All customers can now create additional Free accounts through self-serve dashboard flows, and standalone Free accounts can be created programmatically via user-owned API tokens or OAuth access tokens. Super Administrators can also create up to five Free accounts directly within an Enterprise Organization.

Details

TypeSafe Jev now in AI Gateway with zero config

TypeSafe's Jev System One model is available through Netlify's AI Gateway with no API keys or provider config, returning typed answers with calibrated probabilities via choice, score, and noul question primitives evaluated in parallel against shared state. The SDK defaults to the jev-latest alias (jev-1.13.0) and requires Node.js 20 or newer.

Details
Terraformv1.16.3
Pulumiv3.263.0
TueSep 15, 20264 releases
CloudflareTemporal

Developer Platform

3 updates

R2 Data Catalog now shows per-table maintenance settings, schedules, next eligibility, and a paginated audit log of recent compaction and snapshot expiration runs in the dashboard. A new Queue maintenance action requests compaction during normal scheduler polling, with permission checks and conflict or daily-limit messages.

Details
Maintenance tab for an R2 Data Catalog table showing schedules and recent runs

Python Workers can now connect to PostgreSQL and MySQL through Hyperdrive. Setup guidance, code examples, and limitations are documented in the Hyperdrive Python Workers guide.

Details

WorkflowInstance.subscribe() and the GET /subscribe API endpoint stream workflow and step events, including attempts, sleeps, waits, and rollbacks, so Workers and HTTP clients can react without polling for instance status. A subscription first replays the instance's full event history, then waits for new events, with filter and cursor options to narrow or resume the stream.

Details
TypeScript SDKv1.24.0
MonSep 14, 20264 releases
NetlifyCloudflare

DeepSeek V4.1 Flash joins AI Gateway

v4.1

DeepSeek V4.1 Flash is now available through OpenRouter on Netlify's AI Gateway with zero configuration, usable via the OpenRouter SDK in Netlify Functions without managing API keys or authentication. It works across Background Functions, Scheduled Functions, and Edge Functions, with automatic rate limiting and authentication.

Details
Cloudflare One

Infrastructure targets get key-value tags; policies match by tag

Access for Infrastructure now integrates with Resource Tagging, letting you attach key-value tags to infrastructure targets and use them in access policies, managed inline on a target or via the central Resource Tagging API with tags kept in sync across both. Target criteria support include, require, and exclude operators that each match by hostname, tag, or both.

Details
Infrastructure application builder showing target criteria with an included tag, port 22, and SSH as the selected protocol
Developer Platform

Per-Worker access roles for teammates, agents, CI

Access can now be scoped to individual Workers with four roles: Metadata Read-Only, Content Read-Only, Editor, and Admin, configurable in the dashboard, via the API, or with Terraform. Durable Objects have no roles of their own and inherit the permissions of the Worker that implements them.

Details
Permission policy form showing four roles scoped to an individual Worker
Application Security

SSRF, command injection, version control detections now block

New WAF detections for command injection, SSRF targeting cloud metadata, and information disclosure in version control history move from log to block in the Cloudflare Managed Ruleset. The version control rule is merged into the existing "Version Control - Information Disclosure" rule.

Details