Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2024-04-03-f3b959a
Set retention_running before starting retention in IndexWorker (#24076) Allow retention worker to process the backfilled index while we are caching up on retention. GitOrigin-RevId: 25a5e0eafc64e8391d0504abc8df7d7afbad41ff
Precompiled 2024-04-02-cbd5e06
JS: Export OptionalRestArgsOrSkip (#24194) GitOrigin-RevId: 69720e7401fe77132f884e51b3f4d7eacc3dfd1a
Precompiled 2024-04-01-dde0613
Unset the dynamic linking compiler optimizations in precompile (#24195) Since we're building a precompiled binary, we want the full binary statically linked. GitOrigin-RevId: 294e35084e3c023caa9b410ddec36155d3e6147d
Precompiled 2024-04-01-b6252a0
Turn MAX_PUSH_BYTES into a knob. (#24162) GitOrigin-RevId: 6f10f889ca70ba97a7e818af99fa951d563b8e56
Precompiled 2024-03-29-9da04db
Add retention running flag to BackfillIndexState (#24069) Create a new index_created_lower_bound field so we can update index entry in backfilled state. Currently, we rely on it never updating. Also add retention_running flag so we can so the period we don't run retention for in newly backfilled indexes is minimal. This change adds and populates the new fields and adds a migration to backfill them properly. I am going to change IndexWorker in a separate PR. GitOrigin-RevId: 1b28ed0391f203a373ad4706cfcc65b2628eece2
Precompiled 2024-03-28-68f7a74
sizeOfAllTables system udf (#24059) GitOrigin-RevId: 8c1c08529b42ecc131758e99cd863670e1df2c94
Precompiled 2024-03-26-cc876c6
Precompile to zip files (#23982) This means that the size is ~35MB instead of ~100MB. Also, it maintains the executable bit, simplifying the process after unzip. GitOrigin-RevId: 69a764c2548a81f24b8de5915aba957f9c5a09d9
Precompiled 2024-03-26-831f54f
Rename requestId to executionContext in json (#23879) Rename the name of the field in the json seriealization. Make the change forwards/backwards compatible. GitOrigin-RevId: fdcf8e4d9232306ef8fe54896afa0565baa28c35
Precompiled 2024-03-25-b0e9358
Rollforward add a rate limiter for node actions (#23906) Rollforward add a rate limiter for node actions Now with the correct nomad env variables - adds the missing max_concurrent_node_actions var to backend.nomad This reverts commit 3c9da1c7caa47fb3476a42b31dc004a6d7e71378. GitOrigin-RevId: 2872d0b1a8b90db1cd63b537438872a03eebb4e9
Precompiled 2024-03-25-b0de598
Move node-executor reading of .nvmrc to compile time (#23908) This allows us to precompile on one machine and run on another without a checkout. GitOrigin-RevId: 37a359a84c211a5c3f04d1f350bd7b24f34fdf99