Convex broadens its framework support with official Svelte, Vue, and Bun compatibility. HTTP actions can now stream responses — critical for LLM integrations and large payloads. Dev and deploy pushes are faster, the logs page is redesigned, and an Auth.js integration guide ships.
Product Release May 14, 2024
Convex 1.12
convex v1.12
Convex Team
Published on May 14, 2024
Overview
Included Features (6)
#56
Svelte, Bun, and Vue Support
New quickstart guides for Svelte, Bun, and Vue, including the first community-maintained client library (Vue).
Completed
#57
HTTP Action Response Streaming
HTTP actions can now stream responses, enabling fast AI chat streaming without writing every chunk to the database.
Completed
#58
Faster npx convex dev / deploy
Deployment pushes are faster, especially for larger codebases.
Completed
#59
Redesigned Logs Page in Dashboard
Click on individual log lines to drill down into all logs and function calls for a single request.
Completed
#60
Improved OSS Backend Support
Prebuilt binaries for the open-source backend, improved Windows support, and support for self-hosted deployment URLs.
Completed
#61
Auth.js (NextAuth) Guide
New guide for using Convex with Auth.js/NextAuth, plus documentation on syncing user data via webhooks.
Completed