This release introduces the npx convex function-spec command, which exposes function metadata for all functions in a deployment. This enables multi-repo workflows and API generation tools — developers can now generate type-safe API specifications for use in separate frontend repositories or by external teams.
Product Release August 28, 2024
Convex 1.15
convex v1.15
Convex Team
Published on August 28, 2024
Overview
Included Features (2)
#68
npx convex function-spec Command
New command that exposes the function metadata (name, type, validators, visibility) of functions defined in your Convex deployment.
Completed
#69
Generated Code Cleanup
Generated code no longer includes the 'Generated by convex@version' comment, and a fix for convexClient.query() to always return a Promise.
Completed