<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Changelog | Hyperdrive</title><description>Updates to Hyperdrive</description><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes</link><item><title>Hyperdrive - Connect to remote databases during local development with wrangler dev</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#connect-to-remote-databases-during-local-development-with-wrangler-dev</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#connect-to-remote-databases-during-local-development-with-wrangler-dev</guid><description>&lt;p&gt;The &lt;code&gt;localConnectionString&lt;/code&gt; configuration field and &lt;code&gt;CLOUDFLARE_HYPERDRIVE_LOCAL_CONNECTION_STRING_&amp;lt;BINDING_NAME&amp;gt;&lt;/code&gt; environment variable now support connecting to remote databases over TLS during local development with &lt;code&gt;wrangler dev&lt;/code&gt;. &lt;/p&gt;
&lt;p&gt;When using a remote database connection string, your Worker code runs locally on your machine while connecting directly to the remote database. Hyperdrive caching does not take effect. &lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/configuration/local-development/&quot;&gt;Local development&lt;/a&gt; for instructions on how to configure remote database connections for local development.&lt;/p&gt;
</description><pubDate>Thu, 04 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive now supports configurable connection counts</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-now-supports-configurable-connection-counts</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-now-supports-configurable-connection-counts</guid><description>&lt;p&gt;Hyperdrive configurations can now be set to use a specific number of connections to your origin database. There is a minimum of 5 connections for all configurations and a maximum according to your &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/platform/limits/&quot;&gt;Workers plan&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This limit is a soft maximum. Hyperdrive may make more than this amount of connections in the event of unexpected networking issues in order to ensure high availability and resiliency.&lt;/p&gt;
</description><pubDate>Thu, 03 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive improves regional caching for prepared statements for faster cache hits</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-improves-regional-caching-for-prepared-statements-for-faster-cache-hits</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-improves-regional-caching-for-prepared-statements-for-faster-cache-hits</guid><description>&lt;p&gt;Hyperdrive now better caches prepared statements closer to your Workers. This results in up to 5x faster cache hits by
reducing the roundtrips needed between your Worker and Hyperdrive&amp;#39;s connection pool.&lt;/p&gt;
</description><pubDate>Mon, 05 May 2025 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive connects to your database using Cloudflare&apos;s IP address ranges</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-connects-to-your-database-using-cloudflares-ip-address-ranges</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-connects-to-your-database-using-cloudflares-ip-address-ranges</guid><description>&lt;p&gt;Hyperdrive now uses &lt;a href=&quot;https://www.cloudflare.com/ips/&quot;&gt;Cloudflare&amp;#39;s IP address ranges&lt;/a&gt; for egress.&lt;/p&gt;
&lt;p&gt;This enables you to configure the firewall policies on your database to allow access to this limited IP address range.&lt;/p&gt;
&lt;p&gt;Learn more about &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/configuration/firewall-and-networking-configuration/&quot;&gt;configuring your database networking for Hyperdrive&lt;/a&gt;.&lt;/p&gt;
</description><pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive improves connection pool placement, decreasing query latency by up to 90%</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-improves-connection-pool-placement-decreasing-query-latency-by-up-to-90</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-improves-connection-pool-placement-decreasing-query-latency-by-up-to-90</guid><description>&lt;p&gt;Hyperdrive now pools all database connections in one or more regions as close to your database as possible. This means that your uncached queries and new database connections have up to 90% less latency as measured from Hyperdrive connection pools.&lt;/p&gt;
&lt;p&gt;With improved placement for Hyperdrive connection pools, Workers&amp;#39; Smart Placement is more effective by ensuring that your Worker and Hyperdrive database connection pool are placed as close to your database as possible.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://developers.cloudflare.com/changelog/2025-03-04-hyperdrive-pooling-near-database-and-ip-range-egress/&quot;&gt;the announcement&lt;/a&gt; for more details.&lt;/p&gt;
</description><pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive automatically configures your Cloudflare Tunnel to connect to your private database.</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-automatically-configures-your-cloudflare-tunnel-to-connect-to-your-private-database</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-automatically-configures-your-cloudflare-tunnel-to-connect-to-your-private-database</guid><description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Hyperdrive will automatically create the Cloudflare Access, Service Token and Policies needed to secure and restrict your Cloudflare Tunnel to the Hyperdrive configuration.&lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/configuration/connect-to-private-database/&quot;&gt;documentation on how to configure Hyperdrive to connect to a private database&lt;/a&gt;.&lt;/p&gt;
</description><pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive now caches queries in all Cloudflare locations decreasing cache hit latency by up to 90%</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-now-caches-queries-in-all-cloudflare-locations-decreasing-cache-hit-latency-by-up-to-90</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-now-caches-queries-in-all-cloudflare-locations-decreasing-cache-hit-latency-by-up-to-90</guid><description>&lt;p&gt;Hyperdrive query caching now happens in all locations where Hyperdrive can be accessed. When making a query in a location that has cached the query result, your latency may be decreased by up to 90%.&lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/concepts/how-hyperdrive-works/#3-query-caching&quot;&gt;documentation on how Hyperdrive caches query results&lt;/a&gt;.&lt;/p&gt;
</description><pubDate>Wed, 11 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive now supports clear-text password authentication</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-now-supports-clear-text-password-authentication</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-now-supports-clear-text-password-authentication</guid><description>&lt;p&gt;When connecting to a database that requires secure clear-text password authentication over TLS, Hyperdrive will now support this authentication method.&lt;/p&gt;
&lt;p&gt;Refer to the documentation to see &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/reference/supported-databases-and-features#supported-postgresql-authentication-modes&quot;&gt;all PostgreSQL authentication modes supported by Hyperdrive&lt;/a&gt;.&lt;/p&gt;
</description><pubDate>Tue, 19 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - New Hyperdrive configurations to private databases using Tunnels are validated before creation</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#new-hyperdrive-configurations-to-private-databases-using-tunnels-are-validated-before-creation</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#new-hyperdrive-configurations-to-private-databases-using-tunnels-are-validated-before-creation</guid><description>&lt;p&gt;When creating a new Hyperdrive configuration to a private database using Tunnels, Hyperdrive will verify that it can connect to the database to ensure that your Tunnel and Access application have been properly configured. This makes it easier to debug connectivity issues.&lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/configuration/connect-to-private-database/&quot;&gt;documentation on connecting to private databases&lt;/a&gt; for more information.&lt;/p&gt;
</description><pubDate>Wed, 30 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - The `node-postgres` (pg) driver is now supported for Pages applications using Hyperdrive.</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#the-node-postgres-pg-driver-is-now-supported-for-pages-applications-using-hyperdrive</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#the-node-postgres-pg-driver-is-now-supported-for-pages-applications-using-hyperdrive</guid><description>&lt;p&gt;The popular &lt;code&gt;pg&lt;/code&gt; (&lt;a href=&quot;https://github.com/brianc/node-postgres&quot;&gt;node-postgres&lt;/a&gt; driver no longer requires the legacy &lt;code&gt;node_compat&lt;/code&gt; mode, and can now be used in both Workers and Pages for connecting to Hyperdrive. This uses the new (improved) Node.js compatibility in Workers and Pages.&lt;/p&gt;
&lt;p&gt;You can set &lt;a href=&quot;https://developers.cloudflare.com/workers/runtime-apis/nodejs/&quot;&gt;&lt;code&gt;compatibility_flags = [&amp;quot;nodejs_compat_v2&amp;quot;]&lt;/code&gt;&lt;/a&gt; in your &lt;code&gt;wrangler.toml&lt;/code&gt; or via the Pages dashboard to benefit from this change. Visit the &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/#supported-drivers&quot;&gt;Hyperdrive documentation on supported drivers&lt;/a&gt; to learn more about the driver versions supported by Hyperdrive.&lt;/p&gt;
</description><pubDate>Fri, 20 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Improved caching for Postgres.js</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#improved-caching-for-postgresjs</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#improved-caching-for-postgresjs</guid><description>&lt;p&gt;Hyperdrive now better caches &lt;a href=&quot;https://github.com/porsager/postgres&quot;&gt;Postgres.js&lt;/a&gt; queries to reduce queries to the origin database.&lt;/p&gt;
</description><pubDate>Mon, 19 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive audit logs now available in the Cloudflare Dashboard</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-audit-logs-now-available-in-the-cloudflare-dashboard</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-audit-logs-now-available-in-the-cloudflare-dashboard</guid><description>&lt;p&gt;Actions that affect Hyperdrive configs in an account will now appear in the audit logs for that account.&lt;/p&gt;
</description><pubDate>Tue, 13 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Increased configuration limits</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#increased-configuration-limits</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#increased-configuration-limits</guid><description>&lt;p&gt;You can now create up to 25 Hyperdrive configurations per account, up from the previous maximum of 10.&lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/platform/limits/&quot;&gt;Limits&lt;/a&gt; to review the limits that apply to Hyperdrive.&lt;/p&gt;
</description><pubDate>Fri, 24 May 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Driver performance improvements</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#driver-performance-improvements</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#driver-performance-improvements</guid><description>&lt;p&gt;Compatibility improvements to how Hyperdrive interoperates with the popular &lt;a href=&quot;https://github.com/porsager/postgres&quot;&gt;Postgres.js&lt;/a&gt; driver have been released. These improvements allow queries made via Postgres.js to be correctly cached (when enabled) in Hyperdrive.&lt;/p&gt;
&lt;p&gt;Developers who had previously set &lt;code&gt;prepare: false&lt;/code&gt; can remove this configuration when establishing a new Postgres.js client instance.&lt;/p&gt;
&lt;p&gt;Read the &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/#supported-drivers&quot;&gt;documentation on supported drivers&lt;/a&gt; to learn more about database driver interoperability with Hyperdrive.&lt;/p&gt;
</description><pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive is now Generally Available</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-is-now-generally-available</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-is-now-generally-available</guid><description>&lt;p&gt;Hyperdrive is now Generally Available and ready for production applications.&lt;/p&gt;
&lt;p&gt;Read the &lt;a href=&quot;https://blog.cloudflare.com/making-full-stack-easier-d1-ga-hyperdrive-queues&quot;&gt;announcement blog&lt;/a&gt; to learn more about the Hyperdrive and the roadmap, including upcoming support for MySQL databases.&lt;/p&gt;
</description><pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Improved local development configuration</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#improved-local-development-configuration</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#improved-local-development-configuration</guid><description>&lt;p&gt;Hyperdrive now supports a &lt;code&gt;WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING_&amp;lt;BINDING_NAME&amp;gt;&lt;/code&gt; environmental variable for configuring local development to use a test/non-production database, in addition to the &lt;code&gt;localConnectionString&lt;/code&gt; configuration in &lt;code&gt;wrangler.toml&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/configuration/local-development/&quot;&gt;Local development&lt;/a&gt; for instructions on how to configure Hyperdrive locally.&lt;/p&gt;
</description><pubDate>Tue, 19 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Hyperdrive - Hyperdrive now available</title><link>https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-now-available</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/release-notes/#hyperdrive-now-available</guid><description>&lt;p&gt;Hyperdrive is now available in public beta to any developer with a Workers Paid plan.&lt;/p&gt;
&lt;p&gt;To start using Hyperdrive, visit the &lt;a href=&quot;https://developers.cloudflare.com/hyperdrive/get-started/&quot;&gt;get started&lt;/a&gt; guide or read the &lt;a href=&quot;https://blog.cloudflare.com/hyperdrive-making-regional-databases-feel-distributed/&quot;&gt;announcement blog&lt;/a&gt; to learn more.&lt;/p&gt;
</description><pubDate>Thu, 28 Sep 2023 00:00:00 GMT</pubDate></item></channel></rss>