Hyperdrive has been approved for FedRAMP Authorization and is now available in the FedRAMP Marketplace . FedRAMP is a U.S. government program that provides standardized assessment and authorization for cloud products and services. As a result of this product update, Hyperdrive has been approved as an authorized serv...
Hyperdrive - Hyperdrive achieves FedRAMP Moderate-Impact Authorization
Cloudflare Developer Platform Changelog · 2025-05-14
Related items
Hyperdrive - Automatic configuration for private databases on Hyperdrive
Hyperdrive now automatically configures your Cloudflare Tunnel to connect to your private database. When creating a Hyperdrive configuration for a private database, you only need to provide your database credentials and set up a Cloudflare Tunnel within the private network where your database is accessible. Hyperdri...
Hyperdrive - Hyperdrive introduces support for MySQL and MySQL-compatible databases
Hyperdrive now supports connecting to MySQL and MySQL-compatible databases, including Amazon RDS and Aurora MySQL, Google Cloud SQL for MySQL, Azure Database for MySQL, PlanetScale and MariaDB. Hyperdrive makes your regional, MySQL databases fast when connecting from Cloudflare Workers. It eliminates unnecessary net...
Hyperdrive - Up to 10x faster cached queries for Hyperdrive
Hyperdrive now caches queries in all Cloudflare locations, decreasing cache hit latency by up to 90%. When you make a query to your database and Hyperdrive has cached the query results, Hyperdrive will now return the results from the nearest cache. By caching data closer to your users, the latency for cache hits red...
Hyperdrive - Hyperdrive support for private databases with Workers VPC
You can now connect Hyperdrive to a private database through a Workers VPC service . This is the recommended way to connect Hyperdrive to a private database that is not exposed to the public Internet. When creating a Hyperdrive configuration in the Cloudflare dashboard, choose Connect to private database and then Wo...
Hyperdrive - Hyperdrive now supports custom TLS/SSL certificates for MySQL
Hyperdrive now supports custom TLS/SSL certificates for MySQL databases, bringing the same certificate options previously available for PostgreSQL to MySQL connections. You can now configure: Server certificate verification with VERIFYCA or VERIFYIDENTITY SSL modes to verify that your MySQL database server's certifi...
Hyperdrive - Hyperdrive no longer caches queries using STABLE PostgreSQL functions
Hyperdrive now treats queries containing PostgreSQL STABLE functions as uncacheable, in addition to VOLATILE functions. Previously, only functions that PostgreSQL categorizes as VOLATILE (for example, RANDOM() , LASTVAL() ) were detected as uncacheable. STABLE functions (for example, NOW() , CURRENTTIMESTAMP , CURRE...