Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Releases: fourTheorem/slic-starter

1.6.0

03 Oct 10:34
Compare
Choose a tag to compare

1.6.0 (2023-10-03)

Bug Fixes

  • support Node 16.17 or later with testdouble/quibble fix (ff28ba6)
  • update mergify syntax (654c864)

Features

  • expire artifacts in bucket to avoid cost accumulation (5f27091)

1.5.0

07 Jul 11:47
Compare
Choose a tag to compare

1.5.0 (2022-07-07)

Bug Fixes

  • ensure test-common package is imported and exported correctly (c9373f3)

Features

  • email-service: convert package to esm (ed6d79c)
  • move checklist-service and slic tools to esm (fdb14f0)
  • replace nyc with c8 to work with esm modules (0c50a58)
  • sharing-service: convert package to esm (0912c1f)
  • update all int and e2e tests packages to esm (5a8afd3)
  • update root to esm (9e704c2)
  • user-service: convert package to esm (d612051)
  • user-service: convert package to esm (e79d366)

1.4.1

06 Jul 07:51
Compare
Choose a tag to compare

1.4.1 (2022-07-06)

Bug Fixes

  • int-test: ensure the correct args are passed to the http client (87ab426)

1.4.0

01 Jul 10:27
Compare
Choose a tag to compare

1.4.0 (2022-07-01)

Features

  • replace all aws-sdk v2 usages with aws sdk v3 clients (c0fa19a)
  • util: use aws sdk v3 client for ssm (237e0dc)

1.3.0

29 Jun 16:17
Compare
Choose a tag to compare

1.3.0 (2022-06-29)

Bug Fixes

  • checklist-service: use cjs require for aws-sdk v3 dynamo (c3ea5be)

Features

  • checklist-service: migrate entries db ops to aws sdk v3 (1ebfd54)
  • checklist-service: upgrade checklist db ops to use aws-sdk v3 (4078080)
  • slic-tools: update event-dispatcher to use aws sdk v3 (e2a260d)

1.2.0

28 Jun 11:03
Compare
Choose a tag to compare

1.2.0 (2022-06-28)

Features

  • user-service: use aws-sdk v3 (49a93e1)

1.1.0

28 Jun 10:38
Compare
Choose a tag to compare

1.1.0 (2022-06-28)

Features

  • email-service: use aws-sdk v3 (e74f19b)

1.0.0

27 Jun 10:43
Compare
Choose a tag to compare

1.0.0 (2022-06-27)

Bug Fixes

  • cicd: update test codebuild build spec paths (9a1e981)
  • deploy-module: set the correct path for sls bin (a3dcbab)
  • e2e-tests: ensure testcafe scripts wraps quotes around browser name (3c916fb)
  • ensure http middlewares are only applied to http handlers (d2f7850)
  • frontend: require http-middleware-proxy using v2 named exports (a3ec399)
  • frontend: update app.yml path in script (1427761)
  • frontend: update site config app.yml path (102d5ef)
  • integration-tests: run integration tests in pipeline where e2e was mistakely run twice (eef4a87)
  • sharing-service: ensure a valid apigw response is returned in confirm handler (625ff18)

Features

Reverts

  • Revert "Fix Integration Tests failing when running locally" (17aaae9)