diff --git a/pages/aws/_meta.json b/pages/aws/_meta.json index 64e02dd..82ff59c 100644 --- a/pages/aws/_meta.json +++ b/pages/aws/_meta.json @@ -1,6 +1,7 @@ { "index": "Overview", "get_started": "Getting started", + "compatibility": "Compatibility", "config": "Configuration", "comparison": "Comparison", "inner_workings": "How does it work?", diff --git a/pages/aws/compatibility.mdx b/pages/aws/compatibility.mdx new file mode 100644 index 0000000..21a7f22 --- /dev/null +++ b/pages/aws/compatibility.mdx @@ -0,0 +1,54 @@ +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.1 | 15.2.0 | +| 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 |