From ec4d53a266f02dd06ccb6420a0fe25edac56793e Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 22 Jan 2026 08:22:52 +0100 Subject: [PATCH 1/2] doc(cloudflare): Next support --- pages/cloudflare/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/cloudflare/index.mdx b/pages/cloudflare/index.mdx index b9ddcf1..22a57ab 100644 --- a/pages/cloudflare/index.mdx +++ b/pages/cloudflare/index.mdx @@ -27,7 +27,8 @@ This is an important difference from `@cloudflare/next-on-pages`, which only sup ### Supported Next.js versions -All minor and patch versions of Next.js 15 and the latest minor of Next.js 14 are supported. +All minor and patch versions of Next.js 16 and the latest minors of Next.js 14 and 15 are supported. +Next.js 14 support will be dropped Q1 2025. It is [no more supported](https://nextjs.org/support-policy#supported-versions) by the Next.js team. To help improve compatibility, we encourage you to [report bugs](https://github.com/opennextjs/opennextjs-cloudflare/issues) and contribute code! From d2cf3db19a8efde0ceeec107af3eb35035096618 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 22 Jan 2026 11:09:39 +0100 Subject: [PATCH 2/2] Apply suggestion from @vicb --- pages/cloudflare/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cloudflare/index.mdx b/pages/cloudflare/index.mdx index 22a57ab..75cc4b9 100644 --- a/pages/cloudflare/index.mdx +++ b/pages/cloudflare/index.mdx @@ -28,7 +28,7 @@ This is an important difference from `@cloudflare/next-on-pages`, which only sup ### Supported Next.js versions All minor and patch versions of Next.js 16 and the latest minors of Next.js 14 and 15 are supported. -Next.js 14 support will be dropped Q1 2025. It is [no more supported](https://nextjs.org/support-policy#supported-versions) by the Next.js team. +Next.js 14 support will be dropped Q1 2026. It is [no more supported](https://nextjs.org/support-policy#supported-versions) by the Next.js team. To help improve compatibility, we encourage you to [report bugs](https://github.com/opennextjs/opennextjs-cloudflare/issues) and contribute code!