Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,8 @@
/hyperdrive/learning/query-caching/ /hyperdrive/configuration/query-caching/ 301
/hyperdrive/learning/troubleshooting/ /hyperdrive/reference/troubleshooting/ 301
/hyperdrive/platform/supported-databases/ /hyperdrive/reference/supported-databases/ 301
/hyperdrive/changelog/ /hyperdrive/platform/changelog/ 301
/hyperdrive/changelog/ /hyperdrive/platform/release-notes/ 301
/hyperdrive/platform/changelog/ /hyperdrive/platform/release-notes/ 301
/hyperdrive/learning/ /hyperdrive/configuration/ 301
/hyperdrive/reference/metrics/ /hyperdrive/observability/metrics/ 301
/hyperdrive/reference/troubleshooting/ /hyperdrive/observability/troubleshooting/ 301
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: changelog
title: Changelog
title: Release notes
release_notes_file_name:
- hyperdrive
sidebar:
Expand Down
10 changes: 5 additions & 5 deletions src/content/release-notes/hyperdrive.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
link: "/hyperdrive/platform/changelog/"
link: "/hyperdrive/platform/release-notes/"
productName: Hyperdrive
productLink: "/hyperdrive/"
productArea: Developer platform
Expand All @@ -8,9 +8,9 @@ entries:
- publish_date: "2025-03-07"
title: Hyperdrive connects to your database using Cloudflare's IP address ranges
description: |-
Hyperdrive now uses [Cloudflare's IP address ranges](https://www.cloudflare.com/ips/) for egress.
Hyperdrive now uses [Cloudflare's IP address ranges](https://www.cloudflare.com/ips/) for egress.

This enables you to configure the firewall policies on your database to allow access to this limited IP address range.
This enables you to configure the firewall policies on your database to allow access to this limited IP address range.

Learn more about [configuring your database networking for Hyperdrive](/hyperdrive/configuration/firewall-and-networking-configuration/).
- publish_date: "2025-03-07"
Expand Down Expand Up @@ -44,13 +44,13 @@ entries:
- publish_date: "2024-10-30"
title: New Hyperdrive configurations to private databases using Tunnels are validated before creation
description: |-
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.
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.

Refer to [documentation on connecting to private databases](/hyperdrive/configuration/connect-to-private-database/) for more information.
- publish_date: "2024-09-20"
title: The `node-postgres` (pg) driver is now supported for Pages applications using Hyperdrive.
description: |-
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.
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.

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.
- publish_date: "2024-08-19"
Expand Down