System tables like storage and scheduled_functions are now queryable, and scheduler.cancel() gives you programmatic control over scheduled work. Vector search removes the 100k document limit and supports up to 4096 dimensions, while usePaginatedQuery gains skip support and a Sentry integration lands for error tracking.
Convex 1.6
Convex Team
Published on November 20, 2023
Overview
Included Features (7)
Read-only access to storage and scheduled_functions system tables for querying scheduled function state and listing stored files.
ctx.scheduler.cancel(id) allows canceling scheduled jobs. Unstarted jobs won't run; running jobs continue but their children are cancelled.
usePaginatedQuery now supports the 'skip' parameter like useQuery, allowing conditional invocation.
Paste your Sentry DSN into the Convex dashboard to automatically send function exceptions to Sentry.
Select all rows in a table and modify them at once for quick data changes.
Removed the 100k document limit for vector search and added support for up to 4096 dimensions.
Ask questions about Convex documentation directly from docs.convex.dev via a built-in AI assistant.