Skip to content

v0.8.0

Compare
Choose a tag to compare
@fwang fwang released this 05 Apr 00:44
· 317 commits to main since this release

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:

  • 5a4455e: Remove minimal mode
  • 5a4455e: Add support for running server with Lambda@Edge
  • 5a4455e: Server: handle undefined response status code
  • 5a4455e: Turn on inline sourcemap when OPEN_NEXT_DEBUG is set