Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2024-11-08-4450b36
Unique component definition path on snapshot import (#31421) Required since there's a uniqueness check on push. GitOrigin-RevId: bef29e1cabd1430e9840f1a8608073f420590d40
Precompiled 2024-11-07-4710609
Increase MySQL connection pool TTLs for funrun (#31367) We've seen a ~40ms overhead when acquiring a new connection (as opposed to reusing an existing one). The current parameters try and keep the pool small but are from an era before funrun as well as before we were using RDS proxy. This makes it so that funrun keeps connections around for longer so we can benefit from connection reuse. GitOrigin-RevId: db9e30bcb89ab159bacfaccadf545d6b6547b9df
Precompiled 2024-11-06-8fb7063
fix sentry + honeycomb tracing in conductor (#31360) GitOrigin-RevId: 1fd00d95bbf81ac632318a4431af4bfe4a877f35
Precompiled 2024-11-05-7a06980
Normalize `AnalyzedModule` (#31345) This PR removes the `MappedModule` struct which contains duplicate data from its parent, `AnalyzedModule`. This maintains the duplicated data in `ModuleMetadata` in the db, so the data is still denormalized when it is serialized. GitOrigin-RevId: 37a34f22848f7e99e2a5ad37ed912c1dd0c94faa
Precompiled 2024-11-04-53c3f9d
precompiled-2024-11-04-53c3f9d Move text/vector search queries, snapshot apply, and subscriptions to…
Precompiled 2024-11-01-321e53e
[Conductor] Shutdown fast forward worker (#31266) GitOrigin-RevId: e1f8e7a7a4d9348a81a31b7e0fa669b440a1b227
Precompiled 2024-10-31-6768818
Accept either ID or Snapshot TS for the get_zip_export endpoint (#31213) We will want to prefer ID eventually, but accept both for now. GitOrigin-RevId: 9b1b4c70a04cb09ea2d021d6e99613bf2bd090cd
Precompiled 2024-10-30-164bf07
Remove dead search knob (#31185) We stopped using v1 text search index format many months ago so we can delete this knob. GitOrigin-RevId: f6813a25ffe2fd41ddd8aaf8f41b45fcf3781aab
Precompiled 2024-10-29-ef76665
[CLI] Remove dead init code (#31126) GitOrigin-RevId: 3b4c4eaf0a72fa70a194826d281eede5e400af21
Precompiled 2024-10-28-9a18c5e
Add requestor migration for imports table. (#31088) GitOrigin-RevId: c81547d7dcdafc362e617b23b40ac06b7a0b573c