Skip to content

Releases: get-convex/convex-backend

Precompiled 2024-11-14-e408640

14 Nov 00:51
Compare
Choose a tag to compare
Split snapshot import parse into its own file. (#31561)

Split parsing imports into its own file separately.

GitOrigin-RevId: db4348f954beb488fe1b8c3c33c99b00f142264b

Precompiled 2024-11-13-05a3483

13 Nov 00:51
Compare
Choose a tag to compare
Fix nvm installation in integration.yml (#31527)

GitOrigin-RevId: d7e8642257d0823a2cb6c692721c66df4c20f528

Precompiled 2024-11-12-0c3728a

12 Nov 00:51
Compare
Choose a tag to compare
Fix "buffer overflow" for crypto.getRandomValues() (#31485)

GitOrigin-RevId: b0c6b4b76f27fa68b015ce74bbab7c054e0b7e35

Precompiled 2024-11-11-53aca95

11 Nov 00:52
Compare
Choose a tag to compare
Migrate dashboard to fetch snapshot zip by ID [Land ~Nov 7th] (#31214)

GitOrigin-RevId: b212b030f06f12a5840a2f50266fa0d10faf5516

Precompiled 2024-11-08-4450b36

08 Nov 00:51
Compare
Choose a tag to compare
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

07 Nov 00:51
Compare
Choose a tag to compare
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

06 Nov 00:51
Compare
Choose a tag to compare
fix sentry + honeycomb tracing in conductor (#31360)

GitOrigin-RevId: 1fd00d95bbf81ac632318a4431af4bfe4a877f35

Precompiled 2024-11-05-7a06980

05 Nov 00:51
Compare
Choose a tag to compare
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

04 Nov 00:52
Compare
Choose a tag to compare
precompiled-2024-11-04-53c3f9d

Move text/vector search queries, snapshot apply, and subscriptions to…

Precompiled 2024-11-01-321e53e

01 Nov 00:53
Compare
Choose a tag to compare
[Conductor] Shutdown fast forward worker (#31266)

GitOrigin-RevId: e1f8e7a7a4d9348a81a31b7e0fa669b440a1b227