Releases: opennextjs/opennextjs-aws
Releases · opennextjs/opennextjs-aws
v2.1.5
Changes
- 2ae2a1b: Fix windows image optimization build
v2.1.4
Changes
- 29c54a4: Fix 2.1.3 cookie parsing with Expires prop
v2.1.3
Changes
- 880973f: Set cookies properly in APIGateway response. Fixes #224
v2.1.2
Changes
- 002b0f2: #219: fix window sharp command crash; #220: fix crash when cache-control is an array; #221: fix crash when cookies are missing from edge
v2.1.1
Changes
- 10b0e55: Adds custom build-output-path and app-path arguments; fix custom swr header
v2.0.5
Changes
- ffb2cfd: Server: fix missing react/jsx-runtime for require-hooks
v2.0.4
Changes
- a468add: Fix missing HTML files for non blocking fallback pages
v2.0.3
Changes
- 1bcb37b: server: add OpenNext response header to track version
v2.0.2
Changes
- 22e8f70: ISR: support "notFound" and "redirect" in getStaticProps
- d6db51f: revalidation: fix ISR revalidation for rewritten URL
- b5a4c0c: Response: setHeader() and writeHead() return "this"