convex
Version:
Client for the Convex Cloud
36 lines (23 loc) • 997 B
Markdown
- Fix bug where `npx convex deploy` and `npx convex dev` would incorrectly skip
pushing if the only change was removing files
- `npx convex env set` works with `ENV_VAR_NAME=value` syntax
- Fix bug when filling out an empty env file
- Exclude files beginning with
- Warn when pushing with an https.ts file
- throw if argument to Query.take() is not an integer
- Fix timestamps in npm convex logs
- Allow Clerk 5 (currently in beta) in convex peerDependencies
- Fix typechecking bug on Windows caused by the Node.js patch for CVE-2024-27980
that makes running tsc.CMD directly no longer work
- Exclude jsonl from convex directory entry points
- Add autocomplete for project selection in new project flow
- output debugBundlePath as full bundle instead of as a single file
---
Find release notes for versions before 1.11.3 on the
[](https://news.convex.dev/tag/releases/).