Releases: cdklabs/cdk-nextjs
Releases · cdklabs/cdk-nextjs
v0.2.0
0.2.0 (2025-02-08)
⚠ BREAKING CHANGES
- replace Lambda@Edge with CloudFront OAC for NextjsFunctions (#67)
Features
- replace Lambda@Edge with CloudFront OAC for NextjsFunctions (#67) (2493092)
v0.1.3
0.1.3 (2025-02-07)
Features
- move public dir to file system to reduce cold start latency (9922951)
Bug Fixes
- eslint upper scope issue in symlink (398ede2)
- ln -s instead of symlink.ts (e1b32f7)
v0.1.2
0.1.2 (2025-02-05)
Bug Fixes
- corepack key integrity issue (422665a)
v0.1.1
0.1.1 (2025-02-04)
Bug Fixes
v0.1.0
0.1.0 (2025-02-02)
⚠ BREAKING CHANGES
-
standardize plural nextjsFunctions in override interfaces
-
omit overrides from OptionalNextjs... props since they are duplicative of top level overrides causing confusion
-
support non us-east-1 regions with EdgeFunction construct
-
omit overrides from OptionalNextjs... props since they are duplicative of top level overrides causing confusion (d0181f2)
Features
- min tls 1.2 on static assets bucket (77c0947)
- support non us-east-1 regions with EdgeFunction construct (62b1891)
- upgrade from deprecated container insights flag to v2 (87cb81d)
Bug Fixes
- standardize plural nextjsFunctions in override interfaces (fb6d9b2)
Docs
- document breaking changes in docs/breaking-changes.md (0e8b514)
- explain difference between how to override Nextjs... constructs and lower level constructs (2c37f94)
- low-cost example with nat instance, 1 month log retention, etc. (9e00ab4)
- update container examples with basic auth (d0e112c)
v0.0.16
0.0.16 (2025-01-31)
Bug Fixes
- revert edge fn b/c breaking change (7a5fdfd)
v0.0.15
0.0.15 (2025-01-21)
Features
- support multi-region deployments with edge fn construct (8f6ade4)
Bug Fixes
- edge fn types (531c8e0)
- include more commit types in release notes (3c0dafc)
Chores