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)