Skip to content

Commit

Permalink
Changelog before 1.18 (#32869)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 87af3d32a9b5159a6058103721335df55d8585ca
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Jan 7, 2025
1 parent 2ce1efc commit 2905fc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions npm-packages/convex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
`@clerk/nextjs` from v4 or v5 be sure to follow the Clerk upgrade guides as
there are many breaking changes.
- Improvements to `npx convex run`:
- Better argument parsing with JSON5 so `{ name: "sshader" }` parses
- support for `--identity` similar to dashboard "acting as user" feature, like
`npx convex run --identity '{ name: "sshader" }'`
- `npx convex run api.foo.bar` is equivalent to `npx convex run foo:bar`
- `npx convex run convex/foo.ts:bar` is equivalent to `npx convex run foo:bar`
- `npx convex run convex/foo.ts` is equivalent to `npx convex run foo:default`
- Allow non-JavaScript/TypeScript files in the `convex/` directory. Only .js
etc. files will be bundled and may define Convex functions points but adding a
temporary file like `convex/foo.tmp` will no longer break` the build.
Expand Down

0 comments on commit 2905fc7

Please sign in to comment.