Original text is not available for public display.
Workers, Pages - Retry Pages & Workers Builds Directly from GitHub
Cloudflare Developer Platform Changelog · 2025-03-17
Related items
Workers - Access Workers preview URLs from the Build details page
You can now access preview URLs directly from the build details page, making it easier to test your changes when reviewing builds in the dashboard. What's new A Preview button now appears in the top-right corner of the build details page for successful builds Click it to instantly open the latest preview URL Matches...
Workers - Build image policies for Workers Builds and Cloudflare Pages
We've published build image policies for Workers Builds and Cloudflare Pages , which establish: Minor version updates : We typically update preinstalled software to the latest available minor version without notice. For tools that don't follow semantic versioning (e.g., Bun or Hugo), we provide 3 months’ notice. Maj...
Workers - Create and deploy Workers from Git repositories
You can now create a Worker by: Importing a Git repository : Choose an existing Git repo on your GitHub/GitLab account and set up Workers Builds to deploy your Worker. Deploying a template with Git : Choose from a brand new selection of production ready examples to help you get started with popular frameworks like A...
Workers - Increased disk space for Workers Builds
As part of the ongoing open beta for Workers Builds , we’ve increased the available disk space for builds from 8 GB to 20 GB for both Free and Paid plans. This provides more space for larger projects, dependencies, and build artifacts while improving overall build reliability. Metric Free Plan Paid Plans Disk Space...
KV - Read multiple keys from Workers KV with bulk reads
You can now retrieve up to 100 keys in a single bulk read request made to Workers KV using the binding. This makes it easier to request multiple KV pairs within a single Worker invocation. Retrieving many key-value pairs using the bulk read operation is more performant than making individual requests since bulk read...
Workers - Faster Workers Builds with Build Caching and Watch Paths
Workers Builds , the integrated CI/CD system for Workers (currently in beta), now lets you cache artifacts across builds, speeding up build jobs by eliminating repeated work, such as downloading dependencies at the start of each build. Build Caching : Cache dependencies and build outputs between builds with a shared...