Releases: opennextjs/opennextjs-aws
Releases · opennextjs/opennextjs-aws
v2.3.1
Changes
- 95bf402: Display sharp installation log on failure
- 1ed5ffd: Print plugin info in debug mode
- 1d83dab: Handle .map files during bundling cache assets
v2.2.4
Changes
- e3f67da: Fix 404 on index page; passthrough headers via middleware redirect; fix trailingSlash causing infinite loop
v2.2.3
Changes
- 2d9e538: Make package path available at runtime
- 83ed943: Add OpenNext version header only in debug mode
v2.2.2
Changes
- 68ae99a: Fix trailing slash; Fix cookies in next-config; Allow custom sharp version
v2.2.1
Changes
- 4158d4f: Fix memory leak from too many files opened; add opt-out flags for app and pages cache revalidation
v2.2.0
Changes
- 02bd7de: Streaming and cache revalidation
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