Skip to content

Releases: get-convex/convex-backend

Precompiled 2025-06-27-1de92b4

27 Jun 00:51
Compare
Choose a tag to compare
Pre-release
Do not reuse connections after certain errors (#38477)

GitOrigin-RevId: 757fd7e1bf7e4ff35b2ab99f811579a9916dfd65

Precompiled 2025-06-26-5f468b8

26 Jun 00:51
Compare
Choose a tag to compare
Pre-release
Store index keys instead of full documents in the write log (#38204)

GitOrigin-RevId: 24809bc92c1f28433969528a8209ba602cb9d623

Precompiled 2025-06-25-d9fd0cf

25 Jun 00:51
Compare
Choose a tag to compare
Pre-release
Patch tokio-postgres to add error details (#38398)

GitOrigin-RevId: ec094aa13828d4c7ead00a1f34bda53ba2e42076

Precompiled 2025-06-24-9019ea5

24 Jun 00:51
Compare
Choose a tag to compare
Pre-release
Show the Convex logo in embedded dashboard (#38350)

GitOrigin-RevId: f5dd8bfc1fc6c3aff0a7776daf20e69eb8460b58

Precompiled 2025-06-23-6ede51f

23 Jun 00:52
Compare
Choose a tag to compare
Pre-release
Make node actions args limit user error (#38319)

AWS Lambda has a 6MiB limit on request size. This PR adds a check that arguments don't exceed 5MiB and makes it a user error instead of an internal server error.

GitOrigin-RevId: b7f14275a160e04c7b391bb64c582846157db4c5

Precompiled 2025-06-20-e1d07a8

20 Jun 00:51
Compare
Choose a tag to compare
Minor Svelte quickstart updates (#38301)

GitOrigin-RevId: 254e9442b6106ee9c59d33e7fdc4fd2d7fbe781d

Precompiled 2025-06-19-643ac23

19 Jun 00:51
Compare
Choose a tag to compare
Pre-release
Add a benchmark for `is_stale` (#38286)

GitOrigin-RevId: 1a717914e65dc216fa4a5c91d6feadc7e61f21bd

Precompiled 2025-06-18-ecf7a99

18 Jun 00:51
Compare
Choose a tag to compare
Pre-release
Simplify ConvexPgPool a bit and add comments (#38240)

non-comment changes:
- make use of `GenericClient` to abstract over `Client` vs `Transaction`
- instead of creating a `connector` function with a complicated type, just store the `MakeRustlsConnect` object in ConvexPgPool and inline the connect code

GitOrigin-RevId: 2af05f41aa431e01ea18fa51fd07939f8cba96b4

Precompiled 2025-06-17-0db5210

17 Jun 00:51
Compare
Choose a tag to compare
Pre-release
Add an outer ORDER BY on postgres index_scan (#38211)

GitOrigin-RevId: c0aca7c904f4f86dfde112ed4c00410ee652bee7

Precompiled 2025-06-16-def0853

16 Jun 00:52
Compare
Choose a tag to compare
Pre-release
precompiled-2025-06-16-def0853

convex-backend PR 121: types(getUserIdentity): note about behavior on…