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
1 change: 1 addition & 0 deletions pages/aws/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"index": "Overview",
"get_started": "Getting started",
"compatibility": "Compatibility",
"config": "Configuration",
"comparison": "Comparison",
"inner_workings": "How does it work?",
Expand Down
54 changes: 54 additions & 0 deletions pages/aws/compatibility.mdx
Original file line number Diff line number Diff line change
@@ -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.

<Callout variant="info">
- 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.
</Callout>

#### `@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

<Callout variant="warning">
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:
</Callout>

| 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 |