Skip to content

Tags: Lagyu/cdk-nextjs

Tags

v3.0.0

Toggle v3.0.0's commit message
bump major version

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): upgrade dependencies (jetbridge#90)

Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/jetbridge/cdk-nextjs/actions/runs/4662457896

------

*Automatically created by projen via the "upgrade-main" workflow*

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow to use an existing sharp layer via arn (jetbridge#96)

* feat: allow to re-use the sharp layer

* feat: allow to re-use the sharp layer

* fix: rerun build command

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add useEfs and vpc properties to NextjsAssetsDeployme… (jetbrid…

…ge#94)

* 📝 docs(API.md): add useEfs and vpc properties to NextjsAssetsDeploymentProps class

🚀 feat(NextjsAssetsDeployment.ts): add support for useEfs and vpc options in NextJsAssetsDeploymentProps interface and deploy method

* 🔥 refactor(Nextjs.ts): move distribution initialization to the top of the constructor
🐛 fix(Nextjs.ts): pass the correct staticAssetsBucket to the distribution constructor
🚀 chore(Nextjs.ts): add distribution to assetsDeployment dependencies

🚀 feat(NextjsAssetsDeployment.ts): add memoryLimit and ephemeralStorageSize options for lambda function used by BucketDeployment
🚀 feat(NextjsAssetsDeployment.ts): add distributionPaths option to BucketDeployment based on distributionId in NextjsBaseProps

* 🐛 fix(Nextjs.ts): move distribution initialization after assetsDeployment initialization
✨ feat(Nextjs.ts): add support for distribution in assetsDeployment
🐛 fix(NextjsAssetsDeployment.ts): remove distributionPaths property if distribution is not defined

* 🐛 fix(Nextjs.ts): use correct property for static assets bucket in NextjsDistribution constructor

* 📝 docs(API.md): add documentation for ephemeralStorageSize and memoryLimit properties in NextjsAssetsDeploymentProps class

---------

Co-authored-by: durga <[email protected]>

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request jetbridge#89 from CoSchedule/origin-request-policy…

…-props

feat: Allow all origin request policies to be passed as props

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request jetbridge#87 from jetbridge/github-actions/upgrade…

…-main

chore(deps): upgrade dependencies

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request jetbridge#88 from CoSchedule/non-rewriter-dependency

fix: Make sure lambda always has a dependency on S3 assets

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Wait to deploy server function until rewriting is complete (jetb…

…ridge#86)

* Don't update server code until asset upload/rewriting completes

* Wait until rewriter custom resource is done before deploying lambda function

* Need newer CDK

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: customize name of edge function stack id (jetbridge#79)

* feat: customize name of edge function stack id

* docs: update API documentation

* refactor: shorten stack id

Co-authored-by: Mischa Spiegelmock <[email protected]>

---------

Co-authored-by: Mischa Spiegelmock <[email protected]>

v2.0.6

Toggle v2.0.6's commit message
API docs