Skip to content

Commit 208b5ec

Browse files
committed
Renaming changelog to release-notes
1 parent 821180d commit 208b5ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/release-notes/hyperdrive.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
link: "/hyperdrive/platform/changelog/"
2+
link: "/hyperdrive/platform/release-notes/"
33
productName: Hyperdrive
44
productLink: "/hyperdrive/"
55
productArea: Developer platform
@@ -8,9 +8,9 @@ entries:
88
- publish_date: "2025-03-07"
99
title: Hyperdrive connects to your database using Cloudflare's IP address ranges
1010
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.
1212
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.
1414
1515
Learn more about [configuring your database networking for Hyperdrive](/hyperdrive/configuration/firewall-and-networking-configuration/).
1616
- publish_date: "2025-03-07"
@@ -44,13 +44,13 @@ entries:
4444
- publish_date: "2024-10-30"
4545
title: New Hyperdrive configurations to private databases using Tunnels are validated before creation
4646
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.
4848
4949
Refer to [documentation on connecting to private databases](/hyperdrive/configuration/connect-to-private-database/) for more information.
5050
- publish_date: "2024-09-20"
5151
title: The `node-postgres` (pg) driver is now supported for Pages applications using Hyperdrive.
5252
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.
5454
5555
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.
5656
- publish_date: "2024-08-19"

0 commit comments

Comments
 (0)