v0.93.0
版本发布时间: 2024-10-21 20:22:29
Zipstack/unstract最新发布版本:v0.101.6(2024-12-25 00:20:24)
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 https://github.com/Zipstack/unstract/pull/802
- FIX: Rearranged Prompt Card Buttons and Floating Copy Button for Better UX by @tahierhussain in https://github.com/Zipstack/unstract/pull/799
- Correct the tool dockerfil by @ritwik-g in https://github.com/Zipstack/unstract/pull/809
- Script to run v2 migration commands by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/791
- V2/remove feature flag by @muhammad-ali-e in https://github.com/Zipstack/unstract/pull/795
Full Changelog: https://github.com/Zipstack/unstract/compare/v0.92.1...v0.93.0