Skip to content

Releases: apptension/saas-boilerplate

4.1.1

27 Sep 11:30
Compare
Choose a tag to compare

4.1.1 (2024-09-27)

Bug Fixes

4.1.0

20 Sep 11:50
Compare
Choose a tag to compare

4.1.0 (2024-09-20)

Features

Bug Fixes

4.0.0

11 Jul 13:28
Compare
Choose a tag to compare

4.0.0 (2024-07-11)

⚠ BREAKING CHANGES

  • #493 Add Celery workers to the stack

Features

  • #493 Add Celery workers to the stack (4121ece)
  • Move user export task on celery (c04fc07)
  • Move user export task on celery (3d91c35)

Bug Fixes

3.0.1

02 Jul 10:02
Compare
Choose a tag to compare

3.0.1 (2024-07-02)

Features

  • add redirection to previous page after login (#560) (423afdc)

Bug Fixes

Dependencies

3.0.0

22 May 09:43
Compare
Choose a tag to compare

3.0.0 (2024-05-22)

⚠ BREAKING CHANGES

  • Important migration instructions

Before running the multi-tenancy migrations on your existing codebase or database, it is crucial to follow these steps to avoid any issues:

  1. Remove or comment DJSTRIPE_SUBSCRIBER_MODEL setting
  2. Run the migrations
  3. Revert the change: After the migrations have successfully completed, revert the change by uncommenting or re-adding the DJSTRIPE_SUBSCRIBER_MODEL setting.

Features

  • #382 Multi-tenancy / Add support for multiple tenants (#561) (e6c6dc3)
  • Add deps: type to conventional-changelog (#545) (8e7e982)

Bug Fixes

  • Create default tenant for newly created social users (#572) (d42bb44)
  • Missing *.spec.tsx pattern in multiple tsconfig.spec.json files (#557) (9dfcd51)

Dependencies

2.6.1

10 May 07:40
Compare
Choose a tag to compare

Bug Fixes

  • #508 Remove AWS_ENDPOINT_URL from backend/.env.shared to fix migration job fails to trigger on local deploy (#510) (2042659)
  • Remove warning in tests from MSW unhandled requests (#501) (7766ccb)
  • Update pnpm to 9.0.6, use workspace protocol (workspace:) instead of link-workspace-packages which is now by default set to false (#538) (02d3022)

2.6.0

06 Mar 12:04
Compare
Choose a tag to compare

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

01 Mar 12:44
Compare
Choose a tag to compare

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

09 Feb 12:13
Compare
Choose a tag to compare

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

05 Dec 16:16
Compare
Choose a tag to compare

Bug Fixes

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