This release adds the ability to configure the Node.js version used by Node actions via convex.json, giving developers control over which runtime their server-side actions execute on. It also enhances the CLI with JSON/JSONL export for convex data and piped input for convex env set.
Product Release September 9, 2025
Convex 1.27
convex v1.27
Convex Team
Published on September 9, 2025
Overview
Included Features (3)
#100
Node.js Version Configuration
Configure the Node.js version for actions via the node.nodeVersion field in convex.json.
Completed
#101
npx convex data --format
Export table data as JSON or JSONL from the CLI with the new --format option.
Completed
#102
npx convex env set via Piping
Set environment variables by piping values via STDIN — useful for securely setting multi-line secrets like private keys.
Completed