Skip to content

Releases: get-convex/convex-backend

Precompiled 2024-12-18-4be5b4f

18 Dec 00:51
Compare
Choose a tag to compare
Don't assert that orphaned system tables are empty [2/2] (#32388)

GitOrigin-RevId: 4ea4dc28d65caa4975236e4feb0d22e561c809ab

Precompiled 2024-12-17-0d5402d

17 Dec 00:52
Compare
Choose a tag to compare
Wrap `ReadSet` in `Arc` (#32333)

Wrapping `ReadSet` in `Arc` removes a bunch of expensive clones which will reduce backend/conductor memory usage. After this PR, the only time we actually copy the contents of the `ReadSet` is to convert to protos.

GitOrigin-RevId: ee63cf2050e9e1e54a8c1d0560fdcb4725939c0c

Precompiled 2024-12-16-76fcd5a

16 Dec 00:53
Compare
Choose a tag to compare
Enable boundaries plugin for the dashboard (#32264)

GitOrigin-RevId: f92569c2c1659834db3d4120919b5cf3fb88e9b7

Precompiled 2024-12-13-ff9e9c5

13 Dec 00:52
Compare
Choose a tag to compare
add jitter to how often the table summary worker checkpoints (#32196)

I'm adding +/- 15 minutes of jitter for now?

GitOrigin-RevId: 0d790c356f9510879114fca981e128183314e58b

Precompiled 2024-12-12-8006763

12 Dec 00:51
Compare
Choose a tag to compare
Rename PersistenceReader::usage_stats etc (#32120)

GitOrigin-RevId: f97b9267f05971f48749111ec47fcb083f4f76de

Precompiled 2024-12-11-69898e2

11 Dec 00:52
Compare
Choose a tag to compare
Some improvements to load-generator (#32085)

GitOrigin-RevId: 830b7225bc1420049cc27f3341ace44a7691ff11

Precompiled 2024-12-10-ed90f0e

10 Dec 00:51
Compare
Choose a tag to compare
Fix impl Hash for ConvexValue (#32055)

Simplify `fn encode_for_hash` into a direct `impl Hash`,
and make hashing for arrays/sets/maps/objects forward to the containers'
own `Hash` impls. This would just be `#[derive]`d except for f64.

GitOrigin-RevId: 85f44007e3f3d29d2968ab383a203337cbcf52a7

Precompiled 2024-12-09-c66fb19

09 Dec 00:52
Compare
Choose a tag to compare
make `EXACT_SEARCH_MAX_WORD_LENGTH` a knob (#32034)

GitOrigin-RevId: 1e9d5c175baa752e70a8ff4f92b4826efeb4cd65

Precompiled 2024-12-06-5625d11

06 Dec 00:52
Compare
Choose a tag to compare
Use `u8::is_ascii_alphanumeric` in validate_metric_name (#31972)

GitOrigin-RevId: 406ace20fa96ec93b449967df484425ecae72d63

Precompiled 2024-12-03-59ff763

03 Dec 00:51
Compare
Choose a tag to compare
precompiled-2024-12-03-59ff763

Only show pending jobs from the scheduler nextScheduledJobTimestamp u…