Original text is not available for public display.
Announcing Claude Compliance API support with Cloudflare CASB
Cloudflare Blog · 2026-05-21
Related items
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.
Cloudflare Images - HEIC support in Cloudflare Images
You can use Images to ingest HEIC images and serve them in supported output formats like AVIF, WebP, JPEG, and PNG. When inputting a HEIC image, dimension and sizing limits may still apply. Refer to our documentation to see limits for uploading to Images or transforming a remote image .
Workers - Enhanced support for static assets with the Cloudflare Vite plugin
You can now use any of Vite's static asset handling features in your Worker as well as in your frontend. These include importing assets as URLs, importing as strings and importing from the public directory as well as inlining assets. Additionally, assets imported as URLs in your Worker are now automatically moved to...
Workers VPC - VPC Networks and Cloudflare Mesh support now in public beta
VPC Network bindings now give your Workers access to any service in your private network without pre-registering individual hosts or ports. This complements existing VPC Service bindings, which scope each binding to a specific host and port. You can bind to a Cloudflare Tunnel by tunnelid to reach any service on the...
Workers - Support for ctx.exports in @cloudflare/vitest-pool-workers
The @cloudflare/vitest-pool-workers package now supports the ctx.exports API , allowing you to access your Worker's top-level exports during tests. You can access ctx.exports in unit tests by calling createExecutionContext() : import { createExecutionContext } from "cloudflare:test" ; import { it , expect } from "vi...
Workers - The Cloudflare Vite plugin now supports Vite 7
Vite 7 is now supported in the Cloudflare Vite plugin. See the Vite changelog for a list of changes. Note that the minimum Node.js versions supported by Vite 7 are 20.19 and 22.12. We continue to support Vite 6 so you do not need to immediately upgrade.