v0.2.75
v0.2.75 — Unblock stuck Convex deploys
Single-fix release. Drops the three text-search indexes (search_customers, search_products, search_projects) from the schema so convex deploy no longer stalls on a crash-looping SearchIndexBootstrapWorker. Affected callers fall back to scoped-scan name matching with no UI-visible change.
🐛 Fixes
- Drop the
search_customers,search_products, andsearch_projectssearch indexes from the platform schema to unblockconvex deploy, which was hanging atBackfilling indexes (412/413 ready)until the 300 s timeout. Customer and project name search switch to scoped scans over their existing org indexes; email / external-ID branches are unchanged, andsearch_productshad no callers. (#1739)
Upgrade
No manual migration required. Run tale upgrade to update the CLI, then tale deploy to apply the new version.
Contributors
Full Changelog: v0.2.74...v0.2.75