Skip to content

Releases: get-convex/convex-backend

Precompiled 2025-10-23-dfafffa

23 Oct 07:29

Choose a tag to compare

Pre-release
Prepare to migrate to edition 2024 (#42320)

GitOrigin-RevId: 61fb1187dfaf07ae6811a66187c5154d1696c82a

Precompiled 2025-10-23-ae5ef28

23 Oct 01:06

Choose a tag to compare

Pre-release
Do not panic if backfilling forwards through deleted tables (#42317)

GitOrigin-RevId: f2f840bd69101fb77d8df05aa64f935fe4af78fa

Precompiled 2025-10-23-6693fb3

23 Oct 21:11

Choose a tag to compare

Pre-release
dashboard: fix issue with copy not working on log list items (#42356)

GitOrigin-RevId: c15941716749c87897dd20030ca0b9b7ddd5c1d7

Precompiled 2025-10-22-a7b04d0

22 Oct 22:05

Choose a tag to compare

Pre-release
Debounce the push of static lambda to once every 30s at most. (#42297)

GitOrigin-RevId: 5bd065ac276247cb34267656d2eaf2ea9e6e10f5

Precompiled 2025-10-22-6d7b355

22 Oct 17:21

Choose a tag to compare

Pre-release
convex-backend PR 239: Fixes typo on projects dashboard (#42282)

This fixes a small typo I just noticed on the projects dashboard (only visible when the user's team does not have any projects).

----

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: Adrian Jagusch <adrian.jagusch@jumax.net>
GitOrigin-RevId: 9cf38ed35d112382415d7e90372958d4d44019de

Precompiled 2025-10-22-4f285a9

22 Oct 20:52

Choose a tag to compare

Pre-release
Simplify LeaderRetentionManager::new (#42288)

GitOrigin-RevId: c25ec8f7c1143b06d2926c69597c1d5c609c0d83

Precompiled 2025-10-22-1804b18

22 Oct 23:13

Choose a tag to compare

Pre-release
precompiled-2025-10-22-1804b18

Reapply "RefactorAcessToken to be an enum" and fix preview deployment…

Precompiled 2025-10-21-b4f1389

21 Oct 18:13

Choose a tag to compare

Pre-release
precompiled-2025-10-21-b4f1389

Remove set_read_only from Persistence trait, and make it independent …

Precompiled 2025-10-21-7c8171c

21 Oct 00:48

Choose a tag to compare

Pre-release
Splay lambdas even more on conductor deploy (#42203)

GitOrigin-RevId: 9f8ea8b94f678c0a6c8428cece1042ccf5c1c938

Precompiled 2025-10-21-2d8c492

21 Oct 20:18

Choose a tag to compare

Pre-release
DB index backfill checkpointing (#42012)

Adds checkpointing to database index backfills so they are resumable (restarting the backend won't erase backfill progress).

We store the `BackfillCursor` in the index backfills table to avoid OCCs in the `_index` table, which only allows one write at a time. This is not consistent with the way search index checkpoints are stored, but we should migrate those out of the `_index` table eventually for the same reason.

GitOrigin-RevId: 1a0b21ac46b3edd1dd52da8a37e1ef173538d235