Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2024-07-31-ee494d8
Vendor native tls and link statically. (#28505) Statically link across the board. GitOrigin-RevId: 39e17da49f706cae673003aeced85c4f32007443
Precompiled 2024-07-30-dabfba3
Fix the sccache startup flake (#28464) Try to startup sccache 3 times. GitOrigin-RevId: f0c8467747cc1f581106760dba35256ba0f9eccd
Precompiled 2024-07-29-8a2590f
precompiled-2024-07-29-8a2590f Reclassify rate limit errors as new error type corresponding to 429 (…
Precompiled 2024-07-25-4e0e27a
Add fivetran destination connector docs. (#28285) Added docs for the destination connector, as well as cross links about the source connector. GitOrigin-RevId: 78d84fd65588ffa974da2c082e297c9e1160e959
Precompiled 2024-07-24-1e53c48
serve version number at /instance_version (#28261) Serve instance version at /instance_version GitOrigin-RevId: 5fe117a855298e17762c644bafcd8857d63a1eb0
Precompiled 2024-07-23-263c0d0
precompiled-2024-07-23-263c0d0 rename @convex-dev/convex-react-query -> @convex-dev/react-query (#28…
Precompiled 2024-07-22-d0f3094
delete source_package/tests.rs (#28141) this test has not run for over a year, since there is no `mod tests;` in the mod.rs. It doesn't compile. I tried to get it to compile but eventually realized that it's testing behavior we don't really have anymore. The behavior we want to test is covered in `application/src/tests/source_package.rs:test_source_package` GitOrigin-RevId: 4027da6353716a8708f69d2bb7d1686c54e1d926
Precompiled 2024-07-19-a777582
Groundwork for vanity domains GitOrigin-RevId: a28877118ea0843eb1f224330d58c50baa6dc0a2
Precompiled 2024-07-18-26665f2
remove generated_ids from transaction writes (#28033) `generated_ids` are redundant because they're also represented as the keys in `updates` where `update.old_document.is_none()`. delete the field. reconstruct it when we need to check generated IDs at commit time, and when constructing the proto for funrun to avoid version skew issues. GitOrigin-RevId: 510e856a94ca14a106351a001d29d1b0e5555c95
Precompiled 2024-07-17-0fa8a6c
Add `ComponentPath` to `UdfIdentifier` (#27943) This PR adds `ComponentPath` to `UdfIdentifier`, which we need for namespacing logs and usage. I updated the `/app_metrics` API endpoints to take in component path. I'll follow up with adding that to the dashboard app_metrics calls after backend is pushed with this. GitOrigin-RevId: f87f9667711b865a387a83afcbdcc1dd62d779ef