0.9.2 Release

New release out: 0.9.2
  • You can now go from your schema types to typescript types more granularly than just
    Document<TableName>
    with our
    Infer
    type
  • You can now add
    .order
    after
    .filter
    when querying the database (it used to need to go before)
  • You can access the backend's api and http urls from functions:
    CONVEX_SITE_URL
    and
    CONVEX_CLOUD_URL

    and more!
    https://blog.convex.dev/announcing-convex-0-9-2/
The Convex Blog
Happy Friday! We have a little patch release for you with a couple of new goodies. Stay tuned for some big updates coming soon.
Was this page helpful?