Skip to content

Releases: get-convex/convex-backend

Precompiled 2024-09-18-583ec19

18 Sep 00:51
Compare
Choose a tag to compare
Revert "Revert "make storage egress and ingress usage component aware…

… (#29846)" (#29883)" (#29917)

GitOrigin-RevId: dab054fa2ecc8da07854bab1234d479c17ea9f04

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

Precompiled 2024-09-09-32360d2

09 Sep 00:52
Compare
Choose a tag to compare
Add null to log componentPath typing (#29662)

`componentPath` on `FunctionExecutionProgress` can be null.

GitOrigin-RevId: d9942b48ae85629207251f4752f7c49f664b3f16

Precompiled 2024-09-06-c3c1be0

06 Sep 00:51
Compare
Choose a tag to compare
Log sha256 on storage serving calls (#29596)

GitOrigin-RevId: ee27aeabe7c74874ae0dae7098f16064739993ff

Precompiled 2024-09-05-924e5a3

05 Sep 00:51
Compare
Choose a tag to compare
Run migration for exports by requestor column (#29515)

Filter out non snapshotExport sources by default once we run the
migration

GitOrigin-RevId: 4ec2243fad60bdace69d8da68f35e6d6e5e1b498