Original text is not available for public display.
Related items
Workers VPC - Announcing Workers VPC Services (Beta)
Workers VPC Services is now available, enabling your Workers to securely access resources in your private networks, without having to expose them on the public Internet. What's new VPC Services : Create secure connections to internal APIs, databases, and services using familiar Worker binding syntax Multi-cloud Supp...
Announcing Claude Managed Agents on Cloudflare
Cloudflare has integrated with Anthropic's Claude Managed Agents to provide a fast, isolated execution environment for autonomous code delivery. This means builders can scale agent workflows globally while strictly controlling access to private backends and easily customizing their agent’s tools and runtimes.
Announcing Claude Compliance API support with Cloudflare CASB
Cloudflare now integrates with the Claude Compliance API, so that security teams can monitor Claude Enterprise activity directly in the Cloudflare Dashboard.
R2 SQL - R2 SQL now supports approximate aggregation functions
R2 SQL now supports five approximate aggregation functions for fast analysis of large datasets. These functions trade minor precision for improved performance on high-cardinality data. New functions APPROXPERCENTILECONT(column, percentile) — Returns the approximate value at a given percentile (0.0 to 1.0). Works on...
R2 SQL - R2 SQL now supports aggregations and schema discovery
R2 SQL now supports aggregation functions, GROUP BY , HAVING , along with schema discovery commands to make it easy to explore your data catalog. Aggregation Functions You can now perform aggregations on Apache Iceberg tables in R2 Data Catalog using standard SQL functions including COUNT() , SUM() , AVG() , MIN() ,...
R2 SQL - R2 SQL now supports JOINs, subqueries, and multi-table queries
R2 SQL is Cloudflare's serverless, distributed SQL engine for querying Apache Iceberg tables stored in R2 Data Catalog . R2 SQL runs directly on Cloudflare's global network with no infrastructure to manage, so you can analyze data in R2 without exporting it to an external warehouse. R2 SQL now supports joining multi...