Skip to content

Releases: milliHQ/terraform-aws-next-js-image-optimization

v10.0.7

01 Apr 17:14
Compare
Choose a tag to compare

Maintenance release to keep the module up-to-date with Next.js version.

Changelog

v10.0.6

01 Apr 16:42
Compare
Choose a tag to compare

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

15 Mar 22:43
Compare
Choose a tag to compare

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

08 Mar 10:07
d7d5a35
Compare
Choose a tag to compare

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

13 Feb 17:01
ff87a4e
Compare
Choose a tag to compare

Changelog

  • Adds support to resize images from a S3 origin (#7)

v1.0.0

07 Feb 20:18
Compare
Choose a tag to compare

Initial Release 🎉