Skip to content

Releases: get-convex/convex-backend

Precompiled 2024-05-21-478d4da

21 May 00:51
Compare
Choose a tag to compare
Implement upload_previous_segments for text indexes (#26033)

GitOrigin-RevId: 1311c504f4ca466145e5f02b5199c81766ca9321

Precompiled 2024-05-20-997fa59

20 May 00:52
Compare
Choose a tag to compare
Add Vector to various DiskSegment struct names (#25935)

GitOrigin-RevId: 9b65e17db39c0549083269173100fb5ac541aa95

Precompiled 2024-05-17-27156fb

17 May 00:51
Compare
Choose a tag to compare
Move Text/Vector index impls into their respective crates (#25866)

GitOrigin-RevId: 329962d459aefff892815b6d59534e35d2e854fa

Precompiled 2024-05-16-ce5f34e

16 May 00:50
Compare
Choose a tag to compare
[CX-6356] Accept Access Token in all Backend Endpoints for `convex de…

…ploy` (#25759)

GitOrigin-RevId: 325724c9f2dc0e851752243e6a710455686b81af

Precompiled 2024-05-15-553ba73

15 May 19:38
Compare
Choose a tag to compare
ConfigModel::apply don't fetch existing source (#25780)

we can avoid fetching existing module source when applying a new config, since all we need are the paths.

GitOrigin-RevId: 524ff3b1950b8ced14dd73f8e68e8e63609291d3

Precompiled 2024-05-15-83f6500

15 May 00:50
Compare
Choose a tag to compare
Add multi segment metadata to text search's backfilling state (#25752)

GitOrigin-RevId: 9afd42bb5610db0f02a294c09f70bfb3ba36c861

Precompiled 2024-05-14-c0f7a5c

14 May 00:51
Compare
Choose a tag to compare
feat(components): Make ActionOutcome component-aware (#25684)

GitOrigin-RevId: 4866b0099a837a062a3209fa74a4d0c09ee90493

Precompiled 2024-05-13-95543ed

13 May 00:55
Compare
Choose a tag to compare
remove rounding for bandwidth and db storage (#25583)

We've decided to no longer round up usage to the nearest 1KB!

GitOrigin-RevId: dcff0ed46a69d7017f0d144060559fe476074225

Precompiled 2024-05-10-d38e663

10 May 00:51
Compare
Choose a tag to compare
Remove block_logging from ActionCallbacks trait. (#25534)

block_logging is very confusing. It is part of ActionCallbacks trait, which means it is serialized and deserialized from protos.  However, all that obfuscates the fact that block_logging is always false for action callbacks. Thus the whole thing is redundant.

To help clean this up, remove block_logging from the trait and set it to false. We could pass log_visibility into ApplicationFunctionRunner, so we can check if we should block visibility, but this will always return false since actions have AllowedVisibility::All anyway, so passing this and creating transactions in order to do the check seem like an overkill.

GitOrigin-RevId: 3be542a7f2860e31b36a7506be1fa2054bb1b28a

Precompiled 2024-05-09-8aa6ae9

09 May 00:50
Compare
Choose a tag to compare
nest DeveloperQuery inside ResolvedQuery (#25381)

see docstring on ResolvedQuery.

this gets us closer to removing TableIdAndTableNumber which is a confusing concept since it mashes together tablets and table numbers.

GitOrigin-RevId: 9586355db96f0e276a37e030a4e732f49a3f4455