Skip to content

Releases: get-convex/convex-backend

Precompiled 2025-01-09-8115e60

09 Jan 00:52
Compare
Choose a tag to compare
upgrade jemalloc crates (#32936)

upgrade jemalloc

GitOrigin-RevId: 011e5f5ee268c9dd0d320f008e5b0b4aed1af94a

Precompiled 2025-01-08-9fe39c9

08 Jan 00:52
Compare
Choose a tag to compare
s3 upload in doubling part sizes (#32851)

avoid a bunch of configuration by starting with small parts of S3 files, and doubling the size each time until the maximum. This allows small files to upload quickly and not have a huge memory footprint in the Vec::with_capacity, but enormous files can still be uploaded.

GitOrigin-RevId: 6479db293dc0ce2651a31c652215ec9d640b9983

Precompiled 2025-01-07-3d932ed

07 Jan 00:51
Compare
Choose a tag to compare
skip build fuzzy dfa if fuzzy text search disabled (#32818)

This skips expensive `build_fuzzy_dfa` call when we check for readset overlaps if fuzzy text search is disabled. Looking up the token in the trie is sufficient for exact matches, and prefix tokens are already constructed in `DocumentTokens`.

GitOrigin-RevId: f8ec235035395e468428a294d1cefc583a64096e

Precompiled 2025-01-06-72e2626

06 Jan 00:52
Compare
Choose a tag to compare
increase max size for S3 file uploads (#32767)

see docstrings

GitOrigin-RevId: 17e6fc33d3486a35644f6dec8e28e154ccfd9d90

Precompiled 2025-01-03-1e4f23f

03 Jan 00:51
Compare
Choose a tag to compare
Add an informational backend route for / (#32699)

GitOrigin-RevId: 45e318e24b8624c43447b6a81e83416b84df3e2b

Precompiled 2025-01-02-12987de

02 Jan 00:51
Compare
Choose a tag to compare
Remove size limit on multipart form parsing (#32669)

GitOrigin-RevId: ce53dfc4add6dca0e65294c96ebaeb6f94eaa075

Precompiled 2025-01-01-5c28b31

01 Jan 00:52
Compare
Choose a tag to compare
cargo update -p pin-project (#32675)

GitOrigin-RevId: 35eec2379b938f45d9f9110debf08307a4c21a34

Precompiled 2024-12-31-3c05304

31 Dec 00:52
Compare
Choose a tag to compare
Sample overloaded less so we can see what's going on. (#32661)

GitOrigin-RevId: 333e32b526830505c1ad6c7e352dfa2e8a759651

Precompiled 2024-12-30-09693d8

30 Dec 00:52
Compare
Choose a tag to compare
Allow more headers in CORS policies (#32637)

GitOrigin-RevId: a008a79455d0c85bc909892952ff0417c7527d09

Precompiled 2024-12-27-44c0f33

27 Dec 00:50
Compare
Choose a tag to compare
Default to manual auth flow in case of CORS issue (#32632)

In browser environments like StackBlitz communicating with https://auth.convex.dev/.well-known/openid-configuration doesn't work, so use manual auth.

This is an old flow, we were just failing too early.

GitOrigin-RevId: 97642ccdfaf97c9df6777a23ff7f6596c25a505f