releases.sh
Convex

Convex

convex.devDatabase
$npx @buildinternet/releases get convex

Deployment usage CLI; commit timestamp placeholder for FIFO queues

This release4 featuresNew capabilities2 enhancementsImprovements to existing features2 fixesBug fixesAI-tallied from the release notes
v1.43.0

New 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.

Read more →

Paused deployments cost less for business plans

This release1 enhancementImprovements to existing featuresAI-tallied from the release notes

Business customers now pay a lower overhead cost for paused deployments, previously charged the same as unpaused ones, better supporting teams with many idle deployments.

Read more →

Password, passkey, and MFA login added

This release1 featureNew capabilitiesAI-tallied from the release notes

Convex Dashboard and CLI now support logging in with a Password or Passkey, in addition to Google and GitHub, along with MFA for more secure access.

Read more →

Actions run substantially longer for heavy jobs

This release1 featureNew capabilitiesAI-tallied from the release notes

Actions can now run for substantially longer durations, helping teams handle heavy imports, large batch jobs, and slow third-party integrations more reliably.

Read more →

Mutations can read raw auth token; import and Clerk session bugs fixed

This release1 featureNew capabilities3 fixesBug fixesAI-tallied from the release notes
v1.42.2

Mutations and actions can now read the raw authentication token via authToken in ctx.meta.getRequestMetadata(). Fixed a circular import in convex/browser affecting ConvexHttpClient, a ConvexProviderWithClerk bug that ignored session changes, and a Windows codegen sorting inconsistency.

Read more →