Aws Boilerplate Versions Save

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!

2.6.0

2 months ago

Features

  • Rewrite GraphQL subscriptions to Django Channels and use Load Balancer to handle websocket connections (#488) (e13baf4)

Bug Fixes

  • Move scripts from package.json to project.json to avoid issues with env variables passing (#491) (6067b41)

2.5.0

2 months ago

Features

Bug Fixes

  • #449 Ensure that docker volume is created when running docs locally (#487) (224d936)
  • #458 Fix sending emails on local env and replace Mailcatcher image (#476) (dc6a710)
  • #458 Workers docker issues (#484) (652bd40)
  • #478 Fix CI pipeline failing on version upload step when tools are disabled (status dashboard stack is not deployed) (#481) (d50c53b)
  • #489 Fix missing envs in the emails, adjust env docs (#490) (6d5c784)
  • Change SonarCloud exclusions configuration (#486) (900e086)
  • Prevent NX from loading .env files when running CLI scripts. (#477) (db0a868)

2.4.2

3 months ago

Features

  • #196 Migrate polling AWS CodePipeline to use event-based change detection (#473) (4c8ccc5)

Bug Fixes

  • Freeze awscli version to 1.32.24 in backend Dockerfile (#455) (54b7a25)
  • Precommit hook failing on initial commit without NX graph generated (#456) (9bad656)
  • saas backed secrets command unknown --entrypoint flag (#452) (0b62d6f)

2.4.1

5 months ago

Bug Fixes

  • Fix pnpm saas up command on new docker (#438) (2d86519)

2.4.0

5 months ago

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

7 months ago

Features

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

Bug Fixes

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

2.2.2

7 months ago

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

7 months ago

Bug Fixes

2.2.0

7 months ago

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

7 months ago

Features