We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c6057 commit 0938828Copy full SHA for 0938828
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## 1.25.0
17
18
To upgrade to this release you'll need to upgrade any Convex components you use.
0 commit comments