ballingt
ballingtβ€’2y ago

Announcing Convex 0.15.0

Convex 0.15.0 is out! Some highlights: * There's a new experimental CLI command npx convex run for running mutations, actions, and queries from the command lineπŸƒ * Dark mode beta! πŸŒƒ * You can now command-click to jump to source in convex npm package code instead of .d.ts files 🦘 * Finally: delete and clear tables in the dashboard! πŸ’₯ * WebSocket reconnection works better now, and wow we know more about WebSocket browser implementations now πŸͺ’ * Breaking: usePaginatedQuery API changes and convex/server no longer loading in browsers 🧨 And lots more, check it out here: https://blog.convex.dev/announcing-convex-0-15-0/
Convex News
Announcing Convex 0.15.0
Convex 0.15.0 has been released! The Convex team has been hard at work stabilizing APIs as we work toward a future with fewer breaking changes. The main updates in 0.15.0 are: * npx convex run (experimental) * Breaking: usePaginatedQuery API changes * Breaking: convex/server throws in browsers * Next.
2 Replies
RJ
RJβ€’2y ago
Huge fan of the npx convex run concept and WebSocket reconnection improvements! If you think it'd ever be worth sharing, I'd be interested to hear what you learned about WebSocket browser implementations @ballingt. Maybe as a Stack post?
ballingt
ballingtOPβ€’2y ago
It was some interesting stuff, @sshader uncovered it β€”Β to do with websocket event handlers running more sync than we expected

Did you find this page helpful?