File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed
Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "index" : " Overview" ,
33 "get_started" : " Getting started" ,
4+ "compatibility" : " Compatibility" ,
45 "config" : " Configuration" ,
56 "comparison" : " Comparison" ,
67 "inner_workings" : " How does it work?" ,
Original file line number Diff line number Diff line change 1+ import { Callout } from " nextra/components" ;
2+
3+ This page will list the release of Next.js that was tested at the time of the release of OpenNext.
4+
5+ <Callout variant = " info" >
6+ - Earlier versions of Next.js on the same major version should work just fine, if not, please open an [ issue
7+ with a reproduction] ( https://github.com/opennextjs/opennextjs-aws/issues/new ) . - Later versions of Next.js
8+ on the same major version ** usually** work, but there is no guarantee. - If you run versions of OpenNext on
9+ previous major versions of Next.js, we only aim to provide compatibility with the latest minor (and ideally
10+ patch) version of that major version. - No versions behind Next 12.3.4 is supported. - The main branch of
11+ ` @opennextjs/aws ` is always tested against the latest version of Next.js.
12+ </Callout >
13+
14+ #### ` @opennextjs/aws ` Compatibility
15+
16+ | OpenNext Version | Next.js Version |
17+ | ---------------- | --------------- |
18+ | 3.5.1 | 15.2.0 |
19+ | 3.5.0 | 15.2.0 |
20+ | 3.4.2 | 15.1.6 |
21+ | 3.4.1 | 15.1.6 |
22+ | 3.4.0 | 15.1.5 |
23+ | 3.3.1 | 15.1.3 |
24+ | 3.3.0 | 15.1.0 |
25+ | 3.2.2 | 15.0.3 |
26+ | 3.2.1 | 15.0.2 |
27+ | 3.2.0 | 15.0.1 |
28+ | 3.1.6 | 14.2.15 |
29+ | 3.1.5 | 14.2.15 |
30+ | 3.1.4 | 14.2.15 |
31+
32+ #### ` open-next ` Compatibility
33+
34+ <Callout variant = " warning" >
35+ Before version 3.1.3, the package was named ` open-next ` it is now ` @opennextjs/aws ` . The compatibility table
36+ for ` open-next ` is as follows:
37+ </Callout >
38+
39+ | OpenNext Version | Next.js Version |
40+ | ---------------- | --------------- |
41+ | 3.1.3 | 14.2.13 |
42+ | 3.1.2 | 14.2.8 |
43+ | 3.1.1 | 14.2.6 |
44+ | 3.1.0 | 14.2.6 |
45+ | 3.0.8 | 14.2.5 |
46+ | 3.0.7 | 14.2.5 |
47+ | 3.0.6 | 14.2.4 |
48+ | 3.0.5 | 14.2.4 |
49+ | 3.0.4 | 14.2.4 |
50+ | 3.0.3 | 14.2.4 |
51+ | 3.0.2 | 14.2.3 |
52+ | 3.0.1 | 14.2.3 |
53+ | 3.0.0 | 14.2.3 |
54+ | 2.3.9 | 14.1.4 |
You can’t perform that action at this time.
0 commit comments