This release delivers smaller function bundles by enabling esbuild minification and setting NODE_ENV=production during bundling, resulting in faster deploys and reduced bundle sizes. ConvexHttpClient mutations are now queued by default — matching the behavior of other clients — preventing accidental concurrent mutation issues.
Product Release June 24, 2025
Convex 1.25
convex v1.25
Convex Team
Published on June 24, 2025
Overview
Included Features (3)
#91
Smaller Bundles via Minification
esbuild minification and NODE_ENV=production during bundling produce smaller, faster function bundles.
Completed
#92
ConvexHttpClient Mutations Queued by Default
ConvexHttpClient mutations are now queued by default, matching ConvexClient and ConvexReactClient behavior to prevent concurrent mutation bugs.
Completed
#93
Browser Import Detection
Convex now warns when server-side functions are imported in the browser, protecting against accidental exposure of implementation details.
Completed