Product Release August 22, 2025

Convex 1.26

convex v1.26
Convex Team

Convex Team

Published on August 22, 2025

Overview

This release introduces staged indexes, which allow new indexes on large tables to backfill in the background without blocking deployments. It also adds an experimental prewarmQuery method for preemptively subscribing to queries the user is likely to need, and a logs tool for the MCP server.

Included Features (4)

#96
Staged Indexes

New indexes can backfill in the background without blocking deployments. Mark an index as staged: true and monitor progress in the dashboard.

Completed