Skip to content

Releases: get-convex/convex-backend

Precompiled 2025-09-15-8abf95a

15 Sep 21:24
Compare
Choose a tag to compare
Pre-release
[Open Source] Make hosting more secure (#40954)

GitOrigin-RevId: c24d3d810becb137acacdc648c20af35f42b854d

Precompiled 2025-09-15-342bfd2

15 Sep 20:52
Compare
Choose a tag to compare
Pre-release
Metrics for ClientMessage args size (#40989)

following up on #40977, adds metrics for argument size of ClientMessage variants

GitOrigin-RevId: 3e54728d67187e811021fa8d2f0af5fb92e394c8

Precompiled 2025-09-12-4d3b0a5

12 Sep 17:57
Compare
Choose a tag to compare
Pre-release
Fix typo (#40942)

Typo reported by a community member on Discord.

GitOrigin-RevId: f54dc1cf80871d24c887b17383d513856cbb7eb1

Precompiled 2025-09-12-3793551

12 Sep 23:06
Compare
Choose a tag to compare
Pre-release
dashboard: set max-age on session cookies (#40955)

GitOrigin-RevId: da9fdc3955e8208769910a4b23f1992505ea3aa5

Precompiled 2025-09-11-4f7ebe3

11 Sep 00:51
Compare
Choose a tag to compare
cli: support --vercel login flow (#40883)

GitOrigin-RevId: 1d14624128207374823507f130451093061ba16a

Precompiled 2025-09-11-da6f12d

11 Sep 23:53
Compare
Choose a tag to compare
Pre-release
precompiled-2025-09-11-da6f12d

Split out the self-host latest-tagging job from the releasing job (#4…

Precompiled 2025-09-10-6ca3cf5

10 Sep 00:51
Compare
Choose a tag to compare
Pre-release
convex-backend PR 217: Typo: Update vectorSearch.ts (#40812)

Fix typo on the VectorDB docs page, `"you"` to `"your"`

    // 1. Generate an embedding from you favorite third party API:

-->

    // 1. Generate an embedding from your favorite third party API:

----

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Co-authored-by: Edison Qu <[email protected]>
GitOrigin-RevId: 02b5b8cc811eb555ec69903a5f36a05d92987d07

Precompiled 2025-09-09-bc68c78

09 Sep 00:51
Compare
Choose a tag to compare
Pre-release
[CLI] Add schema validation progress link (#40736)

Print a link to schema validation progress in the dashboard if it is slow (>10s). Similar to what we do for index backfill.

GitOrigin-RevId: cddccf21f85e92119cfda53f3d25f3bc60dc1ddf

Precompiled 2025-09-08-be2b7fb

08 Sep 20:50
Compare
Choose a tag to compare
Pre-release
Ignore orphaned namespaces in get_table_column_names (#40698)

This PR fixes a bug where the `/api/get_table_column_names` used by the future version of the Fivetran source connector would 500 in some cases where components are used.

GitOrigin-RevId: d509e8ddbb50a35b4c7d5797aa95eb5e3b3f1b85

Precompiled 2025-09-08-0fd2164

08 Sep 00:52
Compare
Choose a tag to compare
Pre-release
precompiled-2025-09-08-0fd2164

dashboard: make sure deployment banners dont interfere with the heigh…