Original text is not available for public display.
Hyperdrive - Up to 10x faster cached queries for Hyperdrive
Cloudflare Developer Platform Changelog · 2024-12-11
Related items
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...
Hyperdrive - Hyperdrive reduces query latency by up to 90% and now supports IP access control lists
Hyperdrive now pools database connections in one or more regions close to your database. This means that your uncached queries and new database connections have up to 90% less latency as measured from connection pools. By improving placement of Hyperdrive database connection pools, Workers' Smart Placement is now mo...
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 Free plan makes fast, global database access available to all
Hyperdrive is now available on the Free plan of Cloudflare Workers, enabling you to build Workers that connect to PostgreSQL or MySQL databases without compromise. Low-latency access to SQL databases is critical to building full-stack Workers applications. We want you to be able to build on fast, global apps on Work...
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 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...