Skip to content

Latest commit

 

History

History
319 lines (144 loc) · 15 KB

CHANGELOG.md

File metadata and controls

319 lines (144 loc) · 15 KB

3.2.0 (2024-05-20)

Features

  • use Vite for env variable loading (#9) (2aa0f5c)

3.1.2 (2024-05-17)

Bug Fixes

  • remove map files from stack distributions (3ad0ac8)

3.1.1 (2024-05-17)

Bug Fixes

  • remove redundant dependencies (78a45d2)

3.1.0 (2024-05-17)

Features

  • Use AWS SDK to invalidate using pulumi beforeExit hook (#8) (fbe6e5b)

3.0.2 (2024-05-16)

Bug Fixes

  • precompile stacks to commonjs (#7) (bbc9f58)

3.0.1 (2024-05-16)

Bug Fixes

  • coverage-v8 is a dev dependency (56cc43f)

3.0.0 (2024-05-16)

⚠ BREAKING CHANGES

  • version 3 (#6)

Bug Fixes

2.1.4 (2023-05-05)

Bug Fixes

  • add sveltekit as a peer dependency (a755bb3)
  • upgrade sveltekit-adapter-aws-base version (2d09c02)

2.1.3 (2023-05-05)

Bug Fixes

  • upgrade sveltekit-adapter-aws-base version (4342158)

2.1.2 (2023-05-05)

Bug Fixes

  • fix memorySize config key (f796d85)

2.1.1 (2023-05-05)

Bug Fixes

  • enforce optional config removal when unset (0ad4546)

2.1.0 (2023-05-05)

Features

  • Add option to use streaming for SSR server (1c7708c)

2.0.2 (2023-04-30)

Bug Fixes

  • change james bray credit to "inspired by" (378eb35)

2.0.1 (2023-04-24)

Bug Fixes

  • update copyright notification (21b672b)

2.0.0 (2023-04-24)

1.8.0 (2023-04-24)

Features

  • rename and test adapter-stack-destroy script (b64c9d1)

1.7.0 (2023-04-23)

Features

  • use yargs to provide help for destroy script (0886360)

1.6.3 (2023-04-20)

Bug Fixes

  • destroy script needs the shebang so remove the test (1b01426)

1.6.2 (2023-04-20)

Bug Fixes

  • refresh stacks before calling up (19c2a7f)
  • requires version 2.1.1 of sveltekit-adapter-aws-base (f90875e)

1.6.1 (2023-04-20)

Bug Fixes

  • need to whitelist the host header (4b84427)

1.6.0 (2023-04-20)

Features

  • allow x-forwarded-host to be sent to origins (06e53e8)

1.5.0 (2023-04-19)

Bug Fixes

  • allow number of retries to equal maxRetries (6f9a541)

Features

  • allow stateless stack destroy (94bd3fc)

1.4.5 (2023-04-19)

Bug Fixes

  • bug when FQDN not defined for main stack (0d7aae4)
  • running destroy script from symlinks (237f2f8)
  • skip type checking in ts-node to fix pulumi on linux (2f5c00a)

1.4.4 (2023-04-18)

Bug Fixes

  • try to solve linux issues (b42821d)

1.4.3 (2023-04-18)

Bug Fixes

1.4.2 (2023-04-18)

Bug Fixes

  • check correct key when checking allowedOrigins config (b12b7e8)

1.4.1 (2023-04-18)

Bug Fixes

  • remove sec-fetch-* headers from default set (e56175b)

1.4.0 (2023-04-18)

Features

  • update header config definitions (2481067)

1.3.3 (2023-04-17)

Bug Fixes

  • fix missing utils.ts file in stacks folder (2909c97)

1.3.2 (2023-04-17)

Bug Fixes

  • update copyfiles search path (6361661)

1.3.1 (2023-04-17)

Bug Fixes

  • try to see why semantic release is skipping files (6e44432)

1.3.0 (2023-04-17)

Features

  • secure access to lambda functions (#2) (e42de43)

1.2.0 (2023-04-14)

Bug Fixes

  • add defaultRootObject to distribution if index.html is a static route (c1da38e)
  • call refresh when destroying stack to adapt to drift (d3fbb2f)
  • don't remove build directory in case of pulumi failure (6806dda)
  • finish fixing tests (7031aad)

Features

  • deploy using lambda@edge (8573c5f)

1.1.0 (2023-04-03)

Bug Fixes

  • fix method for loading adapterprops in destroy script (8a38ce5)
  • fix serialization of folder-hash for invalidation resource (25f8cd6)
  • try to fix failure to remove build dir on linux (4d1d988)

Features

  • remove build directory after destroy (b6bf67f)

1.0.8 (2023-04-03)

Bug Fixes

  • fix duplicate name for Options handler RPA (9e20f77)
  • unit test destroy script and replace shebang (7418a49)

1.0.7 (2023-04-03)

Bug Fixes

  • ensure OriginRequestPolicy names are valid (c80ec19)

1.0.6 (2023-04-01)

Bug Fixes

  • fixed duplicate resource names (389a06d)

1.0.5 (2023-03-31)

Bug Fixes

  • install packages required for pulumi deploy (fd14ddb)

1.0.4 (2023-03-30)

Bug Fixes

  • fix ESM module issues not picked up by test suite (bfd23d6)

1.0.2 (2023-03-28)

Bug Fixes

  • run semantic release from local installation (f8632c4)
  • try publish without yarn (9648338)
  • try using always-auth with setup-node (14d02ca)

1.0.1 (2023-03-28)

Bug Fixes

  • only publish dist folder (4902397)

1.0.0 (2023-03-28)

Features

  • add semantic release workflow (e14e41e)