Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
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
Precompiled 2025-05-05-12acf39
precompiled-2025-05-05-12acf39 Collapse DatabaseIndexSnapshotCache.documents into a single layer map…
Precompiled 2025-05-02-6beca4d
design-system: add "loading" prop to Button (#36847) - Updates the design of Spinner to be a simple circle with a rotate and dasharray animation - Adds the `loading` prop to Button that automatically displays a spinner inside of the button, maintaining the size of the button while loading. - Removes the "register" page for oauth applications. this is now on the convex website (noticed this could be removed while updating all of the buttons) - Replaces existing spinners in buttons with the loading prop in dashboard - fixes a couple style issues with spacing / button declarations GitOrigin-RevId: c1cc0d3fa0e7dfebb35a0c5299b096e83b600021
Precompiled 2025-05-01-22a93fc
Fix update_query span (#36844) GitOrigin-RevId: 59e6a02dbeb43e9ae2e42ed202d0e7d82c5a63f7
Precompiled 2025-04-30-c5e48b6
precompiled-2025-04-30-c5e48b6 dashboard: improve disabled button styles and add border for disabled…
Precompiled 2025-04-29-64fa483
Update dependency @types/eslint to v9 (#33928) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/eslint](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint)) | devDependencies | major | [`^8.56.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@types%2feslint/8.56.12/9.6.1) | --- ### 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: a9fec750c58e1397150b73c9f069632f945f0271
Precompiled 2025-04-28-c852f5f
Avoid roundtripping into JsonValue when (de)serializing schemas (#36694) This links up the various `*Json` types (eg. ValidatorJson, TableDefinitionJson, ..) to include each other directly instead of indirecting via `JsonValue` - which requires a recursive copy every time that we call `serde_json::from_value`. Now we do JSON parsing into a typed data structure in one step, then convert the entire thing into the "nice" data structure in a second step. I've also added a new trait `JsonSerializable` to abstract over the `*Json` types to make the pattern clearer. I believe the old code had quadratic time complexity wrt. nesting depth and was a source of perf problems with schema enforcement. GitOrigin-RevId: 52ec985991a68a5a84fb85d403d096a91b3b6e61
Precompiled 2025-04-25-133a2b9
dashboard: make TableScrollbar look nicer and scroll smoothly (#36655) Smoother, more performant animations for the scrollbar and makes it match modern macOS scrollbar styles GitOrigin-RevId: 00798d1e32bf9d1b629f3dff90c8c14a388947d3