Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2024-09-17-aedf041
Remove reference to args (#29893) GitOrigin-RevId: 8817744d6df1e30c1e7a1e83e4bbed4e382c955a
Precompiled 2024-09-16-6329dd9
include rustfmt in convex-backend (#29863) Include rustfmt.toml in OSS repo GitOrigin-RevId: 37dcbe55671aa78170107b64475434fc810786f5
Precompiled 2024-09-13-5be8e0e
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
Fix path encoding for ComponentDefinitionPath (#29794) GitOrigin-RevId: 511ad4af1b0db0a3ed34f9d32d7c8afafee567ad
Precompiled 2024-09-11-1d02e36
NPM release version 1.16.0 (#29750) GitOrigin-RevId: dab50621ac40a77d6b6fb37d2c14bfb42b5bdd0d
Precompiled 2024-09-10-5c535c3
[Record Validators] Walk AST in dashboard (#29576) Update `ValidatorJSON` to include records GitOrigin-RevId: babe572a55834bf1189e19b689e430ebdd897da7
Precompiled 2024-09-09-32360d2
Add null to log componentPath typing (#29662) `componentPath` on `FunctionExecutionProgress` can be null. GitOrigin-RevId: d9942b48ae85629207251f4752f7c49f664b3f16
Precompiled 2024-09-06-c3c1be0
Log sha256 on storage serving calls (#29596) GitOrigin-RevId: ee27aeabe7c74874ae0dae7098f16064739993ff
Precompiled 2024-09-05-924e5a3
Run migration for exports by requestor column (#29515) Filter out non snapshotExport sources by default once we run the migration GitOrigin-RevId: 4ec2243fad60bdace69d8da68f35e6d6e5e1b498
Precompiled 2024-09-04-d0be520
precompiled-2024-09-04-d0be520 fix `npx convex run --watch --component-path` and make schemas reacti…