---
name: Convex
slug: convex
domain: convex.dev
description: Reactive backend-as-a-service with realtime sync, TypeScript functions, and a hosted database.
category: database
sources: 1
total_releases: 10
releases_last_30d: 9
avg_releases_per_week: 1.7
last_updated: 2026-08-11
tracking_since: 2026-07-02
canonical: https://releases.sh/convex
tags:
  - backend
  - realtime
  - typescript
accounts:
  github: "get-convex"
  x: "convex_dev"
---

<Source name="Ship Changelog" slug="convex-ship-changelog" type="scrape" releases="10" latest-version="v1.43.0" latest-date="2026-07-31T00:00:00.000Z" primary="true" url="https://releases.sh/convex/convex-ship-changelog" />

## Recent Releases

_Summaries below — fetch the release's `canonical` URL for full content, or `url` for the original source._

<Release source="convex-ship-changelog" version="v1.43.0" date="July 31, 2026" published="2026-07-31T00:00:00.000Z" url="https://ship.convex.dev/changelog/convex-v1-43-0" canonical="https://releases.sh/release/rel_NVebAMf1bI8fvsbJsQK-1" truncated="true">
### convex 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.
</Release>

<Release source="convex-ship-changelog" date="July 29, 2026" published="2026-07-29T00:00:00.000Z" url="https://ship.convex.dev/changelog/item-346-lower-price-for-paused-deployments" canonical="https://releases.sh/release/rel_zP0XaHcM9In1ysGbPNYfC" truncated="true">
### Lower Price for Paused Deployments

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.
</Release>

<Release source="convex-ship-changelog" date="July 28, 2026" published="2026-07-28T00:00:00.000Z" url="https://ship.convex.dev/changelog/item-382-quickly-search-and-navigate-between-projects-deplo" canonical="https://releases.sh/release/rel_Xgv7zrDMt0zT8sgLBob-n" truncated="true">
### Quickly search and navigate between projects, deployments, and data on the dashboard

You can now quickly switch between projects and deployments on the Convex dashboard using search and navigation.
</Release>

<Release source="convex-ship-changelog" date="July 24, 2026" published="2026-07-24T00:00:00.000Z" url="https://ship.convex.dev/changelog/item-379-data-sync-streaming-export-api" canonical="https://releases.sh/release/rel_NkKPmlF7GmVWPj7gtfgOl" truncated="true">
### Data Sync / Streaming Export API

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

<Release source="convex-ship-changelog" date="July 24, 2026" published="2026-07-24T00:00:00.000Z" url="https://ship.convex.dev/changelog/item-378-allow-logging-into-convex-with-a-password-or-passk" canonical="https://releases.sh/release/rel_If9D-osw025SLrlWFjUxA" truncated="true">
### Allow logging into Convex with a Password or Passkey (+MFA)

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.
</Release>

<Release source="convex-ship-changelog" date="July 17, 2026" published="2026-07-17T00:00:00.000Z" url="https://ship.convex.dev/changelog/item-237-longer-running-actions" canonical="https://releases.sh/release/rel_vBQIPq_ErNJrGLi7--Dh4" truncated="true">
### Longer-running actions

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

<Release source="convex-ship-changelog" version="v1.42.3" date="July 16, 2026" published="2026-07-16T00:00:00.000Z" url="https://ship.convex.dev/changelog/convex-v1-42-3" canonical="https://releases.sh/release/rel_RfAtk6R1bU7DkEhiXaPdK" truncated="true">
### Convex 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.
</Release>

<Release source="convex-ship-changelog" date="July 15, 2026" published="2026-07-15T00:00:00.000Z" url="https://ship.convex.dev/changelog/item-367-customizable-deployment-level-usage-limits" canonical="https://releases.sh/release/rel_D8bX5dFuANJtkCvDa7Oea" truncated="true">
### Customizable deployment-level usage limits

You can now configure granular usage limits for individual deployments, such as "Allow 50 GB of DB I/O per month."
</Release>

<Release source="convex-ship-changelog" version="v1.42.2" date="July 14, 2026" published="2026-07-14T00:00:00.000Z" url="https://ship.convex.dev/changelog/convex-v1-42-2" canonical="https://releases.sh/release/rel_-qZeKqoktu8MJu5RdydHG" truncated="true">
### convex 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.
</Release>

<Release source="convex-ship-changelog" date="July 2, 2026" published="2026-07-02T00:00:00.000Z" url="https://ship.convex.dev/changelog/item-373-schema-visualization-on-the-dashboard" canonical="https://releases.sh/release/rel_Qyk08gB_vFX1yVP3Sf10D" truncated="true">
### Schema visualization on the dashboard

Convex dashboard now displays a visual diagram of a deployment's schema.
</Release>

## Fetching more

Append `.md` (markdown), `.json` (raw data), or `.atom` (feed) to any URL on this page.

- Per-source history: `https://releases.sh/convex/{source-slug}`
- Atom feed: `https://releases.sh/convex.atom`
- Individual release: `https://releases.sh/release/{release-id}`
