From 7e666d7bf1dcdc841fdeb1cc646e34cbc44f7b30 Mon Sep 17 00:00:00 2001 From: conico974 Date: Sun, 2 Mar 2025 12:59:27 +0100 Subject: [PATCH 1/3] add a compatibility table --- pages/aws/_meta.json | 3 ++- pages/aws/compatibility.mdx | 51 +++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 pages/aws/compatibility.mdx diff --git a/pages/aws/_meta.json b/pages/aws/_meta.json index 64e02dd..e2bfd30 100644 --- a/pages/aws/_meta.json +++ b/pages/aws/_meta.json @@ -1,10 +1,11 @@ { "index": "Overview", "get_started": "Getting started", + "compatibility": "Compatibility", "config": "Configuration", "comparison": "Comparison", "inner_workings": "How does it work?", "faq": "FAQ", "common_issues": "Troubleshooting", "contribute": "Contributing" -} +} \ No newline at end of file diff --git a/pages/aws/compatibility.mdx b/pages/aws/compatibility.mdx new file mode 100644 index 0000000..e5b5e2c --- /dev/null +++ b/pages/aws/compatibility.mdx @@ -0,0 +1,51 @@ +import { Callout } from 'nextra/components'; + +This page will list the release of Next.js that was tested at the time of the release of OpenNext. + + +- Earlier versions of Next.js on the same major version should work just fine, if not, please open an [issue with a reproduction](https://github.com/opennextjs/opennextjs-aws/issues/new). +- Later versions of Next.js on the same major version **usually** work, but there is no guarantee. +- If you run versions of OpenNext on previous major versions of Next.js, we only aim to provide compatibility with the latest minor (and ideally patch) version of that major version. +- No versions behind Next 12.3.4 is supported. +- The main branch of `@opennextjs/aws` is always tested against the latest version of Next.js. + + +#### `@opennextjs/aws` Compatibility + +| OpenNext Version | Next.js Version | +| ---------------- | --------------- | +| 3.5.0 | 15.2.0 | +| 3.4.2 | 15.1.6 | +| 3.4.1 | 15.1.6 | +| 3.4.0 | 15.1.5 | +| 3.3.1 | 15.1.3 | +| 3.3.0 | 15.1.0 | +| 3.2.2 | 15.0.3 | +| 3.2.1 | 15.0.2 | +| 3.2.0 | 15.0.1 | +| 3.1.6 | 14.2.15 | +| 3.1.5 | 14.2.15 | +| 3.1.4 | 14.2.15 | + +#### `open-next` Compatibility + + +Before version 3.1.3, the package was named `open-next` it is now `@opennextjs/aws`. The compatibility table for `open-next` is as follows: + + +| OpenNext Version | Next.js Version | +| ---------------- | --------------- | +| 3.1.3 | 14.2.13 | +| 3.1.2 | 14.2.8 | +| 3.1.1 | 14.2.6 | +| 3.1.0 | 14.2.6 | +| 3.0.8 | 14.2.5 | +| 3.0.7 | 14.2.5 | +| 3.0.6 | 14.2.4 | +| 3.0.5 | 14.2.4 | +| 3.0.4 | 14.2.4 | +| 3.0.3 | 14.2.4 | +| 3.0.2 | 14.2.3 | +| 3.0.1 | 14.2.3 | +| 3.0.0 | 14.2.3 | +| 2.3.9 | 14.1.4 | \ No newline at end of file From aabf49486841de7abb33b2d392c39023c7c372de Mon Sep 17 00:00:00 2001 From: conico974 Date: Sun, 2 Mar 2025 13:02:57 +0100 Subject: [PATCH 2/3] prettier --- pages/aws/_meta.json | 2 +- pages/aws/compatibility.mdx | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/pages/aws/_meta.json b/pages/aws/_meta.json index e2bfd30..82ff59c 100644 --- a/pages/aws/_meta.json +++ b/pages/aws/_meta.json @@ -8,4 +8,4 @@ "faq": "FAQ", "common_issues": "Troubleshooting", "contribute": "Contributing" -} \ No newline at end of file +} diff --git a/pages/aws/compatibility.mdx b/pages/aws/compatibility.mdx index e5b5e2c..209ab20 100644 --- a/pages/aws/compatibility.mdx +++ b/pages/aws/compatibility.mdx @@ -1,13 +1,14 @@ -import { Callout } from 'nextra/components'; +import { Callout } from "nextra/components"; -This page will list the release of Next.js that was tested at the time of the release of OpenNext. +This page will list the release of Next.js that was tested at the time of the release of OpenNext. -- Earlier versions of Next.js on the same major version should work just fine, if not, please open an [issue with a reproduction](https://github.com/opennextjs/opennextjs-aws/issues/new). -- Later versions of Next.js on the same major version **usually** work, but there is no guarantee. -- If you run versions of OpenNext on previous major versions of Next.js, we only aim to provide compatibility with the latest minor (and ideally patch) version of that major version. -- No versions behind Next 12.3.4 is supported. -- The main branch of `@opennextjs/aws` is always tested against the latest version of Next.js. + - Earlier versions of Next.js on the same major version should work just fine, if not, please open an [issue + with a reproduction](https://github.com/opennextjs/opennextjs-aws/issues/new). - Later versions of Next.js + on the same major version **usually** work, but there is no guarantee. - If you run versions of OpenNext on + previous major versions of Next.js, we only aim to provide compatibility with the latest minor (and ideally + patch) version of that major version. - No versions behind Next 12.3.4 is supported. - The main branch of + `@opennextjs/aws` is always tested against the latest version of Next.js. #### `@opennextjs/aws` Compatibility @@ -30,7 +31,8 @@ This page will list the release of Next.js that was tested at the time of the re #### `open-next` Compatibility -Before version 3.1.3, the package was named `open-next` it is now `@opennextjs/aws`. The compatibility table for `open-next` is as follows: + Before version 3.1.3, the package was named `open-next` it is now `@opennextjs/aws`. The compatibility table + for `open-next` is as follows: | OpenNext Version | Next.js Version | @@ -48,4 +50,4 @@ Before version 3.1.3, the package was named `open-next` it is now `@opennextjs/a | 3.0.2 | 14.2.3 | | 3.0.1 | 14.2.3 | | 3.0.0 | 14.2.3 | -| 2.3.9 | 14.1.4 | \ No newline at end of file +| 2.3.9 | 14.1.4 | From 8fb81ccc95686ea922f0c2b1c1f32dd4912ba2b1 Mon Sep 17 00:00:00 2001 From: conico974 Date: Mon, 3 Mar 2025 16:12:19 +0100 Subject: [PATCH 3/3] update for 3.5.1 --- pages/aws/compatibility.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/aws/compatibility.mdx b/pages/aws/compatibility.mdx index 209ab20..21a7f22 100644 --- a/pages/aws/compatibility.mdx +++ b/pages/aws/compatibility.mdx @@ -15,6 +15,7 @@ This page will list the release of Next.js that was tested at the time of the re | OpenNext Version | Next.js Version | | ---------------- | --------------- | +| 3.5.1 | 15.2.0 | | 3.5.0 | 15.2.0 | | 3.4.2 | 15.1.6 | | 3.4.1 | 15.1.6 |