Skip to content

v0.9.2

Compare
Choose a tag to compare
@ofhouse ofhouse released this 19 Sep 19:20
· 120 commits to main since this release

⚠️ Namespace changed ⚠️

We recently changed the namespace of this module from dealmore to milliHQ. Make sure to upgrade the source of the module accordingly:

module "tf_next" {
-  source = "dealmore/next-js/aws"
+  source = "milliHQ/next-js/aws"

 ...
}

Changelog

Besides from the namespace change, this release has now an improved experience when using it with custom domains and some bugfixes to the proxy component when using the trailingSlash option from Next.js.

Terraform module

  • It's now possible to use domain aliases without creating an external CloudFront distribution (#192)
  • Ensure x-nextjs-page header gets forwarded (#190)
  • Bump milliHQ/download/npm from 1.1.0 to 2.0.0 (#193)

Proxy (0.8.0)