Skip to content

3.0.0

Compare
Choose a tag to compare
@mkleszcz mkleszcz released this 22 May 09:43
· 33 commits to master since this release

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