Skip to content

Releases: get-convex/convex-backend

Precompiled 2024-09-23-372b67b

23 Sep 00:53
Compare
Choose a tag to compare
precompiled-2024-09-23-372b67b

[Http actions -> FunRun] Add new RPC to support running Http actions …

Precompiled 2024-09-20-a59c0c3

20 Sep 00:50
Compare
Choose a tag to compare
Make component types resistant to multiple convex packages (#29972)

Modify component types to allow multiple copies of the convex library to typecheck against each other.

GitOrigin-RevId: 0577742902edefeebd634aa03a5355e4a90b5dc1

Precompiled 2024-09-19-93a3e80

19 Sep 00:51
Compare
Choose a tag to compare
Better error codes in component deletion (#29968)

GitOrigin-RevId: 0a124b983d95165fe9932e86751999cf0e5ebe72

Precompiled 2024-09-18-583ec19

18 Sep 00:51
Compare
Choose a tag to compare
precompiled-2024-09-18-583ec19

Revert "Revert "make storage egress and ingress usage component aware…

Precompiled 2024-09-17-aedf041

17 Sep 00:52
Compare
Choose a tag to compare
Remove reference to args (#29893)

GitOrigin-RevId: 8817744d6df1e30c1e7a1e83e4bbed4e382c955a

Precompiled 2024-09-16-6329dd9

16 Sep 00:51
Compare
Choose a tag to compare
include rustfmt in convex-backend (#29863)

Include rustfmt.toml in OSS repo

GitOrigin-RevId: 37dcbe55671aa78170107b64475434fc810786f5

Precompiled 2024-09-13-5be8e0e

13 Sep 00:51
Compare
Choose a tag to compare
Add ComponentPath to FunctionUsageStats (#29839)

This PR supports breaking usage down by component path. This makes it possible to see within a transaction how much bandwidth was used in each component, for example. There are still some TODOs mostly around snapshot import, export and file storage.

Notable changes:
- adding `ComponentRegistry` to `FinalTransaction`
- some new helpers to get `ComponentPath` given document id
- pass around `BTreeMap<ComponentId, ComponentPath>` from `Snapshot` to avoid needing to create a transaction just to convert `ComponentId` to `ComponentPath` for snapshot export

GitOrigin-RevId: 86e4f205081331ae1ddae5a6192df558bb7c4691

Precompiled 2024-09-12-750af9e

12 Sep 00:51
Compare
Choose a tag to compare
Fix path encoding for ComponentDefinitionPath (#29794)

GitOrigin-RevId: 511ad4af1b0db0a3ed34f9d32d7c8afafee567ad

Precompiled 2024-09-11-1d02e36

11 Sep 00:51
Compare
Choose a tag to compare
NPM release version 1.16.0 (#29750)

GitOrigin-RevId: dab50621ac40a77d6b6fb37d2c14bfb42b5bdd0d

Precompiled 2024-09-10-5c535c3

10 Sep 00:51
Compare
Choose a tag to compare
[Record Validators] Walk AST in dashboard (#29576)

Update `ValidatorJSON` to include records

GitOrigin-RevId: babe572a55834bf1189e19b689e430ebdd897da7