Skip to content

Releases: lalalilo/aws-spa

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)

v3.1.3

19 Sep 14:51
bfe68d2
Compare
Choose a tag to compare

3.1.3 (2022-09-19)

Bug Fixes

  • fix wrong repo URL (edca784)
  • update jest (677c6a2)
  • upgrade dependencies that require no code change (8fb6cc7)
  • upgrade husky (3b9d54d)
  • upgrade major inquirer and typescript versions (ee505e2)
  • upgrade node to v16 (c06752e)

v3.1.2

23 Nov 09:49
Compare
Choose a tag to compare

3.1.2 (2021-11-23)

Bug Fixes

  • nodejs runtime is not anymore supported (8a5aa90)

v3.1.1

23 Nov 09:37
Compare
Choose a tag to compare

3.1.1 (2021-11-23)

Bug Fixes

  • remove precise nodejs runtime (2dd7957)

v3.1.0

23 Nov 08:53
Compare
Choose a tag to compare

3.1.0 (2021-11-23)

Features

  • pencil: handle credentials thanks to env variable (2f11b45)