<?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/changelog</link><item><title>Hyperdrive - Hyperdrive automatically configures your Cloudflare Tunnel to connect to your private database.</title><link>https://developers.cloudflare.com/hyperdrive/platform/changelog/#hyperdrive-automatically-configures-your-cloudflare-tunnel-to-connect-to-your-private-database</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/changelog/#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/changelog/#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/configuration/how-hyperdrive-works/#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/changelog/#hyperdrive-now-supports-clear-text-password-authentication</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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#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/changelog/#new-hyperdrive-configurations-to-private-databases-using-tunnels-are-validated-before-creation</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/changelog/#the-node-postgres-pg-driver-is-now-supported-for-pages-applications-using-hyperdrive</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/configuration/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/changelog/#improved-caching-for-postgresjs</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/changelog/#hyperdrive-audit-logs-now-available-in-the-cloudflare-dashboard</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/changelog/#increased-configuration-limits</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/changelog/#driver-performance-improvements</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/configuration/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/changelog/#hyperdrive-is-now-generally-available</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/changelog/#improved-local-development-configuration</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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/changelog/#hyperdrive-now-available</link><guid isPermaLink="true">https://developers.cloudflare.com/hyperdrive/platform/changelog/#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>