diff --git a/public/_redirects b/public/_redirects index 640ee9791be4a2b..86b96da7cf9e0b4 100644 --- a/public/_redirects +++ b/public/_redirects @@ -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 diff --git a/src/content/docs/hyperdrive/platform/changelog.mdx b/src/content/docs/hyperdrive/platform/release-notes.mdx similarity index 95% rename from src/content/docs/hyperdrive/platform/changelog.mdx rename to src/content/docs/hyperdrive/platform/release-notes.mdx index 53f05d758a199d2..40255079dbc31e3 100644 --- a/src/content/docs/hyperdrive/platform/changelog.mdx +++ b/src/content/docs/hyperdrive/platform/release-notes.mdx @@ -1,6 +1,6 @@ --- pcx_content_type: changelog -title: Changelog +title: Release notes release_notes_file_name: - hyperdrive sidebar: diff --git a/src/content/release-notes/hyperdrive.yaml b/src/content/release-notes/hyperdrive.yaml index fcac6a0a1ff90ab..e9f350221628117 100644 --- a/src/content/release-notes/hyperdrive.yaml +++ b/src/content/release-notes/hyperdrive.yaml @@ -1,5 +1,5 @@ --- -link: "/hyperdrive/platform/changelog/" +link: "/hyperdrive/platform/release-notes/" productName: Hyperdrive productLink: "/hyperdrive/" productArea: Developer platform @@ -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" @@ -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"