Skip to content

v0.2.75

Choose a tag to compare

@larryro larryro released this 26 May 04:37
ccf4408

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, and search_projects search indexes from the platform schema to unblock convex deploy, which was hanging at Backfilling 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, and search_products had no callers. (#1739)

Upgrade

No manual migration required. Run tale upgrade to update the CLI, then tale deploy to apply the new version.

Contributors

@larryro


Full Changelog: v0.2.74...v0.2.75