Skip to content

Commit e6ec73f

Browse files
committed
v0.4.0
1 parent a479efc commit e6ec73f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.4.0 (December 30, 2020)
4+
5+
- Adds [new example](https://github.com/dealmore/terraform-aws-next-js/blob/main/examples/custom-domain) how to use custom domains.
6+
7+
### Terraform module
8+
9+
- Adds ability to change the price class of the associated CloudFront distributions (`cloudfront_price_class`).
10+
- Adds new option after how many days the static assets of previous deployments should be deleted from S3(`expire_static_assets`).
11+
- Updates deploy trigger Lambda function to `v0.1.0`.
12+
13+
### Deploy trigger
14+
15+
- Static routes are now cached much longer by CloudFront.
16+
- Static routes from CloudFront now get invalidated when a new deployment is pushed.
17+
- Updates deploy trigger Lambda function to support expiration of previous deployments.
18+
319
## 0.3.0 (December 23, 2020)
420

521
### Terraform module

0 commit comments

Comments
 (0)