|
1 | 1 | --- |
2 | | -link: "/hyperdrive/platform/changelog/" |
| 2 | +link: "/hyperdrive/platform/release-notes/" |
3 | 3 | productName: Hyperdrive |
4 | 4 | productLink: "/hyperdrive/" |
5 | 5 | productArea: Developer platform |
|
8 | 8 | - publish_date: "2025-03-07" |
9 | 9 | title: Hyperdrive connects to your database using Cloudflare's IP address ranges |
10 | 10 | description: |- |
11 | | - Hyperdrive now uses [Cloudflare's IP address ranges](https://www.cloudflare.com/ips/) for egress. |
| 11 | + Hyperdrive now uses [Cloudflare's IP address ranges](https://www.cloudflare.com/ips/) for egress. |
12 | 12 |
|
13 | | - This enables you to configure the firewall policies on your database to allow access to this limited IP address range. |
| 13 | + This enables you to configure the firewall policies on your database to allow access to this limited IP address range. |
14 | 14 |
|
15 | 15 | Learn more about [configuring your database networking for Hyperdrive](/hyperdrive/configuration/firewall-and-networking-configuration/). |
16 | 16 | - publish_date: "2025-03-07" |
@@ -44,13 +44,13 @@ entries: |
44 | 44 | - publish_date: "2024-10-30" |
45 | 45 | title: New Hyperdrive configurations to private databases using Tunnels are validated before creation |
46 | 46 | description: |- |
47 | | - 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. |
| 47 | + 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. |
48 | 48 |
|
49 | 49 | Refer to [documentation on connecting to private databases](/hyperdrive/configuration/connect-to-private-database/) for more information. |
50 | 50 | - publish_date: "2024-09-20" |
51 | 51 | title: The `node-postgres` (pg) driver is now supported for Pages applications using Hyperdrive. |
52 | 52 | description: |- |
53 | | - The popular `pg` ([node-postgres](https://github.com/brianc/node-postgres) driver no longer requires the legacy `node_compat` 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. |
| 53 | + The popular `pg` ([node-postgres](https://github.com/brianc/node-postgres) driver no longer requires the legacy `node_compat` 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. |
54 | 54 |
|
55 | 55 | You can set [`compatibility_flags = ["nodejs_compat_v2"]`](/workers/runtime-apis/nodejs/) in your `wrangler.toml` or via the Pages dashboard to benefit from this change. Visit the [Hyperdrive documentation on supported drivers](/hyperdrive/configuration/connect-to-postgres/#supported-drivers) to learn more about the driver versions supported by Hyperdrive. |
56 | 56 | - publish_date: "2024-08-19" |
|
0 commit comments