Releases: opennextjs/opennextjs-aws
v0.9.2
v0.9.1
v0.9.0
404 Page Support
The server function now has the capability to serve out 404 pages in both regional and edge mode.
In this release, we have implemented significant improvements in the way the server function handles requests for 404 pages and requests for files in your /public
folder. These requests had to be handled differently depending on whether the server function is deployed as regional or edge. Read more about it here.
Changes
v0.8.2
v0.8.1
v0.8.0
Running at edge
The server function can now be deployed to Lambda@Edge and run at the edge. Read more about running at edge.
In this release, OpenNext also moved away from using the undocumented minimalMode
when building your Next.js app. OpenNext now uses the standard next build
command. Read more about this change.
Changes:
v0.7.0
OpenNext now supports NextAuth.js.
Starting from version 0.7.0, the server
, middleware
, and image optimization
function code are now minified, which will reduce Lambda cold start times. You can see how to build in debug mode and disable minification.
Changes:
v0.6.0
OpenNext now uses arm64 architecture for image optimization.
Starting v0.6.0, the sharp library is compiled against the arm64 architecture and is intended to run on AWS Lamba Arm/Graviton2 architecture. Learn about the better cost-performance offered by AWS Graviton2 processors.
Changes: