v3.2.0
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 oldarch
option with the new install options. Here is an example to install sharp for x64 :
imageOptimization: {
install: {
packages: ["[email protected]"],
arch: "x64"
}
},
Changes
- #574
216e05c545d0bba680306ad1bad6057345232b88
- Add a new option to install native dependencies on every lambda - #579
5f661b53675f3dc9bef8c05072be949c476328f3
- Refactor overrides - #585
8f4b67a9f4c18ddfe31e1d90caf35bdb2d780163
Thanks @alacroix! - Support i18n localeDetection with value false - #567
d6d4b8f83da47b7ec3b0e7b565c38567a3ff0742
Thanks @sommeeeer! - Hides the x-opennext header from server requests when poweredByHeader is false in next config - #575
c8cf0fc50a6ef9ee406f2bd400666feef0a9179f
Thanks @zdenham! - Add protobuf to common binary formats