Skip to content

Releases: get-convex/convex-backend

Precompiled 2025-05-22-8e91d42

22 May 00:51
Compare
Choose a tag to compare
Pre-release
Use a custom build of V8 with leaptiering off (#37494)

Work around https://issues.chromium.org/issues/419147069.
I built V8 with `GN_ARGS=v8_enable_leaptiering=false` and uploaded the binaries to our fork of rusty_v8.

GitOrigin-RevId: bafdbaf7bc847a3891be14e81aabd44352a4f306

Precompiled 2025-05-21-dceec75

21 May 00:51
Compare
Choose a tag to compare
Pre-release
dashboard: fix conversion of index filter value to jsonvalue (#37321)

GitOrigin-RevId: 3f93725ada5faf27ca712b525781f7a7dc09e2da

Precompiled 2025-05-20-0094f5e

20 May 00:51
Compare
Choose a tag to compare
Pre-release
Fix typo: “VSCode” → “VS Code” (#37389)

See https://code.visualstudio.com/brand

GitOrigin-RevId: 39859ae0c7675562fadda4947043ae4275172c82

Precompiled 2025-05-19-b979f5f

19 May 00:52
Compare
Choose a tag to compare
Pre-release
Revert Fivetran POST requests (#37305) (#37351)

GitOrigin-RevId: c33d9f446aa01af64cee991557f829ee3ae51861

Precompiled 2025-05-16-ce21672

16 May 00:51
Compare
Choose a tag to compare
Pre-release
add some observability to the gRPC server (#37164)

The metrics will probably be more helpful than the logs, but I've added debug logs that look like this:
```
2025-05-15T02:55:15.582268Z  DEBUG convex-grpc: method=Authenticate grpc_status=Ok resp_msgs=1 resp_bytes=9 duration_ms=2.044
2025-05-15T02:55:16.115566Z  DEBUG convex-grpc: method=ExecuteHttpAction grpc_status=<unspecified> resp_msgs=0 resp_bytes=0 duration_ms=531.756
```
GitOrigin-RevId: c393e35b49043e1732cca22156266700aace4667

Precompiled 2025-05-14-876bb18

14 May 00:51
Compare
Choose a tag to compare
Text compaction race test (#37262)

Copies over structure of vector search compaction tests to text search.

GitOrigin-RevId: 684672faacf1dcd8f4fd1f9845fb0ff2fe215ced

Precompiled 2025-05-15-d947599

15 May 00:51
Compare
Choose a tag to compare
Pre-release
Improve CLI error for Node.js apis (#37297)

GitOrigin-RevId: 3d9bf566fa0140a1a5ae94c155419e75d0d18c9f

Precompiled 2025-05-13-6f8681c

13 May 00:51
Compare
Choose a tag to compare
Pre-release
precompiled-2025-05-13-6f8681c

Make more public export endpoints for /set_expiration and /cancel (#3…

Precompiled 2025-05-12-a912a04

12 May 00:52
Compare
Choose a tag to compare
Pre-release
Coerce atob/btoa input to string before calling op (#37205)

GitOrigin-RevId: 36be5b3b355caf609b0eca93b1ebdd9550d7655a

Precompiled 2025-05-09-c43a662

09 May 00:51
Compare
Choose a tag to compare
docs: remove `/docs` from absolute Markdown links (#37132)

As indicated by https://docusaurus.io/docs/markdown-features/links, absolute file paths that are relaive to the site directory (i.e. `/npm-packages/docs/`) are not recommended, and it is recommended instead to use paths that are relative to the content root (`/npm-packages/docs/docs/`) instead.

I tested manually that links still work with this change.

GitOrigin-RevId: fd1738e467b4f7fc075fc9a1525e8db77da73ca8