Releases Index
Convex

Convex

convex.devDatabase
$npx @buildinternet/releases get convex

Local deployments upgrade in place; stateless MCP supported

This release2 featuresNew capabilities1 enhancementImprovements to existing features1 fixBug fixesAI-tallied from the release notes
v1.45.0

Local deployments now upgrade to a new backend version in place, bypassing snapshot export and import, so upgrades no longer depend on data size or prompt about transferring it. The Convex MCP server now supports the stateless MCP protocol (2026-07-28 MCP specification), and a new getServiceToken function generates service tokens for first-party Convex services.

Read more →

Local deployments upgrade in place; getServiceToken added

This release2 featuresNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notes
v1.45.0

Local deployments now upgrade to a new backend version in place, skipping the snapshot export and import that previously scaled with data size. The Convex MCP server supports the stateless MCP protocol, and a new getServiceToken function generates service tokens for first-party services.

Read more →

New rule flags schema import cycles

This release1 featureNew capabilitiesAI-tallied from the release notes
v4.0.0

Adds a new @convex-dev/no-schema-import-cycle rule, enabled by default as an error, that detects when schema.ts imports files that themselves depend on the schema.

Read more →

Scoped auth tokens limit dev-key agent blast radius

This release1 featureNew capabilitiesAI-tallied from the release notes

Development-environment tokens like npx convex dev can now be scoped to narrower permissions than the full user, preventing agents from pushing to production inadvertently.

Read more →

schema.doc() validators; auth context stability fixed

This release3 featuresNew capabilities2 fixesBug fixesAI-tallied from the release notes
v1.44.0

schema.doc(tableName) now returns the validator for whole documents of a table, including id and creationTime system fields, with schema.id() and docValidator() added as companions. ConvexSiteUrl and ConvexCloudUrl are available on env by default in generated server types, and fixed a referential stability bug in ConvexProviderWithAuth plus a misleading npx convex login status report.

Read more →

HTTP headers now accessible in all functions

This release1 featureNew capabilitiesAI-tallied from the release notes

All Convex functions can now access HTTP headers, useful for checking IPs or custom client headers like version or agent—a long-requested feature with 48 upvotes.

Read more →

New default rule flags top-of-hour cron jobs

This release1 featureNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notes
v3.0.0

A new @convex-dev/no-top-of-hour-crons rule (enabled by default as a warning) flags cron jobs scheduled exactly on the hour. @convex-dev/no-collect-in-query and @convex-dev/explicit-table-ids now work without type-aware linting, and error messages recommend enabling it when disabled.

Read more →

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 →

Dashboard search and navigation added

This release1 featureNew capabilitiesAI-tallied from the release notes

The Convex dashboard now supports quickly searching and navigating between projects, deployments, and data.

Read more →

Streaming export API syncs Convex data continuously

This release1 featureNew capabilitiesAI-tallied from the release notes

New public API enables continuous streaming export of Convex data to other data locations, supporting greenfield and brownfield projects where data spans multiple stacks.

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 →

Windows codegen sorts module paths consistently

This release1 fixBug fixesAI-tallied from the release notes
v1.42.3

Fixed a bug where the codegen did not sort module paths consistently with other platforms on Windows. This completes a fix partially applied in 1.42.2.

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 →