Releases: apptension/saas-boilerplate
Releases · apptension/saas-boilerplate
4.1.1
4.1.0
4.0.0
3.0.1
3.0.0
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:
- Remove or comment
DJSTRIPE_SUBSCRIBER_MODEL
setting - Run the migrations
- 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
- @testing-library update (#563) (569fcee)
- deprecated packages (#552) (b83fe6f)
- root package bulk update (low impact) (#565) (282bd5d)
- Update aws libs (#566) (0597933)
- Update nx to 19.0.1 (#546) (063a891)
- Update sentry/react (#569) (fadfdbf)
- Update vite to 5.2.x (#551) (fc029f5)
- webapp-core package updates (#559) (1e2837e)
2.6.1
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 tofalse
(#538) (02d3022)
2.6.0
2.5.0
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)