Skip to content

Releases: get-convex/convex-backend

Precompiled 2025-04-18-cd77a3c

18 Apr 00:50
Compare
Choose a tag to compare
Pre-release
dashboard: fix insights period  (#36497)

GitOrigin-RevId: 375ce00ea6dac6d775ee06b530cb6cc491b256c3

Precompiled 2025-04-17-c479b40

17 Apr 00:51
Compare
Choose a tag to compare
Pre-release
Lower MAX_USER_MODULES to 4096 but make it actually work (#36478)

There were a couple issues:
- Audit logging creates a ConvexArray with one entry per user module, which implies a hard limit of 8192
- Also, we would hit a TooManyReads error when replacing too many modules in one transaction.

The former is fixed by lowering MAX_USER_MODULES to be safely within the limit - 4096 for now.
This could be raised a little if necessary, but otherwise we would have to change the audit log schema.

The latter is fixed by a somewhat hacky change: since we already read out all the modules from the database,
we can read the `by_id` index instead of `by_creation_time` (which is used by full_table_scan). Then,
the additional read ranges created by `Transaction::replace` will merge with the full-table range,
instead of creating many small ones.

GitOrigin-RevId: 70d43a529b669e59af76fbb87502e61cd265f340

Precompiled 2025-04-16-9290b76

16 Apr 00:50
Compare
Choose a tag to compare
Pre-release
align text in ProblemForInsight occ (#36439)

Fixes alignment of text

GitOrigin-RevId: 42f02db2e8f0377537ae5a35aef7f38b2b9a4cb7

Precompiled 2025-04-15-0793534

15 Apr 00:51
Compare
Choose a tag to compare
Pre-release
Return is_paid_plan bool from BB (#36411)

GitOrigin-RevId: 65942d277ef975f27be40d0f67598e0a7e1d1421

Precompiled 2025-04-14-3a1e2e8

14 Apr 00:51
Compare
Choose a tag to compare
Pre-release
convex-backend PR 70: Update README.md (#36385)

Co-authored-by: Sujay Jayakar <[email protected]>
GitOrigin-RevId: d59848f6c60b22d96349a8f535b32cc0f15b4e91

Precompiled 2025-04-11-56756cc

11 Apr 00:51
Compare
Choose a tag to compare
Simplify previous_revisions_of_documents MySQL query (#36358)

GitOrigin-RevId: 4646999d1ba9cb95ca0c76a725a8b6998406ab7b

Precompiled 2025-04-10-7a79e2f

10 Apr 00:51
Compare
Choose a tag to compare
Pre-release
tell chef whether a team is disabled (#36335)

GitOrigin-RevId: bee603569b2b894e021e0ba795b37fa7d7aca797

Precompiled 2025-04-09-240c5d9

09 Apr 00:51
Compare
Choose a tag to compare
Pre-release
Make SpawnHandle shutdown on drop by default (#36297)

This prevents a common class of bugs on startup where a spawn handle can be created,
but then the initialization process hits an error and the task gets leaked.

GitOrigin-RevId: 31a4b3f4dc37bce00bee1379d3e9e5bdfb866a25

Precompiled 2025-04-08-4168581

08 Apr 00:50
Compare
Choose a tag to compare
Pre-release
Increase user read + write limits (#35974)

GitOrigin-RevId: b96639fca06e5050d16a5623909118f708773fb4

Precompiled 2025-04-07-a63a91a

07 Apr 00:51
Compare
Choose a tag to compare
Pre-release
Add UsageEvent::InsightReadLimit (#36166)

GitOrigin-RevId: e8298af1611c880497659c2dc534532246b9d089