Releases: get-convex/convex-backend
Releases · get-convex/convex-backend
Precompiled 2025-10-14-ab79081
Use posix separators for `convex.config` (#41957) Fixes an error with separators in windows vs. unix: ```Error: ROR] Could not resolve "./convex\\convex.config.js" ✖ esbuild failed: Error: Build failed with 1 error: error: Could not resolve "./convex\\convex.config.js" ``` We have to use `\` instead of`/` sometimes in the definition path. GitOrigin-RevId: 1457a5170c8a52784f828bffd2b82a91bbf7dd7c
Precompiled 2025-10-14-1321cff
Make URL implementation a bit more robust (#41938) GitOrigin-RevId: 746f5d343c422d7862e6320e11ef5afc14bff168
Precompiled 2025-10-11-6f7c63d
Fix WebSocket races in client (#41929) Reports of errors from TransitionChunks highlighted new and existing race conditions. GitOrigin-RevId: d3098b790538ffef0700cac7a1a08dde5da17afe
Precompiled 2025-10-10-e72a84a
dashboard: support group by project in usage (#41845) Adds the ability to group usage data by project on the dashboard & fixes / improves some styling and formatting GitOrigin-RevId: cb1c4408b631f12836cc83b2d26ffeb2bfaa67ed
Precompiled 2025-10-10-c32fded
dashboard: remove flag for new logs sidebar (#41904) GitOrigin-RevId: 39c38c9b753cb9aec0658394f1d17729731546e0
Precompiled 2025-10-09-78b6cb9
dashboard: fix link to project on usage page (#41811) If the team member didn't have a deployment and there was no prod deployment, the redirect looked like it was loading forever. I also inlined the logic to pick out which deployment we should redirect to into TeamUsage instead of relying on two redirects GitOrigin-RevId: 3c8b2c4ea6d8bac4e9e443c3cda4304ad805ed1d
Precompiled 2025-10-08-bfc27ad
precompiled-2025-10-08-bfc27ad dashboard: improve rendering time of data page cells with large strin…
Precompiled 2025-10-08-cf40c80
ESLint: Remove incorrect `hasSuggestions` on rules (#41771) This was suggested by the `require-meta-has-suggestions` rule of `eslint-plugin-eslint-plugin`: ``` /Users/nicolas/Documents/convex/npm-packages/@convex-dev/eslint-plugin/src/lib/noMissingArgs.ts 154:21 error `meta.hasSuggestions` cannot be `true` for non-suggestable rules eslint-plugin/require-meta-has-suggestions ``` Looking at it in details, it looks like these rules provide _fixes_ (🔧) but not _suggestions_ (💡), so setting `hasSuggestions` is incorrect. GitOrigin-RevId: 45fbe897594dd8135882b3c4409938698f2baa5f
Precompiled 2025-10-08-c58bebe
Stop accepting LegacyEncryptor-issued tokens, except admin keys (#41761) These have not been issued in a long time. Keep accepting old admin keys, because those are long-lived, but log when we encounter them. GitOrigin-RevId: d5ea33f36b5bab715839a8e66f07b719119cbb84
Precompiled 2025-10-08-47b82e1
npm release version 1.27.5 (#41712) GitOrigin-RevId: 9ef6640eb7ef16a4f7a37db6acc8cfad7c767ecf