Deployment usage CLI; commit timestamp placeholder for FIFO queues
↗This release4 featuresNew capabilities2 enhancementsImprovements to existing features2 fixesBug fixesAI-tallied from the release notesNew CLI commands npx convex deployment usage and npx convex deployment usage-limits let you view resource usage and edit limits. Mutations can now reference their upcoming commit timestamp via ctx.db.vars.commitTs (with a matching v.commitTs() validator), useful for FIFO queues, and hourly cron jobs can omit minuteUTC for auto-assigned start times.