Action logs now stream live in the dashboard, and a new custom query editor lets you explore data interactively. The convex-test library launches for unit testing Convex functions locally. Under the hood, concurrent database reads via Promise.all are significantly faster, and the crypto API expands.
Product Release April 2, 2024
Convex 1.11
convex v1.11
Convex Team
Published on April 2, 2024
Overview
Included Features (5)
#51
Live Streaming Action Logs
Action log lines now appear in real-time in 'npx convex logs' and the dashboard as the action runs, instead of all at once when it finishes.
Completed
#52
Custom Queries in Dashboard
Write and run ad-hoc custom queries in the dashboard to inspect data without deploying new functions.
Completed
#53
convex-test Testing Library
New TypeScript library for testing Convex functions with a mock backend implementation.
Completed
#54
Faster Concurrent DB Reads with Promise.all
Convex now parallelizes more concurrent database reads, making join patterns with Promise.all significantly faster.
Completed
#55
Expanded Crypto API Support
Added crypto.subtle.exportKey, crypto.subtle.sign, crypto.subtle.verify, and more algorithm support in the Convex runtime.
Completed