Skip to content

Releases: sst/open-next

v0.4.1

30 Dec 03:57
6123b58
Compare
Choose a tag to compare

Node.js 18 global fetch API instead of node-fetch polyfill

Changes:

  • Replaced node-fetch polyfill with Node.js 18 global fetch API #19@fwang
  • Display OpenNext version in console output #19@fwang

v0.4.0

23 Dec 23:06
cecb743
Compare
Choose a tag to compare

Middleware function will not be created if middleware is not used in your Next.js app.

Changes:

  • Do not create middleware function if middleware is not used in the Next.js app #14@fwang
  • Change entire code base to TypeScript #14@fwang

v0.3.0

21 Dec 07:03
Compare
Choose a tag to compare

Add support for image optimization.

Changes:

  • Add support for image optimization #12@fwang

v0.2.0

19 Dec 04:07
9c4211d
Compare
Choose a tag to compare

Add support for middleware.

Changes:

v0.1.0

12 Dec 22:03
84d84b6
Compare
Choose a tag to compare

First release with basic features working, including SSG, SSR, dynamic routes, and API routes.

Changes:

  • Configure standalone mode using environment variable #1@khuezy