Skip to content

v0.6.0

Compare
Choose a tag to compare
@fwang fwang released this 01 Feb 23:19
· 438 commits to main since this release
6f8b321

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:

  • Create image optimization function in arm64 architecture #37@fwang
  • fix: delete request body from server adapter #30@khuezy
  • docs(readme): fix typo in quick start section #34 — @MattFerreira18