Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
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
Precompiled 2024-08-30-ed11fd0
[backend] add DeploymentAuditEvent variant for components push (#29272) This PR adds a deployment audit event variant for component push. - One difference to note: we bundle index changes together with the push event, which makes it easy to see that the changes in a push are atomic from the dashboard side. - Also, we have 3 different ways of serializing index configs, which made this kind of annoying to write. I leveraged the existing `SerializedDeveloperIndexConfig` struct and used serde flatten to make it compatible with the existing build indexes code. Can maybe simplify further here. - There is a bug where adding an index that was previously removed creates an empty `IndexDiff`. I'll fix it in a follow up. GitOrigin-RevId: 235c2eacda54f34a904a37de66802c62f73c1204
Precompiled 2024-08-29-99de13e
Update `Changelog.md` for 1.15.0 (#29296) GitOrigin-RevId: 080d72c25cb7ef2a2e869ff8a32c1d46f4320462
Precompiled 2024-08-28-daa709c
snapshot export component subtree (#29149) enable snapshot exports of a subtee of the component tree. this is especially useful if a component has been unmounted (deleted from source code) and you want to recover its data. <img width="1534" alt="Screenshot 2024-08-23 at 12 41 26 PM" src="https://github.com/user-attachments/assets/e8a4287d-36ba-48a7-9a92-1dc3ff42ebcb"> GitOrigin-RevId: 0e9ebd6d483c17f9c80c63c862ce3a7d0ebc7d63