Product Release March 10, 2025

Convex 1.20

convex v1.20
Convex Team

Convex Team

Published on March 10, 2025

Overview

This release enforces the deprecation introduced in 1.18: calling registered Convex functions directly as helper functions no longer typechecks. This pushes developers toward the correct patterns — extracting shared logic into plain helper functions or using ctx.runMutation/ctx.runQuery/ctx.runAction — ensuring proper validation, transaction isolation, and compatibility with triggers.

Included Features (1)