Releases: milliHQ/terraform-aws-next-js-image-optimization
Releases · milliHQ/terraform-aws-next-js-image-optimization
v10.0.7
Maintenance release to keep the module up-to-date with Next.js version.
Changelog
v10.0.6
Maintenance release to keep the module up-to-date with Next.js version.
Changelog
- Uses Image Optimizer module of Next.js 10.0.6 (#3)
- Bundling of the image optimizer has changed from ncc to nft (#23, #24)
v10.0.5
Note 1: From now on we aligning the versioning schema with the releases of Next.js.
Note 2: When upgrading from a previous release, you may experience an error from Terraform:
Error: error updating CloudFront Distribution:
InvalidArgument: The parameter ForwardedValues cannot be used when a cache policy is associated to the cache behavior.
status code: 400
This is a known bug in the Terraform AWS provider and may requires a manual upgrade in the AWS Console (terraform-provider-aws#17626).
Changelog
- Fixes wrong response for repeated requests from external source (#12, #13)
- Use Request and Cache Policies in CloudFront distribution (#5, #9)
- Upgrades Lambda runtime from
nodejs12.x
to nodejs14.x
. (#4, #8)
v2.0.1
Changelog
- Bump internal module
terraform-aws-modules/apigateway-v2/aws
from 0.8.0
to 0.11.0
(#16, #18)
Resolves compatibility issue with newer versions of Terraform.
v2.0.0
Changelog
- Adds support to resize images from a S3 origin (#7)