MORE POSTS
September 28, 2020 1:00 PM
Workers Durable Objects Beta:
A New Approach to Stateful Serverless
Durable Objects provide a truly serverless approach to storage and state: consistent, low-latency, distributed, yet effortless to maintain and scale. They also enable coordination and real-time collaboration between clients....
September 17, 2020 1:00 PM
Cloudflare’s Always Online and the Internet Archive Team Up to Fight Origin Errors
Today is exciting for all those who want the Internet to be stronger, more resilient, and have important redundancies: Cloudflare is pleased to announce a partnership with the Internet Archive to bring new functionality to our Always Online service. ...
September 11, 2020 11:00 AM
Add Watermarks to your Cloudflare Stream Video Uploads
The Watermark API lets you add a watermark to a video at the time of uploading. It consists of two new features to the Stream API....
September 09, 2020 11:00 AM
Unimog - Cloudflare’s edge load balancer
Unimog is the Layer 4 Load Balancer for Cloudflare’s edge data centers. This post explains the problems it solves and how it works....
September 01, 2020 2:51 PM
Two clicks to add region-based Zero Trust compliance
Starting today, you can make geography-based compliance easy again in Cloudflare Access with just two clicks.
You can now build rules that require employees to connect from certain countries. You can also add rules that block team members from connecting from other countries....
August 28, 2020 11:00 AM
Asynchronous HTMLRewriter for Cloudflare Workers
HTMLRewriter for Cloudflare Workers now supports asynchronous handlers, allowing developers to prefetch assets or user-specific content from a remote service....
August 25, 2020 11:00 AM
Improving the Wrangler Startup Experience
You can now write any behaviour on requests heading to your site or even run fully fledged applications directly on the edge. Wrangler is the open-source CLI tool used to manage your Workers and has a big focus on enabling a smooth developer experience. ...
August 21, 2020 11:00 AM
How Cloudflare uses Cloudflare Spectrum: A look into an intern’s project at Cloudflare
As part of my onboarding as an intern on the Spectrum (a layer 4 reverse proxy) team, I learned that many internal services dogfood Spectrum, as they are exposed to the Internet and benefit from layer 4 DDoS protection....
August 20, 2020 7:01 PM
Introducing Deploy Buttons
Deploy Buttons help you deploy a project to the Workers Platform without even needing to set up a local development environment. Now, it’s as easy as clicking a Deploy Button and three short steps to deploy using our new web-based deploy tool. ...
August 20, 2020 1:00 PM
Require hard key auth with Cloudflare Access
Using Cloudflare Access, we can now restrict the ability to reach our admin panel only to team members who authenticate with a hard key. Starting today, we’re making that feature available to all teams....
August 20, 2020 11:00 AM
Orange Clouding with Secondary DNS
Secondary DNS Override is a great option for any users that want to take advantage of the Cloudflare network, without transferring all of their zones to Cloudflare DNS as a primary provider....
August 04, 2020 1:00 PM
Introducing Cloudflare Network Interconnect
We’re excited to announce Cloudflare Network Interconnect (CNI). CNI allows customers to connect branch and HQ locations with Cloudflare wherever they are....
July 30, 2020 3:00 PM
Bringing Your Own IPs to Cloudflare (BYOIP)
Today we’re thrilled to announce general availability of Bring Your Own IP (BYOIP) across our Layer 7 products as well as Spectrum and Magic Transit services. ...
July 30, 2020 1:00 PM
Eliminating cold starts with Cloudflare Workers
A “cold start” is the time it takes to load and execute a new copy of a serverless function for the first time. It’s a problem that’s both complicated to solve and costly to fix....