Skip to content

Commit 0938828

Browse files
thomasballingerConvex, Inc.
authored andcommitted
Changelog (#38514)
GitOrigin-RevId: 110524f7266526e41fdb7e3b957977ec43177bc8
1 parent 72c6057 commit 0938828

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.25.1
4+
5+
- Print more error info in `npx convex network-test`.
6+
7+
- Crash when it looks like an environment variable is missing:
8+
`CONVEX_DEPLOY_KEY=project:me:new-project|eyABCD0= npx convex` parses as
9+
`CONVEX_DEPLOY_KEY=project:me:new-project | eyABCD0='' npx convex` but when
10+
was meant was
11+
`CONVEX_DEPLOY_KEY='project:me:new-project|eyABCD0=' npx convex`.
12+
13+
Crash when an environment variable like `ey...0=` is present to surface errors
14+
like this quicker.
15+
316
## 1.25.0
417

518
To upgrade to this release you'll need to upgrade any Convex components you use.

0 commit comments

Comments
 (0)