Skip to content

Releases: opennextjs/opennextjs-aws

v3.4.2

06 Feb 09:16
f9b9ae9
Compare
Choose a tag to compare

Changes

v3.4.1

24 Jan 12:19
bef51ed
Compare
Choose a tag to compare

Changes

v3.4.0

17 Jan 15:09
7c9f274
Compare
Choose a tag to compare

Changes

v3.3.1

31 Dec 09:15
c333860
Compare
Choose a tag to compare

Changes

v3.3.0

17 Dec 10:00
f71490f
Compare
Choose a tag to compare

Changes

v3.2.2

21 Nov 17:26
Compare
Choose a tag to compare

Changes

v3.2.1

31 Oct 09:39
467172b
Compare
Choose a tag to compare

Changes

v3.2.0

25 Oct 15:41
c8f6026
Compare
Choose a tag to compare

Breaking Changes

  • For people importing from OpenNext in their custom wrapper, all the overrides can now be found under @opennextjs/aws/overrides
  • There is a new install option available for every function in your open-next.config.ts including the image optimization function. For image optimization it replace the old arch option with the new install options. Here is an example to install sharp for x64 :
imageOptimization: {
  install: {
    packages: ["[email protected]"],
    arch: "x64"
  }
},

Changes

v3.1.6

15 Oct 21:55
5d03b5d
Compare
Choose a tag to compare

Changes

  • ad513ef - remove extra binary in bin specification

v3.1.5

15 Oct 15:57
7bcb7b7
Compare
Choose a tag to compare

Changes