Skip to content

v0.93.0

Compare
Choose a tag to compare
@johnyrahul johnyrahul released this 21 Oct 12:22
· 18 commits to main since this release
1085364

IMPORTANT! Breaking Change

The backend service has moved to v2 for all Django apps which now internally use a new single PostgreSQL db schema to store all users. Earlier we were creating a separate PostgreSQL db schema for each organization, which caused a huge overhead in maintaining a multi-tenant platform.

If upgrading from a version prior to v0.93.0, a data migration is required to continue using the platform with your existing data.

For detailed instructions on how to perform the migration, please see the v2 migration guide.

What's Changed

Full Changelog: v0.92.1...v0.93.0