v0.93.0
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
- Added open telemetry zero code instrumentation package by @ritwik-g in #802
- FIX: Rearranged Prompt Card Buttons and Floating Copy Button for Better UX by @tahierhussain in #799
- Correct the tool dockerfil by @ritwik-g in #809
- Script to run v2 migration commands by @chandrasekharan-zipstack in #791
- V2/remove feature flag by @muhammad-ali-e in #795
Full Changelog: v0.92.1...v0.93.0