This release unifies the deploy codepath so all deploys use the components-aware pipeline, whether or not components are used. This is an important architectural step toward components becoming a first-class stable feature. Generating convex/_generated/ files now requires a deployment to be present, making committing generated code more important.
Product ReleaseOctober 15, 2025
Convex 1.28
convex v1.28
Convex Team
Published on October 15, 2025
Overview
Included Features (2)
#103
Components Codepath Unification
All deploys now use a codepath that supports components. Generating _generated/ files requires a deployment to be present and env vars set.
Completed
#104
TransitionChunk Messages
WebSocket sync protocol support for splitting large transitions into multiple messages to prevent the server from appearing non-responsive.
Completed