Skip to content

Releases: apptension/saas-boilerplate

2.4.0

24 Nov 13:14
Compare
Choose a tag to compare

Features

  • Add a waiting mechanism to saas up CLI command to wait for backend to start before starting web app dev server (#420) (2c542ac)
  • Refactor pull through cache usage and add docker mirror to AWS for segment/chamber image (#414) (f530506)

Bug Fixes

  • Add chmod +x for the runtime scripts in backend Dockerfile (#432) (2298b90)
  • App deployment from local repository (#431) (cf292bd)
  • HMR not working for the components outside the webapp directory (#434) (9791d58)
  • Invalid logo version (#436) (f0044d4)
  • Prevent API stack from throwing error during deployment when user does not define all domains. (#421) (b6ade66)
  • Websocket connection error on AWS env (#435) (28abdcc)

2.3.0

06 Oct 07:38
Compare
Choose a tag to compare

Features

  • Upgrade localstack to 2.3.0 (latest) (#412) (5e9e788)

Bug Fixes

  • Fix invalid build environment for the docs (#418) (ab0e86f)

2.2.2

29 Sep 08:32
Compare
Choose a tag to compare

Bug Fixes

  • Enforce emails artifact build before workers build / deploy is executed to make sure emails/renderer/index.umd.js is present (#407) (e5349be)

2.2.1

28 Sep 09:05
Compare
Choose a tag to compare

Bug Fixes

2.2.0

25 Sep 11:02
Compare
Choose a tag to compare

Features

  • #391 Update minimum node.js version to 18 (#396) (3c0b8a1)
  • Remove unsupported browser detection as it is not necessary (#401) (85a8b6d)
  • Update and cleanup pnpm dependencies (#399) (9d2fa78)

Bug Fixes

  • Fix error thrown when registering a new user when stripe is disabled (#404) (ffb613e)
  • Set version to 0.0.1 when git is unable to determine a version in case no tags exist in repository (#402) (07cda15)

2.1.1

21 Sep 08:45
Compare
Choose a tag to compare

Features

2.1.0

20 Sep 10:40
Compare
Choose a tag to compare

Features

  • Add CLI and rewrite all scripts to NodeJS in order to improve Windows support (#386) (c36a5d2)

Bug Fixes

  • Fix deadlock preventing infra bootstrapping (#379) (7917fb1)

2.0.3

10 Aug 10:22
Compare
Choose a tag to compare

Bug Fixes

  • #293 Fix different avatars of one user in the notification widget (#375) (8972594)
  • #328 Fix sign-up returns validation error on installation without env variables (#374) (9b65dd9)
  • #353 Fix missing logo in emails (#366) (a8406e3)
  • #362 Update python runtime version in workers to 3.11 (#369) (6a74062)
  • extract-intl script not working as expected (#339) (e1d8479)
  • Allow running nx run webapp:graphql:download-schema if the contentful env vars are not set (#354) (3347aa1)
  • Clear cached cursors if current page end cursor is in cached… (#368) (ad8382b), closes #365
  • Fix documentation error for form-with-mutation.mdx (#355) (cae7fd8)
  • Fix download-graphql-schema.sh in webapp-api-client and webapp-contentful (#350) (3a8fab6)
  • refetch crud item after add mutation (#361) (f0c1131), closes #351
  • Remove unused e2e-tests container from docker-compose.yml (#376) (57d9e79)
  • Use local nx installation by running it through pnpm in all scripts and make rules (#352) (e910640)

2.0.2

26 Jul 09:23
Compare
Choose a tag to compare

Features

Bug Fixes

  • Add docker base images with defaults to stage-env-validator (#262) (23b343c)
  • Fix API deployment issues on a small ECS task (#349) (ee974e9)
  • Rerender sidebar on theme change (#345) (5312cec)
  • Upgrade pyyaml to version 6.0.1 to avoid cython_sources installation issue (#342) (ca976c1)

2.0.1

12 Jul 12:55
Compare
Choose a tag to compare

Features

Bug Fixes