Skip to content

v0.7.0

Compare
Choose a tag to compare
@fwang fwang released this 23 Feb 18:34
· 432 commits to main since this release

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:

  • fix: Fix next-auth middleware not working on Lambda #38@khuezy
  • Add debug mode #46@fwang