Preview deployments arrive in beta — spin up isolated backend environments for every PR or branch. Environment variable defaults for dev and preview simplify configuration, dynamic imports are now supported in actions, and usePaginatedQuery gets a performance upgrade.
Product Release October 27, 2023
Convex 1.5
convex v1.5
Convex Team
Published on October 27, 2023
Overview
Included Features (4)
#24
Preview Deployments
Test backend changes before pushing to production. Integrates with Vercel and Netlify deploy previews.
Completed
#25
Project Environment Variable Defaults
Set default environment variable values for development and preview deployments, automatically applied when creating new deployments.
Completed
#26
Dynamic Imports in Actions
Use dynamic imports in actions running in the Convex runtime, improving support for libraries like LangChain.
Completed
#27
Improved usePaginatedQuery Performance
usePaginatedQuery scales better with frequently updating data, and cancelling scheduled functions from the dashboard also prevents recursive re-scheduling.
Completed