Skip to content

v10.0.5

Compare
Choose a tag to compare
@ofhouse ofhouse released this 15 Mar 22:43
· 285 commits to release since this release

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)