File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.27.1
4+
5+ - Changes to logged messages in the console, where previously only WebSocket
6+ reconnection messages were logged. These can still be silenced with the
7+ ` logger: false ` client option.
8+ - Improved support for the TypeScript tsconfig.json compiler option
9+ "exactOptionalPropertTypes" with the convex package.
10+ - Additional WebSocket connection debugging information about Transition
11+ messages.
12+ - Clearer error messages when running codegen in preview deployments.
13+ - Token limits for especially verbose logs MCP tool.
14+ - Add (preexisting) ` codegen ` options to ` convex.json ` schema.
15+
316## 1.27.0
417
5- - Add support for configuring the Node.js version used by Node actions
6- using the ` node.nodeVersion ` field of the ` convex.json ` file
18+ - Add support for configuring the Node.js version used by Node actions using the
19+ ` node.nodeVersion ` field of the ` convex.json ` file
720 ([ docs] ( https://docs.convex.dev/production/project-configuration#configuring-the-nodejs-version ) ).
8- - ` npx convex data ` now supports exporting data as JSON or JSONL with the ` --format ` option.
9- - ` npx convex env set ` now supports setting environment variables via piping (STDIN)
10- (for example ` cat keys/my-private-key.txt | npx convex env set JWT_PRIVATE_KEY ` ).
21+ - ` npx convex data ` now supports exporting data as JSON or JSONL with the
22+ ` --format ` option.
23+ - ` npx convex env set ` now supports setting environment variables via piping
24+ (STDIN) (for example
25+ ` cat keys/my-private-key.txt | npx convex env set JWT_PRIVATE_KEY ` ).
1126
1227## 1.26.2
1328
You can’t perform that action at this time.
0 commit comments