Skip to content

Releases: lalalilo/aws-spa

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)

v3.3.0

28 May 16:38
cbf7838
Compare
Choose a tag to compare

3.3.0 (2024-05-28)

Features

  • Add option to deploy SPA with a private bucket (8952ae3)

v3.2.0

02 Feb 09:36
17801a2
Compare
Choose a tag to compare

3.2.0 (2023-02-02)

Features

v3.1.4

20 Oct 11:15
51e5ab5
Compare
Choose a tag to compare

3.1.4 (2022-10-20)

Bug Fixes

  • Order result of record name by name matching (2cf9733)