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
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?It was some interesting stuff, @sshader uncovered it βΒ to do with websocket event handlers running more sync than we expected