This release adds a safety check to --preview-create: it now errors if used with a non-preview deploy key instead of silently deploying to production. A critical guardrail for CI/CD pipelines.
Product ReleaseDecember 2, 2025
Convex 1.30
convex v1.30
Convex Team
Published on December 2, 2025
Overview
Included Features (2)
#108
Preview Deploy Key Safety Check
npx convex deploy --preview-create now errors if used with a non-preview deploy key, preventing accidental production deployments.
Completed
#109
Deploy Protection for Large Indexes
The CLI asks for explicit confirmation before deleting indexes with 100,000+ documents during deploy.
Completed