Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-05-19-b979f5f
Revert Fivetran POST requests (#37305) (#37351) GitOrigin-RevId: c33d9f446aa01af64cee991557f829ee3ae51861
Precompiled 2025-05-16-ce21672
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
Text compaction race test (#37262) Copies over structure of vector search compaction tests to text search. GitOrigin-RevId: 684672faacf1dcd8f4fd1f9845fb0ff2fe215ced
Precompiled 2025-05-15-d947599
Improve CLI error for Node.js apis (#37297) GitOrigin-RevId: 3d9bf566fa0140a1a5ae94c155419e75d0d18c9f
Precompiled 2025-05-13-6f8681c
precompiled-2025-05-13-6f8681c Make more public export endpoints for /set_expiration and /cancel (#3…
Precompiled 2025-05-12-a912a04
Coerce atob/btoa input to string before calling op (#37205) GitOrigin-RevId: 36be5b3b355caf609b0eca93b1ebdd9550d7655a
Precompiled 2025-05-09-c43a662
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
Precompiled 2025-05-08-ba60b96
Update dependency @tsconfig/docusaurus to v2 (#33926) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tsconfig/docusaurus](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) | devDependencies | major | [`1.0.7` -> `2.0.3`](https://renovatebot.com/diffs/npm/@tsconfig%2fdocusaurus/1.0.7/2.0.3) | --- ### Release Notes <details> <summary>tsconfig/bases (@​tsconfig/docusaurus)</summary> ### [`v2.0.3`](https://redirect.github.com/tsconfig/bases/compare/8c9ae60cf299d8f550661c1aa9cc9abdfa1dc1fe...be6b3bb160889347b8614e8d18e1e88c40f8ecc9) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/8c9ae60cf299d8f550661c1aa9cc9abdfa1dc1fe...be6b3bb160889347b8614e8d18e1e88c40f8ecc9) ### [`v2.0.2`](https://redirect.github.com/tsconfig/bases/compare/a1bf7c0fa2e094b068ca3e1448ca2ece4157977e...8c9ae60cf299d8f550661c1aa9cc9abdfa1dc1fe) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/a1bf7c0fa2e094b068ca3e1448ca2ece4157977e...8c9ae60cf299d8f550661c1aa9cc9abdfa1dc1fe) ### [`v2.0.1`](https://redirect.github.com/tsconfig/bases/compare/014e8927b7155640f65a7492fb4bb09f5c49f531...a1bf7c0fa2e094b068ca3e1448ca2ece4157977e) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/014e8927b7155640f65a7492fb4bb09f5c49f531...a1bf7c0fa2e094b068ca3e1448ca2ece4157977e) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: 8077c2a7b1505306514afe923d6dc7b982d83def
Precompiled 2025-05-07-8c6821e
report 512MB when running in the dynamic lambda (#37051) GitOrigin-RevId: 6fa1d9849c6af5f78ee7eacb1908bcc81d1a0656
Precompiled 2025-05-06-24a815a
Opt out of logging (#37020) Make opting out of logging simpler by allowing a boolean to be passed to logger in client options. Function line logging is only received by clients when interacting with Convex development deployments, not production deployments; dropping the logs on the floor makes behavior against dev deployments closer to behavior against production ones. GitOrigin-RevId: a5cfd2163726bb0d66a908819810e84507b8b8eb