Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-10-22-6d7b355
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
Simplify LeaderRetentionManager::new (#42288) GitOrigin-RevId: c25ec8f7c1143b06d2926c69597c1d5c609c0d83
Precompiled 2025-10-22-1804b18
precompiled-2025-10-22-1804b18 Reapply "RefactorAcessToken to be an enum" and fix preview deployment…
Precompiled 2025-10-21-b4f1389
precompiled-2025-10-21-b4f1389 Remove set_read_only from Persistence trait, and make it independent …
Precompiled 2025-10-21-7c8171c
Splay lambdas even more on conductor deploy (#42203) GitOrigin-RevId: 9f8ea8b94f678c0a6c8428cece1042ccf5c1c938
Precompiled 2025-10-21-2d8c492
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
Update GitOrigin-RevId: c0a11dd5947ccb1928daac145859fc13b626cc31
Precompiled 2025-10-17-c2e1c54
docs: Put the ESLint plugin out of beta (#42127) GitOrigin-RevId: f6c567b1d5526f6ec13f156fb0384de6acd9cbb2
Precompiled 2025-10-17-4b3f099
Remove references to audit_logs_enabled from big-brain (#42142) GitOrigin-RevId: fe6fc509b88f566701b84909c2529f09470ef3f7
Precompiled 2025-10-16-f229bbd
Truncate values displayed by stringifyValueForError (#42023) This can otherwise create very long error messages, which is presumably not helpful. GitOrigin-RevId: 1574b89728022d4438390350fc856f3dcaa8e84c