Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
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…
Precompiled 2024-09-03-9ddb3a8
Don't prettierignore generated README and tsconfig.json (#29446) Stop prettierignore-ing generated README and tsconfig.json GitOrigin-RevId: c7b3b807d2ac94a9e234b94814c152c19ef589d2
Precompiled 2024-09-02-64b5093
Improve schema checking path for deploy2 (#29394) GitOrigin-RevId: d244fa200dc2687b066abc5439e222679192589a