Skip to content

Releases: get-convex/convex-backend

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 <[email protected]>
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

Precompiled 2025-10-20-978d3b9

20 Oct 19:35

Choose a tag to compare

Pre-release
Update

GitOrigin-RevId: c0a11dd5947ccb1928daac145859fc13b626cc31

Precompiled 2025-10-17-c2e1c54

17 Oct 19:55

Choose a tag to compare

Pre-release
docs: Put the ESLint plugin out of beta (#42127)

GitOrigin-RevId: f6c567b1d5526f6ec13f156fb0384de6acd9cbb2

Precompiled 2025-10-17-4b3f099

17 Oct 22:24

Choose a tag to compare

Pre-release
Remove references to audit_logs_enabled from big-brain (#42142)

GitOrigin-RevId: fe6fc509b88f566701b84909c2529f09470ef3f7

Precompiled 2025-10-16-f229bbd

16 Oct 19:06

Choose a tag to compare

Pre-release
Truncate values displayed by stringifyValueForError (#42023)

This can otherwise create very long error messages, which is presumably not helpful.

GitOrigin-RevId: 1574b89728022d4438390350fc856f3dcaa8e84c