Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-01-17-dbaa90c
Add path to IsolateOutOfMemory error (#33252) GitOrigin-RevId: dd53c0075d94e2c189c7c6695b5078e8eaa5eafa
Precompiled 2025-01-16-eb4e30f
Add more tracing for storage export (#33204) GitOrigin-RevId: fa33d637710b0f34d0e6cc7f48d189f54a01cd60
Precompiled 2025-01-15-b5b260f
[ENG-8227] fix test_new_sync_query_after_disconnect (#33104) test was failing nondeterministically because `t.server.latest_timestamp().await?` is the timestamp of the latest mutation, and there was a chance for the mutation to propagate to the client before the `.add_sync_query("getConversations", assert_obj!())` fully executes. So there's not always a result. The fix is to do the second mutation after the query is registered, so waiting for the client to be aware of the mutation also means the query must be ready. GitOrigin-RevId: 9406d69ea542af5c27ac5ebf5846789b3489978e
Precompiled 2025-01-14-c7a8646
Surface deployments with components on health page (#33079) Include push_config_with_components in the response for last deployed time GitOrigin-RevId: 25138788a653e939e5a7af5c68105103223e9b20
Precompiled 2025-01-13-36270f3
Add utoipa schema serialization for AdminKey GitOrigin-RevId: 1f2416ef230f6980605dd1c7206ce5c48433c209
Precompiled 2025-01-10-33fb414
Update mozilla-actions/sccache-action action to v0.0.6 (#33011) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [mozilla-actions/sccache-action](https://redirect.github.com/mozilla-actions/sccache-action) | action | patch | `v0.0.5` -> `v0.0.6` | `v0.0.7` | --- ### Release Notes <details> <summary>mozilla-actions/sccache-action (mozilla-actions/sccache-action)</summary> ### [`v0.0.6`](https://redirect.github.com/Mozilla-Actions/sccache-action/releases/tag/v0.0.6) [Compare Source](https://redirect.github.com/mozilla-actions/sccache-action/compare/v0.0.5...v0.0.6) #### What's Changed - fix: string interpolation by [@​i10416](https://redirect.github.com/i10416) in [https://github.com/Mozilla-Actions/sccache-action/pull/122](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/122) - Keep GitHub Actions up to date with GitHub's Dependabot by [@​cclauss](https://redirect.github.com/cclauss) in [https://github.com/Mozilla-Actions/sccache-action/pull/131](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/131) - fix: avoid downloading package when local cache exists by [@​i10416](https://redirect.github.com/i10416) in [https://github.com/Mozilla-Actions/sccache-action/pull/123](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/123) - Set baseUrl for Octokit to make it work on GitHub Enterprise Server by [@​palloberg](https://redirect.github.com/palloberg) in [https://github.com/Mozilla-Actions/sccache-action/pull/144](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/144) #### dependencies - Bump eslint-plugin-jest from 28.5.0 to 28.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/130](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/130) - Bump ts-jest from 29.1.4 to 29.2.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/134](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/134) - Bump [@​types/node](https://redirect.github.com/types/node) from 20.13.0 to 20.14.11 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/133](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/133) - Bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.16.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/132](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/132) - Bump typescript from 5.4.5 to 5.5.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/128](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/128) - Bump ts-jest from 29.2.2 to 29.2.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/141](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/141) - Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/140](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/140) - Bump prettier from 3.3.2 to 3.3.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/136](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/136) - Bump typescript from 5.5.3 to 5.6.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/145](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/145) #### New Contributors - [@​i10416](https://redirect.github.com/i10416) made their first contribution in [https://github.com/Mozilla-Actions/sccache-action/pull/122](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/122) - [@​cclauss](https://redirect.github.com/cclauss) made their first contribution in [https://github.com/Mozilla-Actions/sccache-action/pull/131](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/131) - [@​palloberg](https://redirect.github.com/palloberg) made their first contribution in [https://github.com/Mozilla-Actions/sccache-action/pull/144](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/144) **Full Changelog**: https://github.com/Mozilla-Actions/sccache-action/compare/v0.0.5...v0.0.6 </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: 68bb2e7dbe5d7b221477f5df95f39e7e34796aef
Precompiled 2025-01-09-8115e60
upgrade jemalloc crates (#32936) upgrade jemalloc GitOrigin-RevId: 011e5f5ee268c9dd0d320f008e5b0b4aed1af94a
Precompiled 2025-01-08-9fe39c9
s3 upload in doubling part sizes (#32851) avoid a bunch of configuration by starting with small parts of S3 files, and doubling the size each time until the maximum. This allows small files to upload quickly and not have a huge memory footprint in the Vec::with_capacity, but enormous files can still be uploaded. GitOrigin-RevId: 6479db293dc0ce2651a31c652215ec9d640b9983
Precompiled 2025-01-07-3d932ed
skip build fuzzy dfa if fuzzy text search disabled (#32818) This skips expensive `build_fuzzy_dfa` call when we check for readset overlaps if fuzzy text search is disabled. Looking up the token in the trie is sufficient for exact matches, and prefix tokens are already constructed in `DocumentTokens`. GitOrigin-RevId: f8ec235035395e468428a294d1cefc583a64096e
Precompiled 2025-01-06-72e2626
increase max size for S3 file uploads (#32767) see docstrings GitOrigin-RevId: 17e6fc33d3486a35644f6dec8e28e154ccfd9d90