Skip to content

Commit dae5826

Browse files
thomasballingerConvex, Inc.
authored andcommitted
updates for 1.27.1 (#41113)
GitOrigin-RevId: e148ffe023a742d1b127ccbc99a7560694a4f256
1 parent 632fd31 commit dae5826

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
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

0 commit comments

Comments
 (0)