Releases: opennextjs/opennextjs-aws
Releases · opennextjs/opennextjs-aws
v3.1.5
v3.1.4
Changes
- b5bfb5d: Fix response binary content handling - Thanks Adrien Lacroix
- 6b894df: lazily initialize lite client
- 8b576d9: fix content-length incorrectly set in proxyRequest - Thanks Matthew Benton
- 9fceedb: fix: fix basePath support for API routes - Thanks Soc Sieng
- 5cdbc9f: Update vulnerable path-to-regexp dependency - Thanks Nathan Hardy
- 50703a3:
- Fix cloudflare env
- Fix an issue with cookies and the node wrapper
- Fix some issue with cookies being not properly set when set both in the routing layer and the route itself
- Added option for headers priority
v3.1.3
v3.1.2
v3.1.1
v3.1.0
Breaking Change
- If you use a custom converter or custom wrapper
InternalResult
body is now aReadableStream
instead of a string - External middleware when used with the new
enableCacheInterception
will need to have the correct permission (and environment variable) to access the incremental and tag cache as well as the queue (By default S3, DynamoDb, SQS )
Changes
v3.0.8
Changes
- 75857cf: fix middleware for next 15
- 1dd2b16: fix Nx monorepo support. Thanks @breningham @jarodsim
- 220be99: fix rewrite/redirect with i18n
- b93034d: Fix issues with revalidateTag/revalidatePath
- 59ff2ee: support next.config.ts. Thanks @aryasaatvik
v3.0.7
Changes
- 1a1441c: Add missing method from NextResponse for next 12
- b8ffa3a: add check for config and config.default Thanks @sommeeeer
- ab0f8b2: [windows] Add Windows compatibility for the
resolve
ESBuild plugin. Thanks @costinsin - 7beaf82: [windows] Add Windows compatibility for the
replacement
ESBuild plugin. Thanks @costinsin - e2d0c7f: [windows] Specify the
file://
protocol when importing config on Windows. Thanks @costinsin
v3.0.6
Changes
- 208f7ba: Fix incorrect redirects to external domains. Thanks @JanStevens
- 7931bee: fix 404 handling with i18n routes. Thanks @JanStevens
- 579f9eb: Better support for cloudflare external middleware
- 9285014: Implement missing methods from response object to fix the middleware issue in next 14.4.12 or lower. Thanks @vladiulianbogdan
- 3a0bc84: Fix middleware rewrite for page router json data. Thanks @vladiulianbogdan
- e4c7b6f: Check if value header is undefined to avoid crash. Thanks @vladiulianbogdan