Product Release August 13, 2026

convex v1.44.0

convex v1.44.0
Nicolas Ettlin

Nicolas Ettlin

Published on August 13, 2026

Overview

  • schema.doc(tableName) returns the validator for whole documents of a table: the table's own validator with the id and creationTime system fields added (to each member, for tables defined with a union). schema.id(tableName) is v.id(tableName) restricted to the table names in the schema. docValidator(tableName, tableDefinition) from convex/server does the same as schema.doc when you only have a table definition.
  • The server-provided environment variables CONVEXSITEURL and CONVEXCLOUDURL are now available on env by default in _generated/server.d.ts, along with other environment variables specified in convex/convex.config.ts.
  • Fixed a bug where the context value provided by ConvexProviderWithAuth was not referentially stable.
  • Fixed a bug where npx convex login status would report misleading results when the user is logged in but does not have access to the current project.