Original text is not available for public display.
Hyperdrive - Hyperdrive reduces query latency by up to 90% and now supports IP access control lists
Cloudflare Developer Platform Changelog · 2025-03-07
Related items
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 - Hyperdrive now supports custom TLS/SSL certificates
Hyperdrive now supports more SSL/TLS security options for your database connections: Configure Hyperdrive to verify server certificates with verify-ca or verify-full SSL modes and protect against man-in-the-middle attacks Configure Hyperdrive to provide client certificates to the database server to authenticate itse...
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 now supports configuring the amount of database connections
You can now specify the number of connections your Hyperdrive configuration uses to connect to your origin database. All configurations have a minimum of 5 connections. The maximum connection count for a Hyperdrive configuration depends on the Hyperdrive limits of your Workers plan . This feature allows you to right...
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...
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...