Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-07-22-dded201
precompiled-2025-07-22-dded201 dashboard: consume showSchemaAndIndexes query param after opening the…
Precompiled 2025-07-21-c34dd37
Add descriptions to all docs so that llms.txt works better (#39284) GitOrigin-RevId: f86b873bfb97e99369c3d689ddf3612826a9198a
Precompiled 2025-07-18-5d94fa5
Record a metric for staleness of query invalidations (#39205) This PR plumbs the timestamp of the invalidating write, if known, all the way through `extend_validity`. Then, in the sync worker, we can measure the real time delay between the write and the subscribed re-executing query. We can monitor this to make sure it is a reasonable value. GitOrigin-RevId: 2210b600a96656f489e685553a49f11abfda7fcd
Precompiled 2025-07-17-06cde7e
Add more metrics to advance_log (#39171) To help debug exactly where the time is going when this gets slow. GitOrigin-RevId: 1f5f069420b5c414f7da8dc0be5b680a71ea27de
Precompiled 2025-07-16-c1c23bd
Add tablet index backfill timer (#39120) GitOrigin-RevId: 13e89eae4a2b6ed154e6c260609832fc76d583b5
Precompiled 2025-07-15-50bc28e
Log snapshot import worker dying (#39074) GitOrigin-RevId: 8de8e08f96c82fbb2e7861d139d079bbbc2657f6
Precompiled 2025-07-14-19aed7a
Fix agent mode (#39000) Make the experimental agent mode work when no anonymous dev deployments exist yet. GitOrigin-RevId: 4b1aaf800de307bb7c4a558cf21c327c999ec2c1
Precompiled 2025-07-11-74f2e87
Update dependency posthog-js to ~1.250.0 (#38844) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [posthog-js](https://posthog.com/docs/libraries/js) ([source](https://redirect.github.com/PostHog/posthog-js)) | dependencies | minor | [`~1.249.0` -> `~1.250.0`](https://renovatebot.com/diffs/npm/posthog-js/1.249.5/1.250.1) | `1.257.0` (+17) | --- ### Release Notes <details> <summary>PostHog/posthog-js (posthog-js)</summary> ### [`v1.250.1`](https://redirect.github.com/PostHog/posthog-js/releases/tag/v1.250.1): 1.250.1 [Compare Source](https://redirect.github.com/PostHog/posthog-js/compare/v1.250.0...v1.250.1) ##### 1.250.1 - 2025-06-10 ### [`v1.250.0`](https://redirect.github.com/PostHog/posthog-js/releases/tag/v1.250.0): 1.250.0 [Compare Source](https://redirect.github.com/PostHog/posthog-js/compare/v1.249.5...v1.250.0) ##### 1.250.0 - 2025-06-09 </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: d36cfff4c12d36527a129edacdb476f7a135fdf7
Precompiled 2025-07-10-5684962
Add more data to the UDF log stream (#38877) I want to the logs page to have more data, let's add the following: - Usage stats (to help customers debug usage in real time without axiom/datadog integrations set up) - `execution_timestamp` - if the result is not cached, this may be useful in the future for rendering a request tree instead of a sequential list of logs - `occ_info` - for showing insights in real time - execution environment - useful to show for actions - identity type (e.g. user, system, instance_admin, team_acting_user -- useful for showing who ran the function) In the future, I'd also like to add a `caller_execution_id` so we can render the logs in a tree view GitOrigin-RevId: 41cab817e6b7548e8e0247b0efc46495bdcc73b2
Precompiled 2025-07-09-86f70aa
Use V8 external strings for JS module source instead of copying (#38782) GitOrigin-RevId: 67b80fa15ddc49fa77486c6d2758f46e37180cd2