Skip to content

Releases: lalalilo/aws-spa

v4.6.0

12 Nov 16:41
f570247
Compare
Choose a tag to compare

4.6.0 (2024-11-12)

Features

  • cloudfront: add option to redirect 403 to root (78ad282)

v4.5.1

17 Oct 12:26
95ea829
Compare
Choose a tag to compare

4.5.1 (2024-10-17)

Bug Fixes

  • cloudfront: re-implement waitUntilDistributionDeployed function (fb188d9)

v4.5.0

16 Oct 16:23
d4a35f1
Compare
Choose a tag to compare

4.5.0 (2024-10-16)

Features

  • acm, cloudfront: replace deprecated waitFor methods in tests (ec6ce43)
  • acm, cloudfront: replace deprecated waitFor methods with waitUntil equivalents (0ea9370)

v4.4.0

09 Oct 11:01
88a0579
Compare
Choose a tag to compare

4.4.0 (2024-10-09)

Features

  • cloudfront: improve logging (c139c9f)

v4.3.0

07 Oct 11:36
22cd379
Compare
Choose a tag to compare

4.3.0 (2024-10-07)

Features

  • cloudfront: update function to handle assets paths (d274535)

v4.2.0

07 Oct 10:08
8abd1db
Compare
Choose a tag to compare

4.2.0 (2024-10-07)

Features

  • cloudfront: add logging during distribution setup (5aa28d1)

v4.1.0

07 Oct 08:43
4b77d7d
Compare
Choose a tag to compare

4.1.0 (2024-10-07)

Features

  • cloudfront: don't create function if it can't be published (5aa1898)
  • cloudfront: make staging's cloudfront distribution redirect the user to the right index.html (6e6765b)
  • cloudfront: Update distribution function update process (d4c2171)
  • lambda: remove --credentials option (1ce70f9)

v4.0.1

04 Jun 18:18
cf50047
Compare
Choose a tag to compare

4.0.1 (2024-06-04)

Bug Fixes

  • Use domainName to find same origin (0292202)

v4.0.0

04 Jun 16:18
9944f84
Compare
Choose a tag to compare

4.0.0 (2024-06-04)

BREAKING CHANGES

  • The following IAM rights are now required:
- cloudfront:ListOriginAccessControls,
- cloudfront:UpdateDistribution,
- cloudfront:GetOriginAccessControl

Additional IAM right are also necessary if using
shouldBlockBucketPublicAccess:

- cloudfront:CreateOriginAccessControl,
- cloudfront:DeleteOriginAccessControl

v3.3.1

04 Jun 10:18
f378c76
Compare
Choose a tag to compare

3.3.1 (2024-06-04)

Bug Fixes

  • do not look for oac if shouldBlockBucketPublicAccess is false (1150a7b)