v1.54.0
Zipstack/unstractv1.54.0Feb 26, 2026by Deepak-Kesavan
AI Summary
Major infrastructure release featuring migration from Create React App to Vite for the frontend, database optimizations, and new user model field for OAuth handling.
Key Highlights
- Migrated frontend from Create React App to Vite
- Added performance indexes on page_usage table for Superset dashboard optimization
- Added is_deprecated field to User model for OAuth email change handling
- Fixed API Hub branding on vertical pages in incognito mode
New Features
- Frontend migration to Vite
- Performance indexes for dashboard optimization
- is_deprecated field for OAuth handling
- Worktree setup script for automated env file copying
- Skip thinking config for Vertex AI pro models when disabled
Full Release Notes
## What's Changed * [MISC] Add worktree setup script for automated env file copying by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1756 * UN-3185 [MISC]: Migrate frontend from Create React App to Vite by @hari-kuriakose in https://github.com/Zipstack/unstract/pull/1607 * [MISC] Add performance indexes on page_usage table for Superset dashboard optimization by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1778 * [MISC] Remove max_time from SDK1 retry decorator by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1800 * FIX ([UN-3219]: show API Hub branding on verticals pages in incognito mode by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/1786 * UN-3186 [FEAT] Add is_deprecated field to User model for OAuth email change handling by @muhammad-ali-e in https://github.com/Zipstack/unstract/pull/1763 * UN-3136 [FIX] Skip thinking config for Vertex AI pro models when disabled by @pk-zipstack in https://github.com/Zipstack/unstract/pull/1775 **Full Changelog**: https://github.com/Zipstack/unstract/compare/v1.53.0...v1.54.0